About SIMPLX Widgeteer
Finally! A new Widgeteer coming to to save your day :)
New in 0.8.5
If you use namespaced placeholders, you can now reference the first object in any list (array). This was not possible before. This is going to be even easier later on as you are going to be able to query for objects using regex etc.
This version has been available as a Gist on GitHub for a long time. Have not gotten around to upload it until now :)
Ciao,
Lars
Information
New in SIMPLX Widgeteer 0.8.5-pl1
SIMPLX Widgeteer 0.8.5
UPDATE 120117 10:04
Fixed a bug in the templateNSPlaceholder method thanks to Keith Baker :)
NEW FEAUTURES
If you use namespaced placeholders, you can now reference the first object in any list (array). This was not possible before. This is going to be even easier later on as you are going to be able to query for objects using regex etc.
UPDATE 120115 16:59
Changed so that the default chunkMatchingSelector is "", which is more likely to be the case.
UPDATE 120114 02:57
Updated the reset concept again as i had not considered the problem enough. Now the reference should be correctly set to the root of the traversal history stack for every new placeholder in the iteration.
UPDATE 120113 00:04
Found that i didn't reset the array iterator when going through namespaced placeholders. Fixed but untested.