Add marker keybinding descriptions.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1401 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2007-03-15 16:48:09 +00:00
parent d5afa7bb4c
commit 9384d5be83

View File

@ -1476,6 +1476,19 @@
shortcut is pressed again, the cursor is moved back to the
first brace.</entry>
</row>
<row>
<entry>Toggle marker</entry>
<entry>Set a marker on the current line, or clear the marker if there
already is one.</entry>
</row>
<row>
<entry>Goto next marker</entry>
<entry>Goto the next marker in the current document.</entry>
</row>
<row>
<entry>Goto previous marker</entry>
<entry>Goto the previous marker in the current document.</entry>
</row>
<row>
<entry>Complete word</entry>
<entry>Shows auto completion list.</entry>