summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/CompiledSource.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CFR support (#192)Gravatar Runemoro2020-03-091-10/+0
| | | | | * Add decompiler API * Add CFR support
* Remap sources (#106)Gravatar Gegy2019-01-301-0/+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