Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Die einzige wesentliche Änderung ist der Port, der TkText Widget. Geringfügige Änderungen sind ein paar neue Scanner und eine Reihe von Bugfixes.
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

Trennung von Scanner-Konfiguration und-Editor (Scanner sind in einem bestimmten lex-ähnliche Sprache und mit einer vorgesehenen Tool erstellt, sie können dann entweder zur Laufzeit geladen werden oder statisch mit Anwendungen verbunden sind), Zusatz von Block hervorheben, um die Scanner / Hervorhebung Code ein Einige neue Scanner und eine Reihe von Bugfixes.
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

Das Widget ist nicht mehr abhängig von der gtksctext Widget, sondern nur die GtkText Widget. Die Hervorhebung Routinen wurden überarbeitet und mit erheblich beschleunigen als Folge neu implementiert. Der Editor-Widget ist durch eine große Umgestaltung gegangen. Als Konsequenz hat die API etwas geändert. Das neue Design ist auf der Projekt-Homepage beschrieben.
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

Dieses Release führt Escape-Zeichen in der Syntax Blöcke, Verwendung von Registern für die Hervorhebung sub-Muster, Syntax und verschachtelte Blöcke.
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 mit GTK-Versionen funktionieren> = 1.1.7
Hacked to work with gtk versions >= 1.1.7

Project Resources