Update tips for Alt/Ctrl + mouse wheel scrolling in the editor.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3282 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2008-11-26 16:43:14 +00:00
parent 492f78c769
commit a95ccfa4ec
3 changed files with 560 additions and 554 deletions

View File

@ -19,6 +19,8 @@
src/main.c:
Move configuration_read_filetype_extensions() to
filetypes_read_extensions().
* doc/geany.txt, doc/geany.html:
Update tips for Alt/Ctrl + mouse wheel scrolling in the editor.
2008-11-25 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>

File diff suppressed because it is too large Load Diff

View File

@ -3374,6 +3374,8 @@ Document notebook
Editor
------
* Alt-scroll wheel moves up/down a page.
* Ctrl-scroll wheel zooms in/out.
* Ctrl-click on a word in a document to perform *Go to Tag Definition*.
* Ctrl-click on a bracket/brace to perform *Go to Matching Brace*.