From d131023fe7e7684b4414bfd10ae20cf44c7a4ae6 Mon Sep 17 00:00:00 2001 From: Nick Treleaven Date: Fri, 9 May 2008 12:13:29 +0000 Subject: [PATCH] Add basic Line Breaking option in the Document menu. Line breaking only works when typing characters past the line breaking column number. Add 'Line breaking column' editor pref. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2562 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 12 +++ TODO | 1 - doc/geany.html | 21 +++-- doc/geany.txt | 10 +-- geany.glade | 103 +++++++++++++++++++----- src/callbacks.c | 16 ++++ src/callbacks.h | 5 ++ src/document.c | 1 + src/document.h | 1 + src/editor.c | 45 +++++++++++ src/editor.h | 1 + src/interface.c | 210 +++++++++++++++++++++++++++--------------------- src/keyfile.c | 2 + src/prefs.c | 6 ++ src/ui_utils.c | 4 + 15 files changed, 312 insertions(+), 126 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71e11e2a..1d5658bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-05-09 Nick Treleaven + + * src/interface.c, src/prefs.c, src/callbacks.c, src/callbacks.h, + src/keyfile.c, src/document.c, src/document.h, src/editor.c, + src/editor.h, src/ui_utils.c, geany.glade, TODO, doc/geany.txt, + doc/geany.html: + Add basic Line Breaking option in the Document menu. Line breaking + only works when typing characters past the line breaking column + number. + Add 'Line breaking column' editor pref. + + 2008-05-08 Nick Treleaven * src/filetypes.c: diff --git a/TODO b/TODO index dbda60ac..83f36fd1 100644 --- a/TODO +++ b/TODO @@ -19,7 +19,6 @@ Note: features included in brackets have lower priority. o project indentation settings support o improve Compile toolbar button for Make (drop down radio list?) o (selectable menu of arguments to use for Make, from Make Custom) - o (line breaking mode to limit words on a line for e.g. XML content) o (DBUS) o (indent wrapped lines - Scintilla issue) o (folder tree in the sidebar) diff --git a/doc/geany.html b/doc/geany.html index 9613d077..de53555d 100644 --- a/doc/geany.html +++ b/doc/geany.html @@ -3,10 +3,10 @@ - + Geany - +