Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.49 KB

README_dev_refactor.md

File metadata and controls

47 lines (33 loc) · 1.49 KB

Try this

Optimizing : https://plugins.jetbrains.com/docs/intellij/performance.html uses this plugin: https://plugins.jetbrains.com/plugin/15104-ide-perf

Resources on IntelliJ API: https://developerlife.com/2021/03/13/ij-idea-plugin-advanced/ http://vladsch.com/blog/3 krasa/StringManipulation#92 links to [1] https://github.com/krasa/StringManipulation/commit/43a4bc5e99f63663a7b2c5d8d75b1550a3e0a408 [2] https://github.com/krasa/StringManipulation/commit/08422d714ce70126093c051bd5147c8f9dbcdd3f

TODO

RE-enable memory monitor UI

DIAGNOSTICS

#com.cschar.pmode3:all

TESTS

[ ] - robotUI test: make a test to load settings UI when it is disabled, check if checkboxes are disabled [x] - robotUI test: test to load packs through UI, prebuilt packs + custom pack [ ] - Type , pseudo-Disable plugin, Type, assert when plugin disabled, characters are still typed

BUGS

-- When loading pack and hitting 'reload', label stays as 'downloading', but is done -- in Droste, moving caret with arrow keys doesnt resize cover

javadoc \
-docletpath ./build/classes/java/main \
-doclet com.cschar.pmode3.tools.MyJavadoclet \
src.main.java.com.cschar.pmode3.tools