Fork of https://github.com/phantamanta44/libnine
- Values are entered immediately, no need to click button to confirm
TabandEntercan be used for navigation, excel-likeDeletedeletes value from text fieldkadds 000 to the value, or sets to 1000 if empty
Notes to developers / reminder to me:
Commands can be run from gradle IDEA tab, it will use project java which is better.
- on checkout,
gradle buildto get deps etc. - then
gradle genIntellijRunsto get IDEA setup - when finished,
gradle publishToMavenLocalto make this version available to deps
Issues:
ParameterizedItemModelLoader:37private access - META_INF/libnine_at.cfg should make fields public Inbuild.gradleaccessTransformer = file('src/main/resources/META-INF/libnine_at.cfg')is responsible for this- Try clicking gradle reload if anything weird