-
Notifications
You must be signed in to change notification settings - Fork 5
Changelog
Ron Martinez edited this page Jul 30, 2016
·
14 revisions
2016-07-28
- Fix for #14: The
rulers
user setting would not be handled correctly if it was set to a number value instead of an array value.
2016-07-27
- 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.
2016-07-24
- Fix for #12: The
sublime
module is sometimes unavailable for whatever reason. - Improved handling of the
rulers
andcursor_rulers
settings when they have invalid values.
2016-07-16
2016-07-12
- Fix for #9: Empty windows were causing console errors.
2015-03-08
- Added Vintageous support, thanks to zjc0816!
2013-10-12
- The original fix for #2 only worked for ST2. Hopefully now things will work in ST3 also.
2013-10-12
- 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.
- Noted that one of the minor bugs is ST2-only.
- Described how to access the settings through the menu.
- Noted some stuff about the
Wrap Paragraph at Ruler
menu item. - Some minor rearrangement.
2013-08-21
- Updated README:
- Added info for using custom settings.
2013-04-27
- Updated README:
- Added info for changing gutter text foreground color (source).
- Found out how to change gutter text background color and added that info.
- Fixed a typo.
2013-02-21
- I decided to start using Semantic Versioning and have updated the readme and comments in the code where appropriate in order to reflect this.
- Changed the way the Sublime Text version number is used in order to account for the build number. This was done to take advantage of ST3 build 3013 now implementing the
add_on_change()
method. - Updated README:
- Removed the "(coming soon)" from the "With Package Control" section because CursorRuler is now available through Package Control!
2013-02-20
- Updated README:
- Added a reference to the Cross plugin.
2013-02-14
- Updated README:
- Added more information about bugs.
2013-02-12
- Updated README:
- Updated the "Ruler Colors" section with more details about setting ruler colors.
- Updated the "The Packages Folder for Sublime Text 2 and Sublime Text 3" section with details about another way of getting the packages folder path.
2013-02-10
- Fixed a missing attribute error at startup. Thanks for catching it, adzenith!
- Close #1: Included settings file improvements by adzenith.
- Updated README:
- Made a note about the slightly quirky behavior after settings get updated.
2013-02-09
- First public release.
License: MIT