└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Sublime Text 2 Solutions 2 | 3 | 4 | --- 5 | ## Inc-Dec-Value 6 | 7 | **v0.1.13** - [#35](https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value/issues/35) Cycle through enum with Java capitalization 8 | 9 | **v0.1.12** - [#27](https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value/issues/27) Ability to autosave after incrementing 10 | 11 | **v0.1.11** - [#31](https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value/issues/31) ST3: Getting TypeError in console when using the number inc/dec functions 12 | 13 | **v0.1.10** - [#31](https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value/issues/31) ST3: Getting TypeError in console when using the number inc/dec functions 14 | 15 | **v0.1.9** - Fixed apply_integer (x -> -x when cursor before x) 16 | 17 | **v0.1.8** - [#29](https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value/pull/29) Fix apply_hex_color exception 18 | 19 | **v0.1.7** - [#19](https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value/issues/19) Swapping the color notation in CSS 20 | 21 | **v0.1.6** - [#20](https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value/issues/20) (upper, lower, capitalize) works on non-ascii strings 22 | 23 | **v0.1.5** - #15 Don't place action in undo history when nothing happens 24 | 25 | **v0.1.4** - #14 Saving the position of the cursors/selections on the change 26 | 27 | **v0.1.3** - added support for the mouse wheel 28 | 29 | 30 | https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value 31 | 32 | **Increase / Decrease** of 33 | 34 | - numbers (integer and fractional), 35 | - dates in ISO format `YYYY-MM-DD` (months from 1 to 12, days from 1 to 31), 36 | - hex color values (#fff or #ffffff), 37 | - opposite relations or cycled enumerations (true => false, Jan => Feb => Mar ...), 38 | 39 | on the configured value 40 | 41 | and a bonus - string actions (UPPER, lower, Capitalize) 42 | 43 | Instead of the arrows can use your mouse wheel. 44 | 45 | **Forum Thread** 46 | http://www.sublimetext.com/forum/viewtopic.php?f=5&t=2395 47 | 48 | 49 | --- 50 | ## Goto-CSS-Declaration 51 | 52 | **v0.2.1** 53 | 54 | https://github.com/rmaksim/Sublime-Text-2-Goto-CSS-Declaration 55 | 56 | Goto CSS declaration in an open \*.css (.less, .sass, .other) file from other file (\*.html, \*.js, \*.other_extantion) 57 | 58 | **Forum Thread** 59 | http://www.sublimetext.com/forum/viewtopic.php?f=5&t=4397 60 | 61 | 62 | --- 63 | ## Image-Viewer 64 | 65 | **v0.1.2** 66 | 67 | https://github.com/rmaksim/Sublime-Text-2-Image-Viewer 68 | 69 | View image from CSS declaration, HTML \ tag, and may be from something else :) 70 | 71 | **Forum Thread** 72 | http://www.sublimetext.com/forum/viewtopic.php?f=5&t=4514 73 | --------------------------------------------------------------------------------