thatsIch / sublime-rainmeter

Rainmeter Package for Sublime Text 3
https://thatsich.github.io/sublime-rainmeter/
MIT License
51 stars 3 forks source link

Changed Process functionality from plugin to an internal measure #83

Open thatsIch opened 3 years ago

thatsIch commented 3 years ago

Added August 24, 2020 - Revision 3403

Process: Changed the Process functionality from a plugin to an internal measure. This also corrects an issue with "timing" when instances of Process was used in multiple skins.

https://docs.rainmeter.net/manual/measures/process/

It was previously

[MeasureParent]
Measure=Plugin
Plugin=Process
or
Plugin=Process.dll
or
Plugin=Plugins\Process.dll

but from now on it should be written as the following

[MeasureParent]
Measure=Process

as written in the documentation

image