Branch: refs/heads/master Home: https://github.com/geany/geany
Commit: 82769a046c6394d073cc8a32677d8d4794c12c4c https://github.com/geany/geany/commit/82769a046c6394d073cc8a32677d8d4794c12c... Author: Nick Treleaven nick.treleaven@btinternet.com Date: 2011-11-17 (Thu, 17 Nov 2011)
Changed paths: M doc/geany.html M doc/geany.txt M src/keybindings.c
Log Message: ----------- Set Move Line(s) default keybindings, change Move Tab defaults
This does not affect existing users.
Ctrl-Shift-PageUp Move document left Ctrl-Shift-PageDown Move document right
The above shortcuts were aliases for selecting left/rightmost documents, but those are not necessary as Alt-1/Alt-0 does the same.
Alt-PageUp Move line(s) up Alt-PageDown Move line(s) down
Alt is easier to press than Ctrl-Shift, so is better for moving lines as this needs more accuracy.
Commit: 9ae71ab6cc3bb8185939e1536ffba41beb896686 https://github.com/geany/geany/commit/9ae71ab6cc3bb8185939e1536ffba41beb8966... Author: Nick Treleaven nick.treleaven@btinternet.com Date: 2011-11-17 (Thu, 17 Nov 2011)
Changed paths: M doc/geany.html M doc/geany.txt M src/keybindings.c
Log Message: ----------- Add default keybindings for Go to Tag, remove Transpose default
This does not affect existing users.
Ctrl-T Go to tag definition Ctrl-Shift-T Go to tag declaration
A default keybinding for 'Transpose current line' is no longer necessary as it does the same as 'Move line(s) up', which we now have a default for.
Compare: https://github.com/geany/geany/compare/8f280ed...9ae71ab