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