summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/gui/highlight (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-033-107/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Remap sources (#106)Gravatar Gegy2019-01-302-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Source remapping beginnings * Fix navigation to remapped classes * Translate identifier info reference * Remap local variables with default names in source * Caching translator * Fix lack of highlighting for first opened class * Fix unicode variable names * Unicode checker shouldn't be checking just alphanumeric * Fix package tree being built from obf names * Don't index `this` as method call for method::reference * Apply proposed names * Fix source export issues * Replace unicode var names at bytecode level uniquely * Drop imports from editor source * Class selector fixes * Delta keep track of base mappings to enable lookup of old names * Optimize source remapping by remapping source with a StringBuffer instead of copying * Bump version
* Fix cursor and selection highlight color when using the dark themeGravatar Shadowfacts2018-12-101-1/+3
|
* add barebones plugin framework, cleanupGravatar asie2018-12-084-69/+7
|
* Added theme switcher + dark theme (#60)Gravatar Modmuss502017-06-073-5/+3
| | | | | | | | | | | | | | | | | | | | | | * Initial work on the color config * Save and read config from file.+ * Allow changing the editor colors * Remove the right margin * Move config to the user's home dir * Use Guava instead of Apache commons * Add runtime theme switching, includes example "dark" theme. * Rename dark theme as requested * Small clean up * Include suggestions from @Thog
* Add support for custom themes (#59)Gravatar Modmuss502017-06-044-5/+12
|
* Follow Fabric guidelinesGravatar Thog2017-03-085-68/+68
|
* ReformatGravatar lclc982016-07-045-0/+153