mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
kate: enable line numbers and disable folding bar by default
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
8e832c580c
commit
a99ed13bb7
1 changed files with 2 additions and 2 deletions
|
@ -1255,7 +1255,7 @@ void KateViewConfig::readConfig ( const KConfigGroup &config)
|
|||
setDynWordWrapIndicators (config.readEntry( KEY_DYN_WORD_WRAP_INDICATORS, 1 ));
|
||||
setDynWordWrapAlignIndent (config.readEntry( KEY_DYN_WORD_WRAP_ALIGN_INDENT, 80 ));
|
||||
|
||||
setLineNumbers (config.readEntry( KEY_LINE_NUMBERS, false));
|
||||
setLineNumbers (config.readEntry( KEY_LINE_NUMBERS, true));
|
||||
|
||||
setScrollBarMarks (config.readEntry( KEY_SCROLL_BAR_MARKS, false));
|
||||
|
||||
|
@ -1269,7 +1269,7 @@ void KateViewConfig::readConfig ( const KConfigGroup &config)
|
|||
|
||||
setIconBar (config.readEntry( KEY_ICON_BAR, false ));
|
||||
|
||||
setFoldingBar (config.readEntry( KEY_FOLDING_BAR, true));
|
||||
setFoldingBar (config.readEntry( KEY_FOLDING_BAR, false));
|
||||
|
||||
setLineModification (config.readEntry( KEY_LINE_MODIFICATION, false));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue