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.

Reference: Text Editor Shortcut Menu

Depending on where you right-click in the Text Editor, the following shortcut 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.

Paste

Inserts text from the clipboard in the specified location.

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.
Comment Selection

Adds the comment symbol -* in front of the selected lines. This option is only available for procedures.

Uncomment Selection

Removes the comment symbol -* when it appears at the start of the selected lines. This option is only available for procedures.

WebFOCUS

Feedback