KTextEditor
katehighlight.h
129 void doHighlight(const Kate::TextLine *prevLine, Kate::TextLine *textLine, bool &ctxChanged, Foldings *foldings = nullptr);
224 QStringList keywordsForLocation(KTextEditor::DocumentPrivate *doc, const KTextEditor::Cursor cursor);
232 bool spellCheckingRequiredForLocation(KTextEditor::DocumentPrivate *doc, const KTextEditor::Cursor cursor);
240 QString higlightingModeForLocation(KTextEditor::DocumentPrivate *doc, const KTextEditor::Cursor cursor);
280 * @return all formats for the highlighting definition of this highlighting includes included formats
Backend of KTextEditor::Document related public KTextEditor interfaces.
Definition katedocument.h:68
Folding(int _offset, int _length, KSyntaxHighlighting::FoldingRegion _foldingRegion)
Construct folding.
Definition katehighlight.h:58
KSyntaxHighlighting::FoldingRegion foldingRegion
folding region, includes if we start or end a region and the id
Definition katehighlight.h:78
This class can be used to efficiently search for occurrences of strings in a given string.
Definition prefixstore.h:27
CommentPosition
The KTextEditor namespace contains all the public API that is required to use the KTextEditor compone...
Definition katetextblock.h:18
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:27 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.