summaryrefslogtreecommitdiff
path: root/enigma-swing/src/main/resources/META-INF/services/cuchaz.enigma.utils.IconLoadingService (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Annotation editor support (#568)Gravatar Joseph Burton2025-10-181-0/+1
* Add gutter markers * Add more GUI APIs * Use SVG icons for gutter markers * Add a little more padding between the line numbers and the gutter markers * Add API for creating an Enigma JEditorPane * Add API to list all classes including library classes * Add API to create a LocalVariableEntryView * Expose BrdigeMethodIndex to API * Require name to be passed to LocalVariableEntryView * Make implementation of isCursorOnDeclaration more robust * Checkstyle * Replace isCursorOnDeclaration with getCursorDeclaration * Checkstyle again * Refactor EnigmaIcon as per Juuz's suggestions * Add more @NonExtendable and add EnigmaIcon docs