Implement editor in Java -
i need implement editor 3 custom languages ( intellisense, search & replace, syntax highlighting, region in c# visual studio ) in java. best class ( jeditor, jpanel or other ) ?
take @ xtext. it's framework on top of eclipse platform autogenerates of infrastructure (like syntax highlighting , autocomplete) language grammar - pretty powerful editor in minutes rather months of work.
Comments
Post a Comment