|
IDL Interface Guide: Customizing IDL on Motif Systems |
|
The appearance of the UNIX IDLDE can also be customized from the command line using the command line flags described below. Command line flags are given precedence over global resource files (Idl) and user resource files (.idlde). For more information about resources, see Using X Resources to Customize IDL.
The following command line switches can be used to control the values of X resources when invoking IDL on UNIX platforms. Unless otherwise noted, switches can be combined, and can be specified in any order.
Hides the Output Log window and Command Line at startup. The related resource is Idl*idlde*hideCommand: True.
Displays Log window and Command Input window at startup. The related resource is Idl*idlde*hideCommand: False.
Hides the Control panel buttons at startup. The related resource is Idl*idlde*hideControl: True.
Displays the Control Panel buttons at startup. The related resource is Idl*idlde*hideControl: False.
Hides the Output Log at startup. The related resource isIdl*idlde*hideLog: True.
Displays the Output Log at startup. The related resource isIdl*idlde*hideLog: False.
Hides the Status Bar at startup. The related resource isIdl*idlde*hideStatus: True.
Displays the Status Bar at startup. The related resource is Idl*idlde*hideStatus: False.
Displays files in a single window, which is a child of the main IDLDE window. The related resource is Idl*idlde*multiWindowEdit: False.
Displays files in multiple windows, each one in a separate main level window. The related resource is Idl*idlde*multiWindowEdit: True.
Displays the Multiple Document Panel in single window mode at startup. The related resource is Idl*idlde*hideView: False.
Hides the Multiple Document Panel at startup. The related resource is Idl*idlde*hideView: True.
Use Title as the title of the main IDLDE window. The related resource is idlde.title.
IDL Online Help (March 06, 2007)