-
Notifications
You must be signed in to change notification settings - Fork 5
Changelog
Ron Martinez edited this page Jul 24, 2016
·
14 revisions
2016-07-24
- 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.
- Updated README: Noted that one of the minor bugs is ST2-only.
- Updated README: Some minor rearrangement. Also described how to access the settings through the menu. Noted some stuff about the
Wrap Paragraph at Ruler
menu item.
2013-08-21
- Updated README: Added info for using custom settings.
2013-04-27
- Updated README: Fixed a typo. Added info for changing gutter text foreground color (source). Also found out how to change gutter text background color and added that info too.
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 README: 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!
- Included settings file improvements by adzenith. Closes #1.
- Updated README: Made a note about the slightly quirky behavior after settings get updated.
2013-02-09
- First public release.
License: MIT