summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/SourcedAst.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-101-140/+0
| | | | changed imports to guava instead of whatever collections library happened to be on my classpath
* started working on recognition of non-class member identifiers in the sourceGravatar jeff2014-08-071-16/+27
| | | | | | got class extends,implements working and argument,field types added filtering to make sure highlighted class names are actually classes in the jar
* added stable save order for mappings to hopefully help with mergingGravatar jeff2014-08-041-6/+9
| | | | | | | | 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-3/+18
| | | | got argument renaming to work
* initial commitGravatar jeff2014-07-261-0/+111
so far source analysis is working. =)