Is there any source code editor widget for SWT? I looked for a long time and nothing found… I saw that question: SWT Syntax highlighting widget, but I don’t want to use raw StyledText widget – I need more than only syntax highlighting. I need also, for example, code completion.
I need this to give to the user ability to edit source in Python.
I “resolved” the problem.
I used the JFace’s SourceViewer and other things found in Google, like for example simple syntax highlighting.