anjuta r4804 - in trunk: . plugins/debug-manager
- From: jhs svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4804 - in trunk: . plugins/debug-manager
- Date: Thu, 26 Feb 2009 22:06:37 +0000 (UTC)
Author: jhs
Date: Thu Feb 26 22:06:37 2009
New Revision: 4804
URL: http://svn.gnome.org/viewvc/anjuta?rev=4804&view=rev
Log:
2009-02-26 Johannes Schmid <jhs gnome org>
* plugins/debug-manager/breakpoints.c (create_breakpoint_gui):
* plugins/debug-manager/disassemble.c (create_disassemble_gui):
* plugins/debug-manager/memory.c (create_memory_gui):
* plugins/debug-manager/registers.c (create_cpu_registers_gui):
Add some debugger windows with ANJUTA_PLACEMENT_NONE to avoid cluttering
UI when just loading the debugger. (IMHO few users will ever look at
disassemble/memory/registers and those most likely know how to enable those).
Needs latest gdl from svn trunk to avoid a stupid warning
Modified:
trunk/ChangeLog
trunk/plugins/debug-manager/breakpoints.c
trunk/plugins/debug-manager/disassemble.c
trunk/plugins/debug-manager/memory.c
trunk/plugins/debug-manager/registers.c
Modified: trunk/plugins/debug-manager/breakpoints.c
==============================================================================
--- trunk/plugins/debug-manager/breakpoints.c (original)
+++ trunk/plugins/debug-manager/breakpoints.c Thu Feb 26 22:06:37 2009
@@ -1974,7 +1974,7 @@
anjuta_shell_add_widget (ANJUTA_PLUGIN(bd->plugin)->shell,
bd->window,
"AnjutaDebuggerBreakpoints", _("Breakpoints"),
- ANJUTA_STOCK_BREAKPOINT_ENABLED, ANJUTA_SHELL_PLACEMENT_BOTTOM,
+ ANJUTA_STOCK_BREAKPOINT_ENABLED, ANJUTA_SHELL_PLACEMENT_NONE,
NULL);
/* Add popup menu */
Modified: trunk/plugins/debug-manager/disassemble.c
==============================================================================
--- trunk/plugins/debug-manager/disassemble.c (original)
+++ trunk/plugins/debug-manager/disassemble.c Thu Feb 26 22:06:37 2009
@@ -849,7 +849,7 @@
anjuta_shell_add_widget (ANJUTA_PLUGIN (self->plugin)->shell,
self->window,
"AnjutaDebuggerDisassemble", _("Disassembly"),
- NULL, ANJUTA_SHELL_PLACEMENT_LEFT,
+ NULL, ANJUTA_SHELL_PLACEMENT_NONE,
NULL);
return TRUE;
Modified: trunk/plugins/debug-manager/memory.c
==============================================================================
--- trunk/plugins/debug-manager/memory.c (original)
+++ trunk/plugins/debug-manager/memory.c Thu Feb 26 22:06:37 2009
@@ -176,7 +176,7 @@
anjuta_shell_add_widget (mem->plugin->shell,
mem->window,
"AnjutaDebuggerMemory", _("Memory"),
- NULL, ANJUTA_SHELL_PLACEMENT_CENTER,
+ NULL, ANJUTA_SHELL_PLACEMENT_NONE,
NULL);
return TRUE;
Modified: trunk/plugins/debug-manager/registers.c
==============================================================================
--- trunk/plugins/debug-manager/registers.c (original)
+++ trunk/plugins/debug-manager/registers.c Thu Feb 26 22:06:37 2009
@@ -487,7 +487,7 @@
anjuta_shell_add_widget (self->plugin->shell,
self->window,
"AnjutaDebuggerRegisters", _("Registers"),
- NULL, ANJUTA_SHELL_PLACEMENT_LEFT,
+ NULL, ANJUTA_SHELL_PLACEMENT_NONE,
NULL);
return TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]