diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2015-04-12 22:07:56 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2015-04-12 22:07:56 (GMT) |
commit | 90923fccb863075722d2ed17360e2c330b262e04 (patch) | |
tree | b7588517a6437efa2d4cd885984e0b87ef8307fe /ChangeLog | |
parent | 054d2d76f1951c20822286bce0128e60c26c4b9b (diff) |
Highlighted the current segment on caret location changes.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@511 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,26 @@ 15-04-12 Cyrille Bagard <nocbos@gmail.com> + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + Update code. + + * src/glibext/gbuffersegment.c: + * src/glibext/gbuffersegment.h: + Fix a bug when computing the segment hash: use the final text. + Create a list structure to identify segment contents by their hash. + Draw the segments according to this kind of list. + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Keep track of each highlighted segment. + + * src/gtkext/gtkblockview.c: + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkbufferview-int.h: + Highlight the current segment on caret location changes. + +15-04-12 Cyrille Bagard <nocbos@gmail.com> + * src/core/params.c: * src/core/params.h: Allow to configure the drawing of the selection line. |