It is currently March 28th, 2024, 10:40 pm

Sublime Text 2 Rainmeter package

Plugins and Addons popular with the Community
User avatar
thatsIch
Posts: 446
Joined: August 7th, 2012, 9:18 pm

Re: Sublime Text 2 Rainmeter package

Post 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.
User avatar
thatsIch
Posts: 446
Joined: August 7th, 2012, 9:18 pm

Re: Sublime Text 2 Rainmeter package

Post 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.
User avatar
Mor3bane
Posts: 943
Joined: May 7th, 2016, 7:32 am

Re: Sublime Text 2 Rainmeter package

Post 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
My DevArt Gallery

There are many ways to be different - there is only one way to be yourself - be amazing at it

The law of averages says what it means; even if you get everything right, you will get something wrong. Therefore; self managing error trapping initiates another set of averages - amongst the errors, some of them will not be errors, instead those instances will appear to be "luck". One cannot complain of the 'appearance' of 'infinite regress of causation', even if it does not have a predictable pattern, only that it requires luck to achieve.
User avatar
thatsIch
Posts: 446
Joined: August 7th, 2012, 9:18 pm

Re: Sublime Text 2 Rainmeter package

Post 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
User avatar
thatsIch
Posts: 446
Joined: August 7th, 2012, 9:18 pm

Re: Sublime Text 2 Rainmeter package

Post 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
User avatar
thatsIch
Posts: 446
Joined: August 7th, 2012, 9:18 pm

Re: Sublime Text 2 Rainmeter package

Post 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
User avatar
thatsIch
Posts: 446
Joined: August 7th, 2012, 9:18 pm

Re: Sublime Text 2 Rainmeter package

Post 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
User avatar
theAzack9
Developer
Posts: 522
Joined: March 2nd, 2016, 6:23 pm

Re: Sublime Text 2 Rainmeter package

Post 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:
User avatar
thatsIch
Posts: 446
Joined: August 7th, 2012, 9:18 pm

Re: Sublime Text 2 Rainmeter package

Post by thatsIch »

Fixed build system not refreshing Rainmeter

Full Release Notes: https://github.com/thatsIch/sublime-rainmeter/releases/tag/2.13.1
User avatar
thatsIch
Posts: 446
Joined: August 7th, 2012, 9:18 pm

Re: Sublime Text 2 Rainmeter package

Post 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