2008-02-17 Johannes Schmid <jhs@gnome.org>
commit5693d850262ce7e3a4c9cde3c3f997e60b622995
authorjhs <jhs@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Sun, 17 Feb 2008 10:54:40 +0000 (17 10:54 +0000)
committerjhs <jhs@1dbfb86a-d425-0410-a06b-cb591aac69f6>
Sun, 17 Feb 2008 10:54:40 +0000 (17 10:54 +0000)
treebb1a56eb31ed83ec4d9665e436a8f7b5d25099f7
parentd5530e8ef9c155d458f5f8689861b8a2e364d8d9
2008-02-17  Johannes Schmid <jhs@gnome.org>

* plugins/language-support-cpp-java/plugin.c:
(get_line_indentation_base), (get_line_auto_indentation),
(on_auto_indent):
Some bugfixes and clean-ups in comment indentation code

* plugins/sourceview/anjuta-view.c: (anjuta_view_class_init),
(anjuta_view_finalize), (anjuta_view_key_press_event):
* plugins/sourceview/sourceview.c: (on_insert_text),
(sourceview_create_highligth_indic), (sourceview_new):
Cleaned implementation of char-added signal by using \"insert-text\" signal
instead of filtering \"key-press-event\"
* plugins/sourceview/sourceview-cell.c: (icell_get_character),
(icell_get_length), (icell_get_char), (iiter_first), (iiter_last),
(iiter_diff):
Fixed implementation of get_character and return value of iiter_first() and
iiter_last();

git-svn-id: http://svn.gnome.org/svn/anjuta/trunk@3681 1dbfb86a-d425-0410-a06b-cb591aac69f6
ChangeLog
plugins/language-support-cpp-java/plugin.c
plugins/sourceview/anjuta-view.c
plugins/sourceview/sourceview-cell.c
plugins/sourceview/sourceview.c