Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 03, 2016
  3. Oct 15, 2016
  4. Oct 11, 2016
  5. Jul 04, 2016
  6. Jun 19, 2016
  7. Jun 09, 2016
  8. May 17, 2016
  9. May 02, 2016
  10. Apr 11, 2016
  11. Feb 02, 2016
  12. Dec 16, 2015
  13. Dec 07, 2015
  14. Oct 16, 2015
  15. Aug 24, 2015
  16. Jul 13, 2015
  17. Apr 01, 2015
  18. Mar 14, 2015
  19. Oct 28, 2014
  20. Jul 25, 2014
  21. Jun 24, 2014
  22. May 19, 2014
  23. May 09, 2014
  24. Apr 08, 2014
  25. Mar 20, 2014
  26. Mar 18, 2014
  27. Mar 17, 2014
  28. Mar 15, 2014
Loading