Coordinator
Dec 26, 2012 at 9:37 AM
Edited Dec 26, 2012 at 9:45 AM
|
digdug,
Not to harp on it too much, but you have obviously added your own setting called "ProjectNameSubstitutions" - or obtained the code to do that from some other source.
I just downloaded BVC from the GoogleCode page and find no such setting (http://code.google.com/p/bigvisiblecruise/downloads/list)
Nor is it in the source - http://code.google.com/p/bigvisiblecruise/source/browse/trunk/src/BigVisibleCruise/Properties/Settings.settings
Hence this setting is not mirrored in Cradiator. It didn't exist to be mirrored.
Now that we know it's not a feature of BVC, maybe you can code it for Cradiator too? ;-)
http://github.com/PandaWood/Cradiator
I don't think it would be hard at all. It would be quite similar to the "username mapping" feature I did
<usernames> <add key="jsmith" value="John Smith"/> </usernames>
https://github.com/PandaWood/Cradiator/blob/master/src/Cradiator/app.config
Do make the config look just like the username mapping, though - that crazy, verbose XML you've got there (ArrayString, SerializeAs) for such a simple idea, would kill me ;-)
|