Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

Search

Search for references

With the reference search, all uses of an object are listed in the search field. Double-clicking takes you to the relevant location.

...

Search and Replace

In UP, all resources are represented by a unique GUID. Wherever a resource is used (e.g., a local variable is placed in a code snippet), the respective GUID is referenced in the background.

The GUID of each resource can be read via contex menu:

...

For example, to replace one variable with another, the GUID of the old variable must be replaced with the new GUID at all uses. To do this, you first search for the location of the old variable using the 'File Search':

...

The usage windows appear in the search window. Double-click on the corresponding locations in the resource editor.

...

By selecting and using the right mouse button, the GUID can be replaced with the GUID of the new variable in the selection:

...