Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
News in 1.8.0
-------------
* Added text/x-gettext-translation-template to the list of
mime-types in po.lang
* Updated translations
News in 1.7.2
-------------
* add an 'indent-on-tab' property to indent the selected text
using the tab key
* highlight fortran operators
* Updated translations
News in 1.7.1
-------------
* New Lang files (D, boo)
* Updated translations
|
|
News in 1.0.0
* Bug fixes and updated translations.
News in 0.9.2
* Bug fixes and updated translations.
News in 0.9.1
* Bug fixes.
* XML and HTML .lang files now highlight strings using simple patterns.
* Beginning of line and end of line are now correctly matched, even if
the slice of text doesn't include the newlines.
* "Others" style is now deprecated.
News in 0.9.0
* Miscellaneous Bugfixes
News in 0.8.0
* Highlighting spec files for PHP, Verilog, MSIL, C# and SQL.
* Migrated test application to Gtk 2.3 (UI and file selector).
|
|
it. This copy defines the standard regcomp and friends functions, which
are also present in NetBSD. The problem is that the copy gets linked into
the libgtksourceview shared library and, when loaded into memory, shadows
native regex functions.
The problem exposes itself at least in gedit through gnome-vfs2. The later
executes regcomp, expecting the native one to be called, but instead the
one from the libgtksourceview library appears, making the program crash.
Apply a patch to ensure these internal GNU regex functions do not colish
with native ones. Bump PKGREVISION to 8.
|
|
GtkSourceView is a text widget that extends the standard gtk+ 2.x text
widget GtkTextView. It improves GtkTextView by implementing syntax
highlighting and other features typical of a source editor.
|