1. 22 May, 2015 2 kayıt (commit)
  2. 21 May, 2015 1 kayıt (commit)
  3. 19 May, 2015 3 kayıt (commit)
  4. 18 May, 2015 2 kayıt (commit)
  5. 17 May, 2015 1 kayıt (commit)
  6. 15 May, 2015 1 kayıt (commit)
  7. 14 May, 2015 1 kayıt (commit)
  8. 11 May, 2015 1 kayıt (commit)
  9. 10 May, 2015 4 kayıt (commit)
  10. 09 May, 2015 4 kayıt (commit)
  11. 06 May, 2015 4 kayıt (commit)
    • Colomban Wendling's avatar
      Merge pull request #487 from techee/goto_tag_fix · 5cfc3f20
      Colomban Wendling yazdı
      Fix language check in tm_workspace_find()
      5cfc3f20
    • Colomban Wendling's avatar
      Merge pull request #486 from techee/fix_empty_symbol_tree · 3973362c
      Colomban Wendling yazdı
      Fix empty symbol tree under some conditions
      3973362c
    • Jiří Techet's avatar
      Add a flag indicating the tag tree needs updating · 1903b0a9
      Jiří Techet yazdı
      When the Symbols tab isn't shown, symbol tree isn't updated. However,
      we should record the cases when update should have been performed
      and once the symbols tab is shown, perform update if something changed.
      
      Thanks to this patch we also don't have to always perform symbol tree
      update when switching to the Symbols tab but only when something has
      actually changed.
      1903b0a9
    • Jiří Techet's avatar
      Fix language check in tm_workspace_find() · 81fb120f
      Jiří Techet yazdı
      The tags_lang variable is set from the first tag in the found array but
      the array may actually contain tags from several languages. This may
      lead to two things:
      
      1. Goto tag definition goes to a tag from a different filetype
      2. Worse, the first tag is from a different language than the current file
      and we get a message that no tag was found
      
      Get lang for every tag in the array and rename tags_lang to tag_lang.
      81fb120f
  12. 05 May, 2015 1 kayıt (commit)
  13. 03 May, 2015 9 kayıt (commit)
  14. 02 May, 2015 1 kayıt (commit)
  15. 29 Nis, 2015 2 kayıt (commit)
    • Jiří Techet's avatar
      Tell users how to clear the terminal in the error message · d31c770a
      Jiří Techet yazdı
      This is not completely obvious - when I first saw the message, I started
      pressing backspace which really doesn't help.
      
      Also clarify and shorten the message a bit - in "Could not execute the file
      in the VTE because it probably contains a command" it's not clear if it's
      the file or VTE which contains the command. Also use "terminal" instead
      of "VTE" which is more user-friendly.
      d31c770a
    • Jiří Techet's avatar
      Add "dirty" terminal indication · 9f0bfec0
      Jiří Techet yazdı
      Right now users are confused when various VTE actions don't work because
      there's no indication that the terminal is in the non-clean state.
      
      Visualise "modified" terminal in the same way as modified document - by
      a red label in the tab so it's clearer when terminal isn't clean.
      
      Avoid quick red flashes when pressing enter by delaying the color change
      a bit.
      9f0bfec0
  16. 25 Nis, 2015 2 kayıt (commit)
  17. 24 Nis, 2015 1 kayıt (commit)