Skip to content

Releases: drankinatty/gtkwrite

Version 0.2.5 - Maintenance Release

26 Feb 04:34
Compare
Choose a tag to compare

Version 0.2.5 - Maintenance release - fix mime-types in language spec files to prevent .txt files from enabling apache.conf or xorg.conf syntaxt hilighting.

Version 0.2.4 - Feature Update

20 Feb 18:11
Compare
Choose a tag to compare

Added language-specs apache.lang (.conf files), asm-intel.lang, gnuplot.lang, and xorg.conf.lang. The apache language spec was modified from the original language spec available at the gtksourceview site to limit the glob from *.* to *.conf limiting applicability to config files with the .conf extension.

Version 0.2.3 - Feature Update

30 Jul 21:21
Compare
Choose a tag to compare

Feature update. Added settings interface to set "minimum-word-size" property on the words source completion provider which sets the minimum number of characters typed before the word-completion dialog appears. (default: 3)

GtkWrite Version 0.2.2 - Feature Update Release

28 Jul 23:32
Compare
Choose a tag to compare

Feature update. Added basic word-completion implemented with GtkSourceCompletion. Added configurable visual guide for Right-Margin. Implemented settings, menu-entries and persistent key-file entries for both.

GtkWrite Version 0.2.1 - Feature Update & Maintenance Release

18 Jul 09:27
Compare
Choose a tag to compare

v0.2.1 - Feature update and maintenance release. Added display of SourceView detected language in Statusbar and included display of the comment syntax, both single-line, and block comment syntax on the Settings (edit) page, adjusted settings-dialog 50px taller to accommodate the additional information. Added app->langname to hold the string for the current language without the need to call gtk_source_language_get_name() on each statusbar update. Multi-line block comment removal added and adjustment of selection so syntax tags remain within selection bounds.

GtkWrite Version 0.2.0 - Feature Update & Maintenance Release

16 Jul 05:04
Compare
Choose a tag to compare

Version 0.2.0 - Feature update and maintenance release. Added automatic lookup of comment syntax based on source language for builds with GtkSourceView2. Added insert current date/time to the Tools menu [ctrl+shift+t]. Added "Save Current Size" for window in settings (which will then be restored regardless of further changes to window size). Various dialog and infobar markup improvements. Fixed status bar line-number glitch when bottom of scrolled window reached.

GtkWrite Version 0.1.9 - Maintenance Release

26 Jun 04:21
Compare
Choose a tag to compare

Various bug fixes to the default cancellation behavior of the File-Save Dialog. Initial detection of Byte Order Mark implemented.

v0.1.8 GtkWrite/GtkEdit

29 Aug 05:03
Compare
Choose a tag to compare

Version 0.1.8 - Add infobar to reduce dialogs and provide save Yes, No, Cancel options on WM_CLOSE (on_window_delete) or File->Quit if buffer modified, Add keypress handler for ctrl+shift+right/left arrow keys to change default gtk behavior of selecting whitespace and word-after-whitespace (rather than selecting to-beginning-of-next-word), Add simple stack to keep track of ctrl+shift arrow key input sequence (so opposite direction works correctly to undo existing selection) -- currently limited to 128 sequential ctrl+shift+arrow keypress events in either direction, Add setting to enable/disable custom ctrl+shift arrow key handler.

GtkWrite Version 0.1.7 - development release

18 Aug 03:27
Compare
Choose a tag to compare

Version 0.1.7 - added Settings->File Load/Save->End-of-Line Handling/Selection allows for a persistent EOL to be selected along with options for Use EOL from File or Use OS Default (default). When set to anything other than Use EOL from File, a prompt on file-open is presented to convert to the persistent EOL setting if the file EOL differs from the persistent setting.

GtkWrite Version 0.1.6 - development release

16 Aug 03:57
Compare
Choose a tag to compare

Version 0.1.6 change to-lowercase shortcut [ctrl+l] to allow keyboard entry of Unicode chars, add icons and /img dir, determine/handle user and sysdatadir on Linux and win32/64.