1. 04 5月, 2017 1 次提交
  2. 13 4月, 2017 1 次提交
  3. 11 4月, 2017 1 次提交
  4. 17 3月, 2017 2 次提交
  5. 31 1月, 2017 1 次提交
  6. 24 1月, 2017 1 次提交
  7. 17 1月, 2017 1 次提交
  8. 04 1月, 2017 1 次提交
  9. 27 10月, 2016 1 次提交
  10. 24 10月, 2016 1 次提交
  11. 21 10月, 2016 1 次提交
  12. 08 10月, 2016 1 次提交
  13. 07 10月, 2016 2 次提交
    • J
      ddd · 45645e08
      Johannes Rieken 提交于
      45645e08
    • R
      Remove incorrect ANSI escape code for LF · 2b84bca4
      Robin Munn 提交于
      ANSI technically doesn't have an escape code for LF, since it just uses the 0x0A character. The regex \xA is incorrect (it should be \x0A) and is being treated as the two-character sequence "xA". But then once we've fixed that, replacing 0x0A with \n in removeAnsiEscapeCodes is a no-op. Better to just remove the str.replace(LF, '\n') call.
      
      Fixes #12608.
      2b84bca4
  14. 27 9月, 2016 1 次提交
  15. 13 9月, 2016 1 次提交
  16. 12 9月, 2016 1 次提交
  17. 06 9月, 2016 1 次提交
  18. 19 8月, 2016 1 次提交
  19. 12 8月, 2016 1 次提交
  20. 25 7月, 2016 2 次提交
  21. 27 6月, 2016 1 次提交
  22. 03 5月, 2016 1 次提交
  23. 30 4月, 2016 3 次提交
  24. 20 4月, 2016 2 次提交
    • D
      Create new conf files with right indent settings · 0a4e82fb
      Denis Gladkikh 提交于
      If you are prefer to use spaces instead of tabs - in most cases you
      don't want to see tabs anywhere (copy paste issues with other files).
      
      This fixes several workflows:
      
      - Creating new Debug file
      - Creating new Tasks file
      - Showing global settings (this one is cached, so it shows for the first
        time only right indentation, if you will change it will show old
        indentation till restart)
      0a4e82fb
    • L
      remove unnecessary calculation · f9562a5c
      liunian 提交于
      f9562a5c
  25. 06 4月, 2016 1 次提交
  26. 24 3月, 2016 1 次提交
  27. 23 3月, 2016 1 次提交
  28. 18 3月, 2016 1 次提交
  29. 07 3月, 2016 1 次提交
  30. 22 2月, 2016 1 次提交
  31. 17 2月, 2016 1 次提交
  32. 09 2月, 2016 1 次提交
  33. 05 2月, 2016 1 次提交
  34. 08 1月, 2016 1 次提交