Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 03152902a9de9bb242ec9e68457e3115af70ab6e
https://github.com/geany/geany/commit/03152902a9de9bb242ec9e68457e3115af70a…
Author: Nick Treleaven <nick.treleaven(a)btinternet.com>
Date: 2011-11-17 (Thu, 17 Nov 2011)
Changed paths:
M doc/geany.html
M doc/geany.txt
Log Message:
-----------
Mention 'Go to tag' commands can use the current selection
Cleanup 'Go to tag' sections and keybinding descriptions.
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 82769a046c6394d073cc8a32677d8d4794c12c4c
https://github.com/geany/geany/commit/82769a046c6394d073cc8a32677d8d4794c12…
Author: Nick Treleaven <nick.treleaven(a)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/9ae71ab6cc3bb8185939e1536ffba41beb896…
Author: Nick Treleaven <nick.treleaven(a)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
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 8f280ed884721a0a1c75462e428b9bcffb3ac527
https://github.com/geany/geany/commit/8f280ed884721a0a1c75462e428b9bcffb3ac…
Author: Thomas Martitz <thomas.martitz(a)student.htw-berlin.de>
Date: 2011-11-17 (Thu, 17 Nov 2011)
Changed paths:
M doc/geany.html
M doc/geany.txt
M src/document.c
M src/main.c
M src/main.h
M src/socket.c
Log Message:
-----------
New --read-only commandline option
This adds a new commandline option --read-only (or -r). It's implemented
according to the behavior agreed on on the mailing list:
--read-only applies to all files on the command line
irrespective of positioning and has no effect on any other files
opened by session or menu (...)
Current behaviour on attempting to re-open a file with different
read-only status is that nothing happens, the already open
file is raised but not changed. (...)
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 59eb0557b633da583b51aab9686c553119ef9ce0
https://github.com/geany/geany/commit/59eb0557b633da583b51aab9686c553119ef9…
Author: Colomban Wendling <ban(a)herbesfolles.org>
Date: 2011-11-16 (Wed, 16 Nov 2011)
Changed paths:
M doc/geany.html
M doc/geany.txt
M src/keyfile.c
M src/vte.c
M src/vte.h
Log Message:
-----------
Add a configurable prefix for commands sent to the shell in the VTE
This adds an hidden VTE preference, send_cmd_prefix, that allows to
define a prefix for the commands Geany sends to the shell in the VTE
like "cd" when following current path.
This can be used for example to prevent some shells (Bash, ZSH, maybe
others) from putting these commands in the history by setting this to
a space.
Commit: 80d5e07c6cbdf640abec0cc923cbdd6cfa63b73d
https://github.com/geany/geany/commit/80d5e07c6cbdf640abec0cc923cbdd6cfa63b…
Author: Colomban Wendling <ban(a)herbesfolles.org>
Date: 2011-11-16 (Wed, 16 Nov 2011)
Changed paths:
M src/symbols.c
Log Message:
-----------
Revert granting an unexpected check to an assertion
It actually happens, and until fixing this properly, don't output
useless useless scary warnings. Anyway, this is not a big problem
or anything.
Compare: https://github.com/geany/geany/compare/5b41e17...80d5e07
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: c73ee497588296122d579bdbf789a547eb4177ae
https://github.com/geany/geany/commit/c73ee497588296122d579bdbf789a547eb417…
Author: Colomban Wendling <ban(a)herbesfolles.org>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M src/editor.c
M src/prefs.c
M src/symbols.c
Log Message:
-----------
Fix a few things, most of them reported by clang's static analyzer
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 172825390ad7166987003245b26d8dd66b84fab3
https://github.com/geany/geany/commit/172825390ad7166987003245b26d8dd66b84f…
Author: Nick Treleaven <nick.treleaven(a)btinternet.com>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M src/utils.h
Log Message:
-----------
Deprecate setptr in favour of SETPTR
SETPTR makes it clear that a macro is being used in code.
Restore setptr without do/while in case of use without semi-colon.
Branch: refs/heads/master
Home: https://github.com/geany/geany
Commit: 736c398467cc0e19f5c688d0a9b07fab88f8af92
https://github.com/geany/geany/commit/736c398467cc0e19f5c688d0a9b07fab88f8a…
Author: Nick Treleaven <nick.treleaven(a)btinternet.com>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M src/utils.h
Log Message:
-----------
Fix setptr to work in an 'if' clause & improve documentation
Use do {...} while (0) instead of {...}.
Document the order of events and purpose of setptr properly.
Commit: a97c3597eba0093259d4f876df7aa95ce5065454
https://github.com/geany/geany/commit/a97c3597eba0093259d4f876df7aa95ce5065…
Author: Nick Treleaven <nick.treleaven(a)btinternet.com>
Date: 2011-11-15 (Tue, 15 Nov 2011)
Changed paths:
M doc/geany.html
M doc/geany.txt
M src/keybindings.c
Log Message:
-----------
Add default shortcuts for Find Usage, Forward/Back, Make Object
Note: This doesn't affect existing user shortcuts.
Ctrl-Shift-D Find Document Usage
Ctrl-Shift-E Find [Session] Usage (one letter after doc usage and
close on the keyboard)
These are standard shortcuts for browsers:
Alt-Right Forward
Alt-Left Back
This matches the build/make symmetry for compile (F8):
Shift-F8 Make Object
Compare: https://github.com/geany/geany/compare/2e56a84...a97c359