Revision: 885 http://svn.sourceforge.net/geany/?rev=885&view=rev Author: eht16 Date: 2006-10-11 15:15:26 -0700 (Wed, 11 Oct 2006)
Log Message: ----------- Updated missing keybindings.
Modified Paths: -------------- trunk/ChangeLog trunk/doc/geany.docbook
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2006-10-11 22:01:26 UTC (rev 884) +++ trunk/ChangeLog 2006-10-11 22:15:26 UTC (rev 885) @@ -9,9 +9,9 @@ * src/sci_wrappers.c: Added sci_find_bracematch(). * src/keybindings.c: Added keyboard shortcut Ctrl+< to jump between matching braces(closes #1571283). + * doc/geany.docbook: Updated missing keybindings.
- 2006-10-10 Enrico Tröger enrico.troeger@uvena.de
* src/document.c: Connect only once to the "sci-notify" signal.
Modified: trunk/doc/geany.docbook =================================================================== --- trunk/doc/geany.docbook 2006-10-11 22:01:26 UTC (rev 884) +++ trunk/doc/geany.docbook 2006-10-11 22:15:26 UTC (rev 885) @@ -1192,6 +1192,31 @@ <entry>Comments current line or selection.</entry> </row> <row> + <entry>Uncomment line</entry> + <entry>Uncomments current line or selection.</entry> + </row> + <row> + <entry>Toggle line commentation</entry> + <entry>Comments a line if it is not commented or removes a comment + if the line is commented.</entry> + </row> + <row> + <entry>Increase indent</entry> + <entry>Indents the current line or selection by one tabulator.</entry> + </row> + <row> + <entry>Decrease indent</entry> + <entry>Removes one tabulator from the indentation of the current + line or selection.</entry> + </row> + <row> + <entry>Goto matching brace</entry> + <entry>If the cursor is ahead or behind a brace, then it is moved to + the brace which belongs to the current one. If this keyboard + shortcut is pressed again, the cursor is moved back to the + first brace.</entry> + </row> + <row> <entry>Complete word</entry> <entry>Shows auto completion list.</entry> </row>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.