Moving source files

To move source files and correct the references to those files, use the refactoring function of the workbench.

With refactoring, you can move EGL source files to a new location in an EGL package in your workspace:

  1. In the Project Explorer view, right-click the file and then click Refactor > Move. The Move window opens.
  2. In the Move window, select a destination for the file. You can create a new package for the file by clicking the Create Package button.
  3. To see a list of all of the changes that EGL will make if you proceed, click Preview.
  4. If you clear Update references to the moved elements, EGL will not search other files for references to change. In most instances, select this check box.
  5. Click OK.
When you move a file, the following changes occur:

Feedback