Function: semantic-decoration-on-unknown-include-menu
semantic-decoration-on-unknown-include-menu is an interactive and
byte-compiled function defined in include.el.gz.
Signature
(semantic-decoration-on-unknown-include-menu ARG1)
Documentation
Unknown Include Menu.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/decorate/include.el.gz
(easy-menu-define
semantic-decoration-on-unknown-include-menu
semantic-decoration-on-unknown-include-map
"Unknown Include Menu."
(list
"Unknown Include"
["What Is This?" semantic-decoration-unknown-include-describe
:active t
:help "Describe why this include has been marked this way." ]
["List all unknown includes" semanticdb-find-adebug-lost-includes
:active t
:help "Show a list of all includes semantic cannot find for this file." ]
"---"
["Summarize includes current buffer" semantic-decoration-all-include-summary
:active t
:help "Show a summary for the current buffer containing this include." ]
["List found includes (load unparsed)" semanticdb-find-test-translate-path
:active t
:help "List all includes found for this file, and parse unparsed files." ]
["List found includes (no loading)" semanticdb-find-test-translate-path-no-loading
:active t
:help "List all includes found for this file, do not parse unparsed files." ]
"---"
["Customize System Include Path" semantic-customize-system-include-path
:active (get 'semantic-dependency-system-include-path major-mode)
:help "Run customize for the system include path for this major mode." ]
["Add a System Include Path" semantic-add-system-include
:active t
:help "Add an include path for this session." ]
["Remove a System Include Path" semantic-remove-system-include
:active t
:help "Add an include path for this session." ]
))