views:

33

answers:

1

Hi, I have to develop a program at work in which a consultant can enter a specification which is developed 2 years ago here in house. So i can't really tell what it is about. But the editor should support some standard functionality such as syntax highlighting, auto completion and maybe search & replace. I've searched for Java components but didn't find a good solution which matches my requirements. Anybody knows a good component? It doesn't matter in which language it is written but I prefer Java.

A: 

I have not used Sci as a component, but the SciTE editor built around it (http://www.scintilla.org/SciTE.html) is nice

http://www.scintilla.org/

mickeyf