Editor_Opts

Arguments

The options to use with the local editor.

Description

Specifies options (arguments), which should be used when starting the local editor. If this entry is not present or empty, %f is used. The command line to launch the editor is build by taking the Editor_Exe content, then appending a space followed by the content of this entry.

This entry has the same format as for the global editor configuration in the mcutools.ini file.

Saved

Only with Editor Configuration set in the File > Configuration > Save Configuration dialog box.

Example
  [Editor]
  
  editor_name=IDF
  
  editor_exe=C:\Freescale\prog\idf.exe
  
  editor_opts=%f -g%l,%c