Télécharger la liste

Description du projet

GtkEditor is a source code editor widget for GTK+. It is currently used, in one version or another, in several GTK+/GNOME applications, including gIDE, VDKBuilder, and GXEdit. The gtkeditor widget sub-classes the gtktext widget, and after initialization, the editor widget can be treated as the usual text widget, and all source-code editing features are taken care of by the widget itself. The behaviour of the editor is decided by dynamic libraries loaded during initialization of the widget. These libraries can be hand-coded or (in the future) created using tools supplied with GtkEditor.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:12
0.1.8

Le seul changement important est le port au widget TkText. Des modifications mineures comprennent quelques scanners nouvelles et un certain nombre de corrections de bugs.
The only major change is the port to the TkText widget. Minor changes include a few new scanners and a number of bugfixes.

2001-01-30 15:12
0.1.5

Séparation de configuration du scanner et rédacteur en chef (scanners sont précisées dans un lex-comme le langage et compilé avec un outil fourni, ils peuvent ensuite être chargées à l'exécution ou statiquement liées aux applications), l'ajout d'un bloc en évidence pour le scanner / reflets de code, une Quelques nouveaux scanners, et un certain nombre de corrections de bugs.
Separation of scanner configuration and editor (scanners are specified in a lex-like language and compiled with a provided tool; they can then either be loaded at runtime or statically linked with applications), addition of block highlighting to the scanner/highlighting code, a few new scanners, and a number of bugfixes.

2001-01-30 15:12
0.1.0

Le widget ne dépend plus sur le widget gtksctext mais seulement le widget GtkText. Les routines de mettre en évidence ont été redessinés et réimplémenté avec une accélération considérable en tant que résultat. Le widget éditeur est passé par une refonte majeure. En conséquence, l'API a changé quelque peu. Le nouveau design est décrit à la page d'accueil du projet.
The widget is no longer dependent on the gtksctext widget but only the gtktext widget. The highlighting routines have been redesigned and reimplemented with considerable speedup as a result. The editor widget has gone through a major redesign. As a consequence, the API has changed somewhat. The new design is described at the project homepage.

2001-01-30 15:12
0.0.6

Cette version introduit des caractères d'échappement dans des blocs de syntaxe, l'utilisation de registres pour mettre en évidence des sous-modèles, et des blocs imbriqués syntaxe.
This release introduces escape characters in syntax blocks, use of
registers for highlighting sub-patterns, and nested syntax blocks.

2001-01-30 15:12
0.0.5

Hacked de travailler avec les versions gtk> = 1.1.7
Hacked to work with gtk versions >= 1.1.7

Project Resources