Next: Miscellaneous Options, Previous: Documentation Header, Up: The IDLWAVE Major Mode [Contents][Index]
IDLWAVE supports Imenu, a package which make it easy to jump to the definitions of functions and procedures in the current file with a pop-up selection. To bind Imenu to a mouse-press, use in your .emacs:
(define-key global-map [S-down-mouse-3] 'imenu)
In addition, Speedbar support allows convenient navigation of a
source tree of IDL routine files, quickly stepping to routine
definitions. See Tools->Display Speedbar.
Several commands allow you to move quickly through the structure of an IDL program: