Text Editor

Reference:

The Data Management Console has a Graphical User Interface for editing flows, synonyms, and workspace configuration. It is recommended that this interface should be used since it ensures proper syntax. However, for advanced users, the Data Management Console also has a text editor that can be used to edit the underlying files.

Note: Changes made to a flow using the text editor may be lost when the flow is opened normally.

Use caution when adding comments to the first lines (header) of a stored procedure or a flow. Avoid comments starting with -*DM, since such comments are reserved for DataMigrator internal use. A best practice is to put a space between -* and the rest of your comment.


Top of page

x
Reference: Text Editor Context Menu

If you right-click anywhere in the Text Editor, the following context menu options are available:

Undo

Undoes the last edit operation.

Redo

Undoes the last undo.

Cut

Cuts the selected text to the clipboard.

Copy

Copies the selected text to the clipboard.

Delete

Deletes the selected text.

Select All

Selects the entire file.

Find

Opens the Find dialog box, which allows you to enter a text string and search parameters.

Find Next

Finds the next occurrence.

Find Previous

Finds the previous occurrence.

Replace

Opens the Replace dialog box, which allows you to enter a find and replace string.

Go To

Opens the Go To dialog box, which allows you to enter a specific line number to go to.

Change Case

This option is available when text is selected. The following options are available:

  • Invert Case. Changes all uppercase letters to lowercase and all lowercase to uppercase. For example, iWay will be changed to Iway.
  • Upper Case. Changes selected text to all uppercase.
  • Lower Case. Changes selected text to lowercase.

iWay Software