anjuta r2785 - in trunk: . libanjuta/interfaces manuals/reference/libanjuta/tmpl plugins/debug-manager plugins/document-manager plugins/editor plugins/gdb plugins/search plugins/sourceview plugins/symbol-browser
- From: sgranjoux svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r2785 - in trunk: . libanjuta/interfaces manuals/reference/libanjuta/tmpl plugins/debug-manager plugins/document-manager plugins/editor plugins/gdb plugins/search plugins/sourceview plugins/symbol-browser
- Date: Sat, 3 Feb 2007 09:13:29 +0000 (GMT)
Author: sgranjoux
Date: 2007-02-03 09:13:28 +0000 (Sat, 03 Feb 2007)
New Revision: 2785
ViewCVS link: http://svn.gnome.org/viewcvs/anjuta?rev=2785&view=rev
Added:
trunk/plugins/editor/bookmark.xpm
trunk/plugins/editor/breakpoint-disabled.xpm
trunk/plugins/editor/breakpoint-enabled.xpm
trunk/plugins/editor/linemarker.xpm
trunk/plugins/editor/program-counter.xpm
trunk/plugins/sourceview/breakpoint-disabled.png
trunk/plugins/sourceview/breakpoint-enabled.png
trunk/plugins/sourceview/linemarker.png
trunk/plugins/sourceview/program-counter.png
Removed:
trunk/plugins/sourceview/marker-attentive.png
trunk/plugins/sourceview/marker-basic.png
trunk/plugins/sourceview/marker-intense.png
trunk/plugins/sourceview/marker-light.png
Modified:
trunk/ChangeLog
trunk/libanjuta/interfaces/libanjuta.idl
trunk/manuals/reference/libanjuta/tmpl/ianjuta-document-manager.sgml
trunk/manuals/reference/libanjuta/tmpl/ianjuta-markable.sgml
trunk/plugins/debug-manager/breakpoints.c
trunk/plugins/debug-manager/plugin.c
trunk/plugins/document-manager/action-callbacks.c
trunk/plugins/document-manager/anjuta-docman.c
trunk/plugins/document-manager/goto_line.c
trunk/plugins/document-manager/plugin.c
trunk/plugins/editor/Makefile.am
trunk/plugins/editor/text_editor.c
trunk/plugins/gdb/debugger.c
trunk/plugins/search/search-replace.c
trunk/plugins/sourceview/Makefile.am
trunk/plugins/sourceview/bookmark.png
trunk/plugins/sourceview/sourceview.c
trunk/plugins/symbol-browser/plugin.c
Log:
2007-02-02 Sebastien Granjoux <seb sfo free fr>
* libanjuta/interfaces/libanjuta.idl,
plugins/sourceview/sourceview.c,
plugins/editor/text-editor.c,
plugins/symbol-browser/plugin.c,
plugins/search/search-replace.c,
plugins/document-manager/goto_line.c,
plugins/document-manager/action-callbacks.c,
plugins/document-manager/anjuta-docman.c:
Rename markers of anjuta interface
IANJUTA_MARKABLE_NONE has been removed
IANJUTA_MARKABLE_BASIC renamed in IANJUTA_MARKABLE_LINEMARKER
IANJUTA_MARKABLE_LIGHT renamed in IANJUTA_MARKABLE_BOOKMARK
IANJUTA_MARKABLE_ATTENTIVE renamed in
IANJUTA_MARKABLE_BREAKPOINT_DISABLED
IANJUTA_MARKABLE_INTENSE renamed in
IANJUTA_MARKABLE_BREAKPOINT_ENABLED
IANJUTA_MARKABLE_PROGRAM_COUNTER has been created
* (removed) plugins/sourceview/marker-light.png,
(removed) plugins/sourceview/marker-basic.png,
(removed) plugins/sourceview/marker-attentive.png,
(removed) plugins/sourceview/marker-intense.png,
plugins/sourceview/bookmark.png,
(added) plugins/sourceview/breakpoint-disabled.png,
(added) plugins/sourceview/breakpoint-enabled.png,
(added) plugins/sourceview/program-counter.png,
(added) plugins/sourceview/linemarker.png,
plugins/sourceview/Makefile.am,
(added) plugins/editor/bookmark.xpm,
(added) plugins/editor/breakpoint-disabled.xpm,
(added) plugins/editor/breakpoint-enabled.xpm,
(added) plugins/editor/program-counter.xpm,
(added) plugins/editor/linemarker.xpm,
plugins/editor/Makefile.am:
Add or change marker pixmaps in scintilla and sourceview editor
* plugins/document-manager/plugin.c,
libanjuta/interfaces/libanjuta.idl,
plugins/debug-manager/plugin.c,
plugins/debug-manager/breakpoints.c
plugins/gdb/debugger.c:
Fix bug #376404, program counter marker is not displayed when debugger
is inactive
Return the selected editor or NULL (if file does not exist) with
ianjuta_document_manager_goto_file_line* functions
Emit a change-location signal even if the program counter is in an
unknown file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]