Kate
#include <kateconfig.h>
Public Types | |
enum | SearchFlags { IncMatchCase = 1 << 0, IncHighlightAll = 1 << 1, IncFromCursor = 1 << 2, PowerMatchCase = 1 << 3, PowerHighlightAll = 1 << 4, PowerFromCursor = 1 << 5, PowerModePlainText = 1 << 7, PowerModeWholeWords = 1 << 8, PowerModeEscapeSequences = 1 << 9, PowerModeRegularExpression = 1 << 10, PowerUsePlaceholders = 1 << 11 } |
enum | TextToSearch { Nowhere = 0, SelectionOnly = 1, SelectionWord = 2, WordOnly = 3, WordSelection = 4 } |
Static Public Member Functions | |
static KateViewConfig * | global () |
Protected Member Functions | |
void | updateConfig () |
Detailed Description
Definition at line 381 of file kateconfig.h.
Member Enumeration Documentation
Definition at line 460 of file kateconfig.h.
Enumerator | |
---|---|
Nowhere | |
SelectionOnly | |
SelectionWord | |
WordOnly | |
WordSelection |
Definition at line 502 of file kateconfig.h.
Constructor & Destructor Documentation
|
explicit |
Construct a DocumentConfig.
Definition at line 1135 of file kateconfig.cpp.
KateViewConfig::~KateViewConfig | ( | ) |
Cu DocumentConfig.
Definition at line 1169 of file kateconfig.cpp.
Member Function Documentation
bool KateViewConfig::allowMarkMenu | ( | ) | const |
Definition at line 1659 of file kateconfig.cpp.
int KateViewConfig::autoCenterLines | ( | ) | const |
Definition at line 1570 of file kateconfig.cpp.
bool KateViewConfig::automaticCompletionInvocation | ( | ) | const |
Definition at line 1755 of file kateconfig.cpp.
int KateViewConfig::bookmarkSort | ( | ) | const |
Definition at line 1549 of file kateconfig.cpp.
uint KateViewConfig::defaultMarkType | ( | ) | const |
Definition at line 1638 of file kateconfig.cpp.
bool KateViewConfig::dynWordWrap | ( | ) | const |
Definition at line 1318 of file kateconfig.cpp.
int KateViewConfig::dynWordWrapAlignIndent | ( | ) | const |
Definition at line 1360 of file kateconfig.cpp.
int KateViewConfig::dynWordWrapIndicators | ( | ) | const |
Definition at line 1339 of file kateconfig.cpp.
bool KateViewConfig::foldingBar | ( | ) | const |
Definition at line 1507 of file kateconfig.cpp.
|
inlinestatic |
Definition at line 402 of file kateconfig.h.
bool KateViewConfig::iconBar | ( | ) | const |
Definition at line 1486 of file kateconfig.cpp.
|
inline |
Definition at line 404 of file kateconfig.h.
bool KateViewConfig::lineModification | ( | ) | const |
Definition at line 1528 of file kateconfig.cpp.
bool KateViewConfig::lineNumbers | ( | ) | const |
Definition at line 1381 of file kateconfig.cpp.
int KateViewConfig::maxHistorySize | ( | ) | const |
Definition at line 1624 of file kateconfig.cpp.
QStringListModel * KateViewConfig::patternHistoryModel | ( | ) |
Definition at line 1615 of file kateconfig.cpp.
bool KateViewConfig::persistentSelection | ( | ) | const |
Definition at line 1669 of file kateconfig.cpp.
void KateViewConfig::readConfig | ( | const KConfigGroup & | config | ) |
Read config from object.
Definition at line 1180 of file kateconfig.cpp.
QStringListModel * KateViewConfig::replacementHistoryModel | ( | ) |
Definition at line 1629 of file kateconfig.cpp.
bool KateViewConfig::scrollBarMarks | ( | ) | const |
Definition at line 1402 of file kateconfig.cpp.
bool KateViewConfig::scrollBarMiniMap | ( | ) | const |
Definition at line 1423 of file kateconfig.cpp.
bool KateViewConfig::scrollBarMiniMapAll | ( | ) | const |
Definition at line 1444 of file kateconfig.cpp.
int KateViewConfig::scrollBarMiniMapWidth | ( | ) | const |
Definition at line 1465 of file kateconfig.cpp.
bool KateViewConfig::scrollPastEnd | ( | ) | const |
Definition at line 1854 of file kateconfig.cpp.
long KateViewConfig::searchFlags | ( | ) | const |
Definition at line 1594 of file kateconfig.cpp.
void KateViewConfig::setAllowMarkMenu | ( | bool | allow | ) |
Definition at line 1664 of file kateconfig.cpp.
void KateViewConfig::setAutoCenterLines | ( | int | lines | ) |
Definition at line 1578 of file kateconfig.cpp.
void KateViewConfig::setAutomaticCompletionInvocation | ( | bool | on | ) |
Definition at line 1763 of file kateconfig.cpp.
void KateViewConfig::setBookmarkSort | ( | int | mode | ) |
Definition at line 1557 of file kateconfig.cpp.
void KateViewConfig::setDefaultMarkType | ( | uint | type | ) |
Definition at line 1646 of file kateconfig.cpp.
void KateViewConfig::setDynWordWrap | ( | bool | wrap | ) |
Definition at line 1326 of file kateconfig.cpp.
void KateViewConfig::setDynWordWrapAlignIndent | ( | int | indent | ) |
Definition at line 1368 of file kateconfig.cpp.
void KateViewConfig::setDynWordWrapIndicators | ( | int | mode | ) |
Definition at line 1347 of file kateconfig.cpp.
void KateViewConfig::setFoldingBar | ( | bool | on | ) |
Definition at line 1515 of file kateconfig.cpp.
void KateViewConfig::setIconBar | ( | bool | on | ) |
Definition at line 1494 of file kateconfig.cpp.
void KateViewConfig::setLineModification | ( | bool | on | ) |
Definition at line 1536 of file kateconfig.cpp.
void KateViewConfig::setLineNumbers | ( | bool | on | ) |
Definition at line 1389 of file kateconfig.cpp.
void KateViewConfig::setPersistentSelection | ( | bool | on | ) |
Definition at line 1677 of file kateconfig.cpp.
void KateViewConfig::setScrollBarMarks | ( | bool | on | ) |
Definition at line 1410 of file kateconfig.cpp.
void KateViewConfig::setScrollBarMiniMap | ( | bool | on | ) |
Definition at line 1431 of file kateconfig.cpp.
void KateViewConfig::setScrollBarMiniMapAll | ( | bool | on | ) |
Definition at line 1452 of file kateconfig.cpp.
void KateViewConfig::setScrollBarMiniMapWidth | ( | int | width | ) |
Definition at line 1473 of file kateconfig.cpp.
void KateViewConfig::setScrollPastEnd | ( | bool | on | ) |
Definition at line 1862 of file kateconfig.cpp.
void KateViewConfig::setSearchFlags | ( | long | flags | ) |
Definition at line 1602 of file kateconfig.cpp.
void KateViewConfig::setSmartCopyCut | ( | bool | on | ) |
Definition at line 1841 of file kateconfig.cpp.
void KateViewConfig::setViInputMode | ( | bool | on | ) |
Definition at line 1698 of file kateconfig.cpp.
void KateViewConfig::setViInputModeEmulateCommandBar | ( | bool | on | ) |
Definition at line 1744 of file kateconfig.cpp.
void KateViewConfig::setViInputModeStealKeys | ( | bool | on | ) |
Definition at line 1724 of file kateconfig.cpp.
void KateViewConfig::setWordCompletion | ( | bool | on | ) |
Definition at line 1782 of file kateconfig.cpp.
void KateViewConfig::setWordCompletionMinimalWordLength | ( | int | length | ) |
Definition at line 1801 of file kateconfig.cpp.
void KateViewConfig::setWordCompletionRemoveTail | ( | bool | on | ) |
Definition at line 1822 of file kateconfig.cpp.
bool KateViewConfig::smartCopyCut | ( | ) | const |
Definition at line 1833 of file kateconfig.cpp.
|
protectedvirtual |
bool KateViewConfig::viInputMode | ( | ) | const |
Definition at line 1690 of file kateconfig.cpp.
bool KateViewConfig::viInputModeEmulateCommandBar | ( | ) | const |
Definition at line 1736 of file kateconfig.cpp.
bool KateViewConfig::viInputModeStealKeys | ( | ) | const |
Definition at line 1716 of file kateconfig.cpp.
bool KateViewConfig::wordCompletion | ( | ) | const |
Definition at line 1774 of file kateconfig.cpp.
int KateViewConfig::wordCompletionMinimalWordLength | ( | ) | const |
Definition at line 1793 of file kateconfig.cpp.
bool KateViewConfig::wordCompletionRemoveTail | ( | ) | const |
Definition at line 1814 of file kateconfig.cpp.
void KateViewConfig::writeConfig | ( | KConfigGroup & | config | ) |
Write config to object.
Definition at line 1243 of file kateconfig.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.