| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2014-08-10 | completely re-wrote token recognizer to bootstrap from Procyon's AST | 1 | -140/+0 | ||
| changed imports to guava instead of whatever collections library happened to be on my classpath | |||||
| 2014-08-07 | started working on recognition of non-class member identifiers in the source | 1 | -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 | |||||
| 2014-08-04 | added stable save order for mappings to hopefully help with merging | 1 | -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 | |||||
| 2014-08-03 | fixed bugs with saving mappings | 1 | -3/+18 | ||
| got argument renaming to work | |||||