QCodeEdit  2.2
Introduction

QCodeEdit is a library offering an advanced text editing framework ready to use in other Qt apps.

The goals of QCodeEdit are :

Flexibility is achieved by splitting the library in logical components that can be used (almost) independently. The document-related classes for instances don't need an editor to be around (it is a bit similar to a model/view approach in that way). Two other important features of QCodeEdit have been designed to maximize flexibility : the syntax engine and the panel system.

[Next:License]