Closed directrl closed 1 month ago
This means that you can't do e.g.
import static org.black_matter.monospace.core.Monospace.*; [...] keyBindings().registerKeybinding...
and instead have to always use the fully-qualified name.
We probably should not use lombok getters inside core/Monospace
core/Monospace
turns out that you can directly reference (static import) getters from a class that inherits Monospace, so perhaps this is fine
This means that you can't do e.g.
and instead have to always use the fully-qualified name.
We probably should not use lombok getters inside
core/Monospace