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