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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -