QCodeEdit 2.1 released
Version 2.1 of QCodeEdit, a source code editing framework for Qt 4 used in the Edyuk development environment, has been released. New features include:
- Cursor mirrors
- Column edit (an application of cursor mirrors)
- Column selection (another application of cursor mirrors)
- Line change panel : marks the line that have been modified
- Indentation based folding (enabled on a per-language basis) especially useful for Python
- More syntax files
- Various speed improvements and bug fixes
Screenshots (of Edyuk) here, downloads (source only) here. Requires Qt 4 (it does not say which minor version).
Comments
It doesn't seem to compile under 4.2, but then again, searching through the Qt API, NO version seems to have some of the functions the code calls... (like setTopMargin in qvboxlayout) I searched the api's from 4.2 - 4.4 and the snapshot of 4.5. Anyone get this compiled?
Posted by: anonymous coward | July 2, 2008 7:28 PM