I’m looking for a good editor that is embeddable into application (using either QT or GTK toolkit if needed), and would allow editing of scripts with:
- Code completion
- Inline documentation / context sensitive documentation
- Syntax highlighting
Any language is fine (Scheme, Lua, Python etc.) as long as I can get good – noob friendly editor for it which I can embed into my application (so licence is also a concern, I’d hate to have to licence whole project as GPL and AGPL – I’d like to keep project on MIT/BSD license)
Any suggestions?
scintilla is made to be embedded. And, as far as I remember, works with GTK and QT. But it needs probably a bit of customization in order to get Code completion and Inline documentation / context sensitive documentation to work.