A solution to highlight some parts of a text file in java ? How to implement a simple DSL editor? -
I am trying to find a solution to highlight part of a text file in Java. In fact, what I am doing is lexing and parsing a text file to store information related to various elements of a certain file and then to enter information to a database.
I would like to see some more visible (and the index of different colors used) like a representation of a text file with some more highlighted parts - or with a special token with some context-sensitive information Is attached.
Is there an easy way to do this? Actually what I want to do, in terms of features, really the ancient eclipse plugin and alone for a particular language
Hope this is clear ... Thanks
I think what you are looking for generates more than an Eclipse editor and a grammar.
Comments
Post a Comment