summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/mapping/EntryPair.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-101-4/+1
| | | | changed imports to guava instead of whatever collections library happened to be on my classpath
* added stable save order for mappings to hopefully help with mergingGravatar jeff2014-08-041-1/+5
| | | | | | | | added color-coding for source identifiers redesigned rename GUI customized editor pane, added popup menu finished name validation added last-chance save on window close
* fixed bugs with saving mappingsGravatar jeff2014-08-031-26/+4
| | | | got argument renaming to work
* added identifier renaming capabilityGravatar jeff2014-07-271-0/+46
copied some code over from M3L to handle the heavy bytecode magic. It's ok... M3L will eventually depend on Enigma. Completely restructured the mappings though. This way is better. =)