1. 24 Eki, 2016 1 kayıt (commit)
  2. 21 Agu, 2016 1 kayıt (commit)
  3. 13 Tem, 2016 1 kayıt (commit)
  4. 10 Tem, 2016 2 kayıt (commit)
  5. 13 Mar, 2016 3 kayıt (commit)
  6. 28 Şub, 2016 1 kayıt (commit)
  7. 17 Şub, 2016 2 kayıt (commit)
    • Jiří Techet's avatar
      Use the word "symbol" instead of "tag" in the UI and documentation · 9b686871
      Jiří Techet yazdı
      For users a tag is <this> so the naming can be confusing.
      
      The only exception where we probably shouldn't use the word symbol is the
      "tags file" (*.tags) containing global tags - this has already the "tags"
      extension and is more related to ctags and using "symbols file" is a bit
      strange in this case.
      
      As a result, the only places where this patch leaves the word "tag" are:
      
      * phrase "tags file(s)"
      * phrase "tags parser(s)"
      * documentation mentioning the "tags" directory
      * documentation mentioning the *.tags extension
      
      and of course where it means the HTML/XML markup <thing>. The rest of the
      uses of the word "tag" is replaced with "symbol".
      
      Documentation is updated accordingly.
      
      Fixes #579.
      9b686871
    • Colomban Wendling's avatar
      4afe6a58
  8. 16 Şub, 2016 1 kayıt (commit)
  9. 03 Ock, 2016 1 kayıt (commit)
    • Ben Wiederhake's avatar
      Fix typos · 29a6b9c0
      Ben Wiederhake yazdı
      All of these typos were found by codespell, so credits go the
      the authors of this incredibly useful tool.
      
      I manually confirmed and adapted all changes, which includes
      reflowing over-long lines or filling up with spaces for alignment.
      
      Some of these typos may need forwarding to their original authors.
      codespell reported a lot words where I am unsure; I have not
      included those corrections.
      29a6b9c0
  10. 13 Ara, 2015 1 kayıt (commit)
  11. 21 Kas, 2015 1 kayıt (commit)
  12. 15 Kas, 2015 2 kayıt (commit)
  13. 30 Eki, 2015 1 kayıt (commit)
    • Thomas Martitz's avatar
      document: Revert 6f5d5db2 and d6d4728f · 9b458b9f
      Thomas Martitz yazdı
      Now that there is a proper user indication for the "maintain history on
      reload" feature we can toggle it on by default. The setting is also renamed
      so that the default is effective for everyone (this was the plan).
      9b458b9f
  14. 17 Eki, 2015 1 kayıt (commit)
  15. 16 Agu, 2015 1 kayıt (commit)
  16. 12 Tem, 2015 3 kayıt (commit)
  17. 11 Tem, 2015 1 kayıt (commit)
    • Colomban Wendling's avatar
      Rename "maintain history on reload" setting temporarily for 1.25 · d6d4728f
      Colomban Wendling yazdı
      We want it disabled by default in 1.25 for everyone, but want to be
      able to get it back on by default later on when the UI is more
      polished.
      
      So we will need to have a way to tell whether the configuration comes
      from 1.25 and should be upgraded or was willfully disabled by the user
      in a later version.  So, use a temporary setting name that defaults to
      disabled for 1.25
      
      See #553.
      d6d4728f
  18. 10 Tem, 2015 1 kayıt (commit)
  19. 08 Tem, 2015 1 kayıt (commit)
  20. 24 Haz, 2015 1 kayıt (commit)
    • elextr's avatar
      Fix Manual for Build Menu Keybindings · 54eff298
      elextr yazdı
      Only fixed items can have keybindings but this manual entry was missed when one execute item was changed from fixed to optional.
      54eff298
  21. 28 May, 2015 1 kayıt (commit)
  22. 13 Nis, 2015 1 kayıt (commit)
  23. 04 Mar, 2015 1 kayıt (commit)
    • Jiří Techet's avatar
      Create geany_run_script.sh in the temporary directory instead of the working directory · 7b5df86b
      Jiří Techet yazdı
      Under some conditions, geany_run_script.sh is not deleted and we
      have no means to detect this in Geany (e.g. when the terminal emulator
      is started correctly but it fails to execute the script for some reason).
      In this case it is better to keep the garbage in /tmp than the working
      directory. Apart from that, it eliminates potential transfer of the run script
      over a NFS and eliminates the visibility of the script in working directory
      on Windows.
      
      Apart from that this patch fixes some locale/utf8 conversion problems
      and other subtle problems with the previous implementation.
      7b5df86b
  24. 03 Mar, 2015 1 kayıt (commit)
  25. 31 Ock, 2015 1 kayıt (commit)
    • Enrico Tröger's avatar
      SaveActions: Set file permissions of backup copies to 0600 · 7229aa9c
      Enrico Tröger yazdı
      As discussed in SF bug #125, it might be dangerous to store backup
      copies in a publicly accessable directory like /tmp with default
      permissions, especially on multi-user systems.
      So set the file permissions on non-Windows systems to 0600 by default.
      Also improve the documentation of the save Actions plugin to reflect this
      change.
      7229aa9c
  26. 28 Ock, 2015 1 kayıt (commit)
  27. 11 Ock, 2015 1 kayıt (commit)
    • Colomban Wendling's avatar
      Remove "Show macro list" keybinding and feature · 740c12c0
      Colomban Wendling yazdı
      This feature looks like a poorly implemented subset of "Complete word",
      but lacks some important features like prefix filtering.  It is also
      misnamed as it shows not only macros, but also variables and enums.
      
      It also only shows `editor_prefs.autocompletion_max_entries`, but does
      so from *each* file, not as a whole.
      
      So drop it altogether, as this feature doesn't really look useful and
      the current implementation seem to suffer of too many shortcomings for
      it to realistically be actually used.
      740c12c0
  28. 11 Ara, 2014 1 kayıt (commit)
  29. 28 Kas, 2014 1 kayıt (commit)
  30. 11 Eki, 2014 1 kayıt (commit)
  31. 09 Eki, 2014 3 kayıt (commit)