Skip to content
Snippets Groups Projects
  1. Mar 05, 2017
  2. Mar 01, 2017
  3. Feb 28, 2017
  4. Feb 06, 2017
  5. 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
  6. Feb 04, 2017
  7. Feb 03, 2017
  8. Feb 02, 2017
  9. Jan 22, 2017
  10. 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
  11. Jan 04, 2017
  12. Dec 22, 2016
  13. Nov 27, 2016
  14. Nov 21, 2016
  15. 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
  16. Oct 17, 2016
  17. Oct 04, 2016
  18. Sep 26, 2016
  19. Sep 20, 2016
Loading