Re: ANN: ExplicitProperties plugin available

2012-11-28 Thread Alex Tweedly
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

Re: ANN: ExplicitProperties plugin available

2012-11-28 Thread Kay C Lan
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. _

Re: ANN: ExplicitProperties plugin available

2012-11-19 Thread Peter Haworth
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

ANN: ExplicitProperties plugin available

2012-11-19 Thread Alex Tweedly
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