File: include.el.html
Highlight any include that is in a state the user may care about. The basic idea is to have the state be highly visible so users will as 'what is this?" and get the info they need to fix problems that are otherwise transparent when trying to get smart completion working.
Defined variables (9)
semantic-decoration-mouse-3 | The keybinding Lisp object to use for binding the right mouse button. |
semantic-decoration-on-fileless-include-map | Keymap used on unparsed includes. |
semantic-decoration-on-fileless-include-menu | Fileless Include Menu. |
semantic-decoration-on-include-map | Keymap used on includes. |
semantic-decoration-on-include-menu | Include Menu. |
semantic-decoration-on-unknown-include-map | Keymap used on unparsed includes. |
semantic-decoration-on-unknown-include-menu | Unknown Include Menu. |
semantic-decoration-on-unparsed-include-map | Keymap used on unparsed includes. |
semantic-decoration-on-unparsed-include-menu | Unparsed Include Menu. |
Defined functions (25)
Defined faces (4)
semantic-decoration-on-fileless-includes | Face used to show includes that have no file, but do have a DB table. Used by the decoration style: ‘semantic-decoration-on-fileless-includes’. |
semantic-decoration-on-includes | Overlay Face used on includes that are not in some other state. Used by the decoration style: ‘semantic-decoration-on-includes’. |
semantic-decoration-on-unknown-includes | Face used to show includes that cannot be found. Used by the decoration style: ‘semantic-decoration-on-unknown-includes’. |
semantic-decoration-on-unparsed-includes | Face used to show includes that have not yet been parsed. Used by the decoration style: ‘semantic-decoration-on-unparsed-includes’. |