Skip to content

Releases: icylace/CursorRuler

1.1.6

28 Jul 03:53
Compare
Choose a tag to compare
  • Fix for #7: Dynamic rulers were not being cleared when CursorRuler was disabled or toggled off.
  • Fix the toggled state of CursorRuler not staying persistent between restarts of Sublime Text.
  • Fix for #12: The sublime module is sometimes unavailable for whatever reason.
  • Improved handling of the rulers and cursor_rulers settings when they have invalid values.

1.1.5

16 Jul 06:59
Compare
Choose a tag to compare
  • Fix for #6 and #11: Crashes were happening in ST2.

1.1.4

12 Jul 05:12
Compare
Choose a tag to compare
  • Fix for #9: Empty windows were causing console errors.

1.1.3

12 Jul 05:11
Compare
Choose a tag to compare

1.1.2

12 Jul 05:11
Compare
Choose a tag to compare
  • The original fix for #2 only worked for ST2. Hopefully now things will work in ST3 also.

1.1.1

12 Jul 05:10
Compare
Choose a tag to compare
  • General code improvement.
  • The CursorRuler settings are now accessible from the "Preferences" -> "Package Settings" menu.
  • Fix for #2: Custom user settings were not being picked up.
  • Fix for #3: Default line wrapping was behaving unexpectedly. Created a new command called CursorRuler: Wrap Lines for doing line wrapping properly.
  • Started using Package Control messages.
  • Updated readme: Made more use of GitHub Flavored Markdown.
  • Updated readme: Noted that one of the minor bugs is ST2-only.