Kate
Kate Namespace Reference
Namespaces | |
namespace | Script |
Enumerations | |
enum | EditSource { OpenFileEdit, CloseFileEdit, UserInputEdit, InputMethodContextEdit, CutCopyPasteEdit, SearchReplaceEdit, AutomaticIndentationEdit, CodeCompletionEdit, ScriptActionEdit, IPCEdit, CommandLineEdit, PluginEdit, ThirdPartyEdit, InternalEdit, NoEditSource } |
enum | ScriptType { IndentationScript, UnknownScript } |
Enumeration Type Documentation
enum Kate::EditSource |
- Enumerator:
-
OpenFileEdit Editing from opening a file. CloseFileEdit Editing from closing a file. UserInputEdit Editing performed by the user. InputMethodContextEdit Editing performed by the user within an input method context. CutCopyPasteEdit Editing from cutting, copying and pasting. SearchReplaceEdit Editing from search + replace algorithms. AutomaticIndentationEdit Edits from Kate's internal indentation routines. CodeCompletionEdit Edits from code completion. ScriptActionEdit Edits by Kate scripts. IPCEdit Inter-process communication derived edits. CommandLineEdit Editing from the kate inbuilt command line. PluginEdit Editing from a Kate plugin. ThirdPartyEdit Editing from a client application, eg. kdevelop. InternalEdit Other internal editing done by Kate. NoEditSource An edit type which means that no edit source was otherwise specified, and any preexisting type should be inherited.
Definition at line 24 of file katenamespace.h.
enum Kate::ScriptType |
- Enumerator:
-
IndentationScript The script is an indenter. UnknownScript Don't know what kind of script this is.
Definition at line 40 of file katescript.h.