Justin Paupore
Justin Paupore
This mode uses the ^GF ZPL command to directly emit graphics into the printer's raster buffer, rather than storing the page raster into an on-device ZPL graphic, then emitting that...
Replaces the original K1-specific inspection with a shared K1/K2 impl based on Analysis API. Also ports `AbstractRangeInspection` to fit the new `KotlinApplicableInspectionBase` API.
Per the documented API for Resolve Extensions, the `KaResolveExtension` instance is `Disposable`, and will be cleaned up by the creator when it is no longer necessary. This is handled by...