Skip to content
Snippets Groups Projects
  1. Feb 02, 2017
  2. 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
  3. Jun 09, 2016
  4. May 09, 2014
  5. Mar 18, 2014
  6. Mar 17, 2014
  7. Mar 15, 2014
  8. Mar 10, 2014
  9. Feb 19, 2014
Loading