PDA

View Full Version : logic - variable / tag database


ICS-GS
08 Jan 09, 08:28 PM
Does anyone know a way to reflect *wholesale* changes made to SystemIO and cbus GA's within the logic code?

I have a project with *heaps* of logic accross *heaps* of modules, but 'someone' decided to go through and make *changes* to the naming conventions in toolkit, rendering the logic code useless.

I have found the 'replace' function (and by the way, this does not work well if replacing one at a time, it closes the dialog everytime, but works when replacing all) - Darren, it would be nice if this was fixed.

I understand that this is a *text* based editor, but would there be a way of recognising GA's and systemIO in some sort of *tag* database and update code to reflect changes to these *tags*? (similar to toolkit)

Thanks

Grant

Darren
09 Jan 09, 09:47 AM
I have found the 'replace' function (and by the way, this does not work well if replacing one at a time, it closes the dialog everytime, but works when replacing all) - Darren, it would be nice if this was fixed.
New issue #15856

I understand that this is a *text* based editor, but would there be a way of recognising GA's and systemIO in some sort of *tag* database and update code to reflect changes to these *tags*? (similar to toolkit)
New issue #15857. This will actually be quite hard to do, but I agree that it would be nice.

ICS-GS
09 Jan 09, 11:18 AM
This will actually be quite hard to do, but I agree that it would be nice.

I am sure you can make it happen:D

So reading between the lines there is no *easy* way to achieve this?

Cheers

Grant

Darren
12 Jan 09, 11:11 AM
So reading between the lines there is no *easy* way to achieve this?

You could do a search and replace in the project XML file. Do a backup first though :)