[geany/geany] 736c39: Fix setptr to work in an 'if' clause & improve doc...

Nick Treleaven nick.treleaven at xxxxx
Tue Nov 15 13:50:38 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/geany/geany

  Commit: 736c398467cc0e19f5c688d0a9b07fab88f8af92
      https://github.com/geany/geany/commit/736c398467cc0e19f5c688d0a9b07fab88f8af92
  Author: Nick Treleaven <nick.treleaven at 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/a97c3597eba0093259d4f876df7aa95ce5065454
  Author: Nick Treleaven <nick.treleaven at 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



More information about the Commits mailing list