Kate
Kate Namespace Reference
Namespaces | |
Script | |
Classes | |
class | SwapFile |
class | TextBlock |
class | TextBuffer |
class | TextCursor |
class | TextFolding |
class | TextHistory |
class | TextLineData |
class | TextLoader |
class | TextRange |
Typedefs | |
typedef QSharedPointer < TextLineData > | TextLine |
Enumerations | |
enum | ColorRole { Background, SelectionBackground, HighlightedLineBackground, SearchHighlight, ReplaceHighlight, HighlightedBracket, TabMarker, IndentationLine, SpellingMistakeLine, WordWrapMarker, IconBar, CodeFolding, LineNumber, Separator, ModifiedLine, SavedLine, TemplateBackground, TemplateFocusedEditablePlaceholder, TemplateEditablePlaceholder, TemplateNotEditablePlaceholder } |
enum | Mark { Bookmark = 0, ActiveBreakpoint, ReachedBreakpoint, DisabledBreakpoint, Execution, Warning, Error, FIRST_MARK = Bookmark, LAST_MARK = Error } |
enum | ScriptType { IndentationScript, CommandLineScript, UnknownScript } |
Variables | |
static const qint64 | KATE_FILE_LOADER_BS = 256 * 1024 |
Typedef Documentation
The normal world only accesses the text lines with shared pointers.
Definition at line 443 of file katetextline.h.
Enumeration Type Documentation
enum Kate::ColorRole |
Definition at line 28 of file katedefaultcolors.h.
enum Kate::Mark |
Enumerator | |
---|---|
Bookmark | |
ActiveBreakpoint | |
ReachedBreakpoint | |
DisabledBreakpoint | |
Execution | |
Warning | |
Error | |
FIRST_MARK | |
LAST_MARK |
Definition at line 55 of file katedefaultcolors.h.
enum Kate::ScriptType |
Enumerator | |
---|---|
IndentationScript |
The script is an indenter. |
CommandLineScript |
The script contains command line commands. |
UnknownScript |
Don't know what kind of script this is. |
Definition at line 41 of file katescript.h.
Variable Documentation
|
static |
loader block size, load 256 kb at once per default if file size is smaller, fall back to file size must be a multiple of 2
Definition at line 39 of file katetextloader.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Sat May 9 2020 03:57:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.