Page 1 of 1
Tags cross reference in script.
Posted: Thu Sep 06, 2012 8:04 am
by wlederer
Can somebody recommend, how a tag can be found somewhere in a script where it used?
Regards, Waldemar
Re: Tags cross reference in script.
Posted: Thu Sep 06, 2012 8:36 am
by mark.monroe
There is no way in iX Developer to search all Screen scripts or similar type scripts for the usage of a tag. You can search your project directory using something like
Notepad++ and then look at the files that were found.
The scripts associated with screens are named like "Screen1.Script.cs", where "Screen1" is the name of the screen.
Re: Tags cross reference in script.
Posted: Fri Sep 07, 2012 5:23 am
by wlederer
Thank You Mark. Does the Notepad++ need to be specially integrated into iX-Developer? Where the script files to look for?
Regards, Waldemar
Re: Tags cross reference in script.
Posted: Fri Sep 07, 2012 7:45 am
by mark.monroe
You can search your project directory, which is the directory that contains your project, where your project is saved. Notepad++ is simply an application that allows you to search the contents of text files in a directory for some text. It has nothing to do with iX Developer.
Re: Tags cross reference in script.
Posted: Tue Sep 11, 2012 7:59 am
by wlederer
Thank You Mark. It works. I chose: Search>Find in Files, put tag's name and pointed to the project directory. After some seconds got result.
Regards, Waldemar