Page 28 of 30

Re: Sublime Text 2 Rainmeter package

Posted: January 8th, 2017, 12:52 pm
by thatsIch
Mor3bane wrote:@thatsIch

Any chance for snippets?

The shortcut meter/measure formats in Notepad++ from whoever are awesome.
For an example you can look at

https://github.com/thatsIch/sublime-rainmeter#code-completion

You can even define your own snippets if you want by defining a new sublime-snippet file for example you can take a look how Merlin did for this package

https://github.com/thatsIch/sublime-rainmeter/blob/master/Snippets/rotator.sublime-snippet

Important is the <scope>source.rainmeter</scope> that defines that you are in a Rainmeter file,
<tabTrigger>trotator</tabTrigger> is the command you want to define for that snippet to activate and content is obviously the content.$2 for example are tab markers, thus $2 would be the position after tabbing once.

Re: Sublime Text 2 Rainmeter package

Posted: January 8th, 2017, 8:48 pm
by thatsIch
I played around a bit with the homepage https://thatsich.github.io/sublime-rainmeter/.
I tried using some stuff which is more fancy than the content it provided (content was like 4 years old).
I am not a frontend developer so if you have suggestions to improve the UX, feel free to open an issue.

Re: Sublime Text 2 Rainmeter package

Posted: January 9th, 2017, 3:57 pm
by Mor3bane
eclectic-tech wrote:You can access the snippets in 2 ways:
1. Type 't' in the document, to show a popup list of template snippets for meters and measures.
2. Select 'Tools' menu and 'Snippets...' for a window list.
Thanks eclectictech - the power of the extremely obvious somehow skips me every time :D

Re: Sublime Text 2 Rainmeter package

Posted: January 10th, 2017, 2:26 pm
by thatsIch
I think I fixed the last legacy code

Fixed indention plugin

Image

Full release notes: https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.9.1

Re: Sublime Text 2 Rainmeter package

Posted: January 22nd, 2017, 6:56 pm
by thatsIch
Fixed @Include syntax in [Variables] section

Added some nice user experience enhancements while installing Rainmeter

Full release notes: https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.11.0
and https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.11.0-beta

Re: Sublime Text 2 Rainmeter package

Posted: January 27th, 2017, 7:14 am
by thatsIch
I am currently working on https://github.com/thatsIch/sublime-rainmeter/issues/30

Maybe this will make people use Github more :)
I can already install from folder in dev environment which is pretty sweet

Re: Sublime Text 2 Rainmeter package

Posted: January 31st, 2017, 9:00 pm
by thatsIch
Quality of life improvement release 2.12.0

You can quickly open all installed Rainmeter skins as a project now
Image

Full release link: https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.12.0

Re: Sublime Text 2 Rainmeter package

Posted: February 1st, 2017, 4:07 am
by theAzack9
thatsIch wrote:Quality of life improvement release 2.12.0

You can quickly open all installed Rainmeter skins as a project now
Image

Full release link: https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.12.0
This sounds pretty useful, good job :) :thumbup:

Re: Sublime Text 2 Rainmeter package

Posted: February 17th, 2017, 6:48 am
by thatsIch
Fixed build system not refreshing Rainmeter

Full Release Notes: https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.13.1

Re: Sublime Text 2 Rainmeter package

Posted: March 9th, 2017, 10:03 am
by thatsIch
I pre-released a new version 2.14.1-beta.1 which enables you to install a skin from a folder. This is hopefully the final form of that feature and is base for:
  • installing by zip
  • installing by git
  • installing by GitHub
This might also enable to hook into existing platforms like DeviantArt to "browse" through skins and install from there.

Full Pre-Release Notes: https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.14.1-beta.1