Skip to content
Snippets Groups Projects
  1. Feb 06, 2017
  2. Feb 05, 2017
    • Adrian Heine's avatar
      Add failing tests for coordsChar · e49d5e89
      Adrian Heine authored
      1. End of wrapped line in bidi content is wrong (my mistake)
      2. coordsChar({left:0, top: *}) in bidi content is wrong after Marijn's code
         style changes
      e49d5e89
  3. Feb 04, 2017
  4. Feb 03, 2017
  5. Feb 02, 2017
  6. Jan 22, 2017
  7. 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
  8. Jan 04, 2017
  9. Dec 22, 2016
  10. Nov 27, 2016
  11. Nov 21, 2016
  12. 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
  13. Oct 17, 2016
  14. Oct 04, 2016
  15. Sep 26, 2016
  16. Sep 20, 2016
  17. Sep 05, 2016
  18. Aug 28, 2016
  19. Aug 22, 2016
  20. Aug 15, 2016
  21. Jul 07, 2016
Loading