summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/analysis/Token.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-72/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* CFR support (#192)Gravatar Runemoro2020-03-091-4/+2
| | | | | * Add decompiler API * Add CFR support
* Remap sources (#106)Gravatar Gegy2019-01-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* add barebones plugin framework, cleanupGravatar asie2018-12-081-1/+20
|
* Follow Fabric guidelinesGravatar Thog2017-03-081-40/+40
|
* Drop unix case style and implement hashCode when equals is overridedGravatar Thog2017-03-071-0/+6
| | | | Also update Guava to version 21
* ReformatGravatar lclc982016-07-041-4/+0
|
* Renamed FieldsGravatar lclc982016-07-021-4/+1
|
* Json format (#2)Gravatar lclc982016-06-301-0/+56
* Added new format * Fixed bug * Updated Version