Usage:
[WebParserMeasure]
Debug2File="[path\]Filename.ext"
Debug=2
Examples:
[WebParserMeasure]
Debug2File="Debug2File.txt" (saves to current skin folder)
Debug=2
[WebParserMeasure]
Debug2File="#SKINSPATH#DebugFiles\Debug2File.txt" (saves to
\DebugFiles under the \Skins folder)
Debug=2
Notes:
Must be enclosed in quotes.
Must include at least a filename. Path alone will not work.
Must be a directory which already exists. Does not create the target directory.
If the Debug2File= parameter is not used, WebParser will save webparserdbump.txt in the root of C: as it always has.
- Minor changes of ConvertToXXX(): Get an appropriate buffer size to convert the string. And using [] when deleting arrays.
- Fixed a few memory leaks.
- It's now possible to send the !BANG command when all windows are "On Desktop". (Rainmeter.exe and WebParser)
Added support for math formulas for the X, Y, W, H, WindowX and WindowY (e.g. "WindowX=(#WORKAREAWIDTH# / 2)"). The formula must be surrounded by parenthesis.
Added the revision number to the about dialog (use UpdateRevision.py to update it).
Added a check to the startup which verifies that the rainmeter.ini is writable.
The skin folder can be opened from the context menu.