Tips - Changing Items and the Effects

How do I Check If an Object Is Being Used and What Other Objects Use It?

One of the major issues in all programming is “If I change this item, what other items will be affected?”

One simple change can sometimes cause unintended effects. Fortunately, eDeveloper has an excellent cross-referencing system that makes it easy to find (and if needed, change) all objects that refer to any given object.

Using the cross-reference

1. Move to the item you want to cross-reference.

2. Press Ctrl+F (Edit->Find and Replace->Find Reference).

3. You will get the Find Reference dialog box. By default, eDeveloper checks all references, but if you want, you can narrow the search here.

4. Press Enter (or click OK).

You will then be presented with a list of all the places that use that object.

This list is extremely useful. For one thing, you can click on the list entry and go directly to the place that uses the object. This is very nice when you are “fixing” a lot of references to an object.

You can also delete the entries from the cross-reference. So as you fix each item, just delete the entry (F3, or Edit->Delete Line, just like any other item in eDeveloper).

You can also save the cross-reference to a text file, or print it, using the Edit->Find and Replace->Save Find Result and Print Find Result options.

Bookmark to:
Add 'Tips - Changing Items and the Effects' to Del.icio.us Add 'Tips - Changing Items and the Effects' to digg Add 'Tips - Changing Items and the Effects' to FURL Add 'Tips - Changing Items and the Effects' to blinklist Add 'Tips - Changing Items and the Effects' to My-Tuts Add 'Tips - Changing Items and the Effects' to reddit Add 'Tips - Changing Items and the Effects' to Feed Me Links! Add 'Tips - Changing Items and the Effects' to Technorati Add 'Tips - Changing Items and the Effects' to Yahoo My Web Add 'Tips - Changing Items and the Effects' to Newsvine 

Leave a Reply

You must be logged in to post a comment.