diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -78,6 +78,10 @@ The editor will display dots to indicate the presence of extra whitespace at the end of lines. + +Highlight marker size +Use the slider to change the size of the visible highlight marker. + @@ -686,6 +690,11 @@ Allow scrolling past the end of the document This option lets you scroll past the end of the document. This can be used to vertically centre the bottom of the document, or put it on top of the current view. + +Backspace key removes character’s base with its diacritics +When selected, composed characters are removed with their diacritics instead +of only removing the base character. This is useful for Indic locales. + @@ -1266,6 +1275,12 @@ additionally plugins can use variables, in which case it should be documented in the plugin's documentation. +&kappname; has support for reading configurations from .editorconfig +files, when the editorconfig library is installed. +&kappname; automatically searches for a .editorconfig +whenever you open a file. It gives priority to .kateconfig files, though. + + How &kappname; uses Variables diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -1,3 +1,4 @@ + @@ -238,7 +239,7 @@ located in org.kde.syntax-highlighting/syntax/ in your user folder found with qtpaths which usually is -$HOME/.local +$HOME/.local/share On &Windows; these files are located %USERPROFILE%/AppData/Local/org.kde.syntax-highlighting/syntax. diff --git a/doc/katepart/index.docbook b/doc/katepart/index.docbook --- a/doc/katepart/index.docbook +++ b/doc/katepart/index.docbook @@ -52,8 +52,8 @@ &FDLNotice; -2017-01-24 -Frameworks 5.31 +2018-03-23 +Frameworks 5.44 &katepart; is a fully featured editor component by &kde;.