Skip to content

Releases: tonsky/Clojure-Sublimed

4.5.2

04 Aug 15:43
Compare
Choose a tag to compare
  • Prepare for python 3.13 #137

4.5.1

04 Aug 12:47
Compare
Choose a tag to compare
  • Prepare for python 3.13 #137

4.5.0

29 Jun 16:30
Compare
Choose a tag to compare
  • Improved stacktrace formatting, closer match for clojure+

4.4.3

09 May 13:32
Compare
Choose a tag to compare
  • Fixed Align Cursors not appearing in Command Palette #136

4.4.2

28 Apr 18:18
Compare
Choose a tag to compare
  • Get settings from view, which merges in project and syntax settings on top of Preferences.sublime-settings

4.4.1

05 Apr 20:43
Compare
Choose a tag to compare
  • Autoscroll on Enter #135

4.4.0

30 Dec 15:55
Compare
Choose a tag to compare
  • New Align Cursors command
  • Color scheme adjustments

align_cursors

4.3.2

09 Dec 13:43
Compare
Choose a tag to compare
  • Clarified some symbol/keyword edge cases in syntax
  • Add clojure_sublimed_select_topmost_form command
  • Add | to the allowed symbols chars #132

4.3.1

04 Nov 11:56
Compare
Choose a tag to compare
  • Fixed evaluation of () #131

4.3.0

31 Oct 21:06
Compare
Choose a tag to compare
  • Pretty print selection #123
  • Execute code from inside top-level ; ... and #_... #124
  • Toggle Comment command that uses #_ instead of ;;
  • Remove background color on quoted strings inside metadata
  • Better handle eval of #_ forms in nREPL JVM
  • Made line numbers much more transparent