Download List

项目描述

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.

系统要求

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

唯一的改变是到TkText部件端口。小的改动,加入一些新的扫描仪和错误修正数字。
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

扫描仪配置和编辑器分离(扫描仪在指定法,如语言和工具的规定编制,他们可以既可以在运行时加载与应用程序或静态链接),除了突出的块到扫描仪/突出显示的代码,一一些新的扫描仪,以及一些错误修正。
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

该部件是不再依赖于gtksctext部件,而只是gtktext部件。例程的突出已重新设计,并带来一笔可观加速重新实现。编辑器部件经历了重大的重新设计。因此,空气污染指数有所改变。新的设计是在项目介绍网页。
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

该版本逃脱突出分块语法中的字符,登记册的使用模式,以及语法嵌套块。
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

砍死同gtk的版本“= 1.1.7
Hacked to work with gtk versions >= 1.1.7

Project Resources