Variable: idlwave-shell-use-toolbar

idlwave-shell-use-toolbar is a customizable variable defined in idlw-shell.el.gz.

Value

t

Documentation

Non-nil means, use the debugging toolbar in all IDL related buffers.

Starting the shell will then add the toolbar to all idlwave-mode buffers. Exiting the shell will removed everywhere. At any time you can toggle the display of the toolbar with M-x idlwave-shell-toggle-toolbar (idlwave-shell-toggle-toolbar).

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/idlw-shell.el.gz
;; FIXME: add comint-input-ring-size?

(defcustom idlwave-shell-use-toolbar t
  "Non-nil means, use the debugging toolbar in all IDL related buffers.
Starting the shell will then add the toolbar to all `idlwave-mode' buffers.
Exiting the shell will removed everywhere.
At any time you can toggle the display of the toolbar with
\\[idlwave-shell-toggle-toolbar]."
  :group 'idlwave-shell-general-setup
  :type 'boolean)