1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Projects/ScriptManager
Merlijn Wajer 14e929decc Just a bit of the Script Manager code.
I need to code a lot more, and it will be a bit hackish.

Basically, the TMMLSettings is not able to handle childs with the same name.
It can parse them into the tree, but the finding methods will not work. (They
will always find the first.)
Three possibilities:
-   Delete the one we just parsed, and search again. (We will get the next
result)
-   Use WalkToNode and then manually parse the node. (This is more dangerous
but doesn't delete the settints)
-   Do the XML parsing semi-manually, kind of like rewriting the settings unit.
2010-06-08 00:15:20 +02:00
..
project1.lpi Just a bit of the Script Manager code. 2010-06-08 00:15:20 +02:00
project1.lpr First few bits of ScriptManager. 2010-06-06 13:05:15 +02:00
scriptmanager.lfm Just a bit of the Script Manager code. 2010-06-08 00:15:20 +02:00
scriptmanager.pas Just a bit of the Script Manager code. 2010-06-08 00:15:20 +02:00