Variable: idlwave-shell-breakpoint-popup-menu
idlwave-shell-breakpoint-popup-menu is a customizable variable defined
in idlw-shell.el.gz.
Value
t
Documentation
If non-nil, provide a menu on mouse-3 on breakpoint lines, and popup help text on the line.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/idlw-shell.el.gz
(defcustom idlwave-shell-breakpoint-popup-menu t
"If non-nil, provide a menu on mouse-3 on breakpoint lines, and
popup help text on the line."
:group 'idlwave-shell-command-setup
:type 'boolean)