summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/analysis/SourceIndex.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added backwards navigationGravatar jeff2014-08-101-7/+7
|
* added go to entry featureGravatar jeff2014-08-101-1/+10
|
* fixed recognition of static initializersGravatar jeff2014-08-101-1/+15
| | | | fixed identifier off-by-one error
* completely re-wrote token recognizer to bootstrap from Procyon's ASTGravatar jeff2014-08-101-34/+65
| | | | 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-14/+20
| | | | | | 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-2/+2
| | | | | | | | 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
* made gui responsive to caret position and show identifier infoGravatar hg2014-07-271-7/+23
|
* initial commitGravatar jeff2014-07-261-0/+57
so far source analysis is working. =)