That's true - and it's also the same for single line comments, e.g.
-- this a comment that shows the problem
will foolishly think that "problem" is a property.
I'll have a new version out this week to clean up those two, and (once I
figure out how to do it), handle DataGrid properties somewha
On Tue, Nov 20, 2012 at 7:53 AM, Alex Tweedly wrote:
>
> Any or all feedback welcome.
>
> I notice that if I use -- as the Remarks delimiter everything is fine, but
if I use
/*
The purpose of this handler is...
...
*/
These Remarks are caught by your plugin as a custom prop.
_
Thanks Alex. This reduces the ways I find to screw up my scripts by 1!
Pete
On Nov 19, 2012 5:53 PM, "Alex Tweedly" wrote:
> I've just released a small plugin "ExplicitProperties", available through
> http://www.tweedly.org
>
> I've long been a fan of explicitVariables in the IDE - the combinatio
I've just released a small plugin "ExplicitProperties", available
through http://www.tweedly.org
I've long been a fan of explicitVariables in the IDE - the combination
of my sloppy typing and no-longer-youthful eyesight make it an
invaluable help in finding my typing errors. In my current pro