summaryrefslogtreecommitdiff
path: root/src/cuchaz/enigma/gui/SourceFormatter.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* started working on recognition of non-class member identifiers in the sourceGravatar jeff2014-08-071-62/+0
| | | | | | got class extends,implements working and argument,field types added filtering to make sure highlighted class names are actually classes in the jar
* initial commitGravatar jeff2014-07-261-0/+62
so far source analysis is working. =)