google-code-export / rainmeter

Automatically exported from code.google.com/p/rainmeter
1 stars 0 forks source link

White space required after !Execute #142

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It semms that the space between "!Execute" and "[!Rain..." is important,
and easy to forget.

Good:
LeftMouseUpAction=!Execute [!RainmeterActiveConfig "123\123"
"123.ini"][!RainmeterActiveConfig "123\456" "456.ini"]

Bad:
LeftMouseUpAction=!Execute[!RainmeterActiveConfig "123\123"
"123.ini"][!RainmeterActiveConfig "123\456" "456.ini"]

I wonder if this could point of failure based on "white space" could be
removed?  There are few if any other places in Rainmeter where white space
is an issue.

FontFace = Arial
FontFace=Arial
FontFace= Arial

All work...

Original issue reported on code.google.com by jsmor...@gmail.com on 13 Feb 2010 at 12:20

GoogleCodeExporter commented 9 years ago

Original comment by jsmor...@gmail.com on 13 Feb 2010 at 12:20

GoogleCodeExporter commented 9 years ago
Is required to support lightstep apparently.  Let's leave it alone.

Original comment by jsmor...@gmail.com on 15 Feb 2010 at 1:16