1. 21 Kas, 2011 5 kayıt (commit)
  2. 20 Kas, 2011 7 kayıt (commit)
  3. 18 Kas, 2011 1 kayıt (commit)
  4. 17 Kas, 2011 6 kayıt (commit)
    • Nick Treleaven's avatar
      Mention 'Go to tag' commands can use the current selection · 03152902
      Nick Treleaven yazdı
      Cleanup 'Go to tag' sections and keybinding descriptions.
      03152902
    • Nick Treleaven's avatar
      Add default keybindings for Go to Tag, remove Transpose default · 9ae71ab6
      Nick Treleaven yazdı
      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.
      9ae71ab6
    • Nick Treleaven's avatar
      Set Move Line(s) default keybindings, change Move Tab defaults · 82769a04
      Nick Treleaven yazdı
      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.
      82769a04
    • Thomas Martitz's avatar
      New --read-only commandline option · 8f280ed8
      Thomas Martitz yazdı
      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. (...)
      8f280ed8
    • Colomban Wendling's avatar
      Revert granting an unexpected check to an assertion · 80d5e07c
      Colomban Wendling yazdı
      It actually happens, and until fixing this properly, don't output
      useless useless scary warnings.  Anyway, this is not a big problem
      or anything.
      80d5e07c
    • Colomban Wendling's avatar
      Add a configurable prefix for commands sent to the shell in the VTE · 59eb0557
      Colomban Wendling yazdı
      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.
      59eb0557
  5. 16 Kas, 2011 3 kayıt (commit)
  6. 15 Kas, 2011 5 kayıt (commit)
  7. 14 Kas, 2011 4 kayıt (commit)
  8. 13 Kas, 2011 7 kayıt (commit)
  9. 12 Kas, 2011 2 kayıt (commit)