anjuta r4533 - in trunk: . plugins/build-basic-autotools plugins/debug-manager src
- From: jhs svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4533 - in trunk: . plugins/build-basic-autotools plugins/debug-manager src
- Date: Mon, 5 Jan 2009 11:13:08 +0000 (UTC)
Author: jhs
Date: Mon Jan 5 11:13:08 2009
New Revision: 4533
URL: http://svn.gnome.org/viewvc/anjuta?rev=4533&view=rev
Log:
2008-01-05 Adam Dingle <adam medovina org>
* plugins/build-basic-autotools/plugin.c:
* plugins/debug-manager/plugin.c:
* src/anjuta-actions.h:
Fixed #565714 â use F11 shortcut for Full Screen
Modified:
trunk/ChangeLog
trunk/plugins/build-basic-autotools/plugin.c
trunk/plugins/debug-manager/plugin.c
trunk/src/anjuta-actions.h
Modified: trunk/plugins/build-basic-autotools/plugin.c
==============================================================================
--- trunk/plugins/build-basic-autotools/plugin.c (original)
+++ trunk/plugins/build-basic-autotools/plugin.c Mon Jan 5 11:13:08 2009
@@ -2020,7 +2020,7 @@
},
{
"ActionBuildBuildProject", GTK_STOCK_CONVERT,
- N_("_Build Project"), "<shift>F11",
+ N_("_Build Project"), "<shift>F7",
N_("Build whole project"),
G_CALLBACK (on_build_project)
},
@@ -2050,7 +2050,7 @@
},
{
"ActionBuildBuildModule", ANJUTA_STOCK_BUILD,
- N_("_Build Module"), "F11",
+ N_("_Build Module"), "F7",
N_("Build module associated with current file"),
G_CALLBACK (on_build_module)
},
Modified: trunk/plugins/debug-manager/plugin.c
==============================================================================
--- trunk/plugins/debug-manager/plugin.c (original)
+++ trunk/plugins/debug-manager/plugin.c Mon Jan 5 11:13:08 2009
@@ -979,7 +979,7 @@
"ActionDebuggerStepOut",
"debugger-step-out",
N_("Step _Out"),
- "F7",
+ "<shift>F5",
N_("Single step out of the function"),
G_CALLBACK (on_step_out_action_activate)
},
Modified: trunk/src/anjuta-actions.h
==============================================================================
--- trunk/src/anjuta-actions.h (original)
+++ trunk/src/anjuta-actions.h Mon Jan 5 11:13:08 2009
@@ -44,7 +44,7 @@
static GtkToggleActionEntry menu_entries_toggle_view[] = {
{ "ActionViewFullscreen", GTK_STOCK_FULLSCREEN,
- N_("_Full Screen"), NULL,
+ N_("_Full Screen"), "F11",
N_("Toggle fullscreen mode"),
G_CALLBACK (on_fullscreen_toggle)},
{ "ActionViewLockLayout", NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]