Skip to content
Snippets Groups Projects
  1. Feb 02, 2017
  2. Jan 22, 2017
  3. Jan 19, 2017
    • Jakub Vrána's avatar
      [sublime bindings] Don't sort last line with no selected chars · 73c4e24a
      Jakub Vrána authored
      Selecting two full lines including line ends makes a selection from
      line 1 to line 3 (ch: 0). This command used to sort three lines (1 to
      3) which is not what I expect. This change makes it sort only two
      lines if there are no selected characters on the last line.
      
      It also fixes a fatal error if there are more than one selection on
      the same line (the code used 'range' instead of 'ranges').
      
      It also selects the trailing newline after sorting the lines so that
      the whole lines are selected.
      73c4e24a
  4. Jan 04, 2017
  5. Dec 22, 2016
  6. Nov 27, 2016
  7. Nov 21, 2016
  8. Nov 09, 2016
    • Jim Avery's avatar
      [swift mode] Various improvements · 4a1ed913
      Jim Avery authored
       - Added for as a defining keyword
       - Added new types and operators
       - Fixed numbers so basic integers are represented
       - Identifiers can now be surrounded with backticks
       - Properties and #/@ instructions are now distinct, with the latter represented as a builtin type
       - Properties are now matched before punctuation. Code can now fold.
       - Remove the regexp checking as that syntax does not currently exist in Swift
       - Added tests
      4a1ed913
  9. Oct 17, 2016
  10. Oct 04, 2016
  11. Sep 26, 2016
  12. Sep 20, 2016
  13. Sep 05, 2016
  14. Aug 28, 2016
  15. Aug 22, 2016
  16. Aug 15, 2016
  17. Jul 07, 2016
  18. Jun 09, 2016
  19. Apr 20, 2016
  20. Apr 12, 2016
    • James Howard's avatar
      [gfm mode] Fix fenced code block mode switching for objective-c · 44410cd6
      James Howard authored
      There were two issues:
      
      1. Github flavored markdown calls Objective C `objective-c`
      2. The gfm.js mode didn't include `-` in its fenced code block regex
      
      Additionally, test/index.html did not import the mode/meta.js file,
      which prevented mode lookup by name from working in unit tests.
      44410cd6
  21. Mar 31, 2016
  22. Mar 27, 2016
  23. Mar 24, 2016
  24. Mar 21, 2016
  25. Mar 07, 2016
  26. Feb 28, 2016
  27. Feb 22, 2016
  28. Feb 18, 2016
  29. Dec 29, 2015
  30. Dec 28, 2015
  31. Dec 20, 2015
  32. Dec 16, 2015
  33. Nov 25, 2015
  34. Nov 24, 2015
    • Marijn Haverbeke's avatar
      Rewrite atomic selection skipping · 0df380b6
      Marijn Haverbeke authored
      The code is now clearer, and will prefer the nearer end of the atomic
      range as long as that means there is still progress (i.e. the cursor
      does not get stuck).
      
      Issue #3658
      0df380b6
Loading