SF.net SVN: geany: [1683] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Mon Jul 9 13:53:29 UTC 2007
Revision: 1683
http://svn.sourceforge.net/geany/?rev=1683&view=rev
Author: eht16
Date: 2007-07-09 06:53:27 -0700 (Mon, 09 Jul 2007)
Log Message:
-----------
Use Ctrl-B for Goto matching brace.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/keybindings.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-07-09 13:48:41 UTC (rev 1682)
+++ trunk/ChangeLog 2007-07-09 13:53:27 UTC (rev 1683)
@@ -7,6 +7,7 @@
* src/keybindings.c, src/keybindings.h, src/prefs.c:
Use a TreeView for keybinding list in the preferences dialog and add
descriptive sections for better usability.
+ * src/keybindings.c: Use Ctrl-B for Goto matching brace.
2007-07-08 Enrico Tröger <enrico.troeger at uvena.de>
Modified: trunk/src/keybindings.c
===================================================================
--- trunk/src/keybindings.c 2007-07-09 13:48:41 UTC (rev 1682)
+++ trunk/src/keybindings.c 2007-07-09 13:53:27 UTC (rev 1683)
@@ -273,7 +273,7 @@
keys[GEANY_KEYS_EDIT_SENDTOCMD3] = fill(cb_func_edit,
GDK_3, GDK_CONTROL_MASK, "edit_sendtocmd3", _("Send to Custom Command 3"));
keys[GEANY_KEYS_EDIT_GOTOMATCHINGBRACE] = fill(cb_func_edit_global,
- 0, 0, "edit_gotomatchingbrace",
+ GDK_b, GDK_CONTROL_MASK, "edit_gotomatchingbrace",
_("Goto matching brace"));
keys[GEANY_KEYS_EDIT_TOGGLEMARKER] = fill(cb_func_edit_global,
GDK_m, GDK_CONTROL_MASK, "edit_togglemarker",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list