Common
- Filetypes - a ';'- separated list of file-extensions which are shown in AnyJ's FileTree
- Animated TreeViews - turn on/off smoth expanding of treenodes
- Show Methods in FileTree - if turned off, .java files are not expanded in the FileTree
- Synchronize Index on save - if turned on, AnyJ parses all .java files as they get saved. If turned off,
AnyJ synchronized the SourceIndex after each successful compilation.
This keeps the SourceIndex and all views displaying structure information (ClassView, ClassTree, FileTree) up to date.
- MouseWheel Scrolling - define the amount of scrolling a MouseWheel movement triggers.
- Size of FileCache - Significantly speeds up features using search. Note that the memory is allocated on
the JVM's heap, so this setting increases the amount memory AnyJ uses. The optimal size is the summarized size of your
.java files reachable in your 'sourcepath'.