Skip to main content

IAR Embedded Workbench for RL78 5.20

Using an external editor

In this section:

The External Editor options—available by choosing Tools>Options>Editor>External Editor—let you specify an external editor of your choice.

Note

While you are debugging using C-SPY, C-SPY will not use the external editor for displaying the current debug state. Instead, the built-in editor will be used.

To specify an external editor of your choice:
  1. Select the option Use External Editor.

  2. On the command line, specify the command to pass to the editor, that is, the name of the editor and its path, for instance:

    C:\Windows\NOTEPAD.EXE

    To send an argument to the external editor, type the argument in the Arguments field. For example, type $FILE_PATH$ to start the editor with the active file (in editor, project, or messages windows).

    IDEextedit_FF92_05.png
  3. Click OK.

    When you double-click a filename in the Workspace window, the file is opened by the external editor.

    Variables can be used in the arguments. For more information about the argument variables that are available, see Argument variables.