How can I create an Eclipse plugin that extends Java syntax coloring in certain files? -
i working system uses regular java code snippets of new code syntax inside of it. system compile regular java files, , these special files different extension. @ moment, these special files edited eclipse's regular text editor. how can add editor use regular java syntax coloring small addition?
you should develop eclipse plugin extending eclipse editor.
the comment of @elist right place go.
Comments
Post a Comment