diff --git a/doc/katepart/configuring.docbook b/doc/katepart/configuring.docbook --- a/doc/katepart/configuring.docbook +++ b/doc/katepart/configuring.docbook @@ -132,6 +132,12 @@ for code folding, if code folding is available. +Show preview of folded code + +If checked, hovering over a folded region shows a preview of the folded text +in a popup. + + Show icon border If this is checked, you will see an icon border on the left @@ -158,6 +164,13 @@ for instance show bookmarks. +Show text preview on scrollbar +If this option is checked, and you hoover the scrollbar with the mouse cursor +a small text preview with several lines of the current document around the cursor position will be displayed. +This allows you to quickly switch to another part of the document. + + + Show scrollbar mini-map If this option is checked, every new view will show a mini map of the document on the vertical scrollbar. @@ -169,6 +182,13 @@ Adjusts the width of the scrollbar mini-map, defined in pixels. + +Scrollbars visibility +Switch the scrollbar on, off or show the scroolbar only when needed. +Click with the &LMB; on the blue rectangle to display the line numer range of the docmument displayed on the screen. +Keep the &LMB; pressed outside the blue rectangle to automatically scroll through the document + + @@ -1272,7 +1292,7 @@ For example, the variable indent mode uses document variables for its configuration. -The variables listed here documents &kappname; version 3.7. More variables +The variables listed here documents &kappname; version 5.38. More variables may be added in the future. There are 3 possible types of values for variables, with the following valid expressions: @@ -1289,17 +1309,16 @@ + +automatic-spell-checkingBOOL +Enable automatic insertion of brackets. + + auto-center-linesINT Set the number of autocenter lines. - -auto-insert-doxygenBOOL -Turn insertion of the leading asterisk in doxygen comments on or -off. This has no effect unless you use the C-style auto-indenter. - - background-colorSTRING Set the document background color. The value must be something @@ -1319,20 +1338,12 @@ -bom | byte-order-markBOOL +bom | byte-order-mark | byte-order-markerBOOL Enable/disable the byte order mark (BOM) when saving files in Unicode format (utf8, utf16, utf32). Since: &kate; 3.4 (&kde; 4.4) - -encodingSTRING -Set the encoding used for loading or saving the file. -As the variables in the document will be read after loading, this impacts only the saving. -If you place it in a .kateconfig file, it will have an effect for the loading, too. -Since: &kate; 3.10 (&kde; 4.10) - - bracket-highlight-colorSTRING Set the color for the bracket highlight. The value must be @@ -1373,6 +1384,11 @@ + +folding-previewBOOL +Enable folding preview on in the editor border. + + font-sizeINT Set the point size of the document font. @@ -1431,12 +1447,6 @@ Set the display of line numbers on or off. - -mixed-indentBOOL -Set mixed indentation, as with &Emacs;, on or off. -Note: Deprecated since &kate; 3 in &kde;4. This variable is ignored, set replace-tabs on; instead for the future. - - newline-at-eofBOOL Add an empty line at the end of the file (EOF) when saving the document. @@ -1454,12 +1464,14 @@ on or off. - -remove-trailing-spaceBOOL -Set dynamic end of line cleanup on or off. -Note: Deprecated since &kde; 4.10. Please use -remove-trailing-spaces with the desired choice instead. - + +replace-tabs-saveBOOL +Set tab to space conversion on save on or off. + + + +replace-tabsBOOL +Set dynamic tab to space conversion on or off. @@ -1471,26 +1483,18 @@ modified lines. The modified lines are marked by the line modification system. all, * or 2: remove trailing spaces in the entire document. -Since: &kde; 4.10. This deprecates the options remove-trailing-space and replace-trailing-space-save. +Since: &kde; 4.10. - -replace-tabs-saveBOOL -Set tab to space conversion on save on or off. + +scrollbar-minimapBOOL +Show scrollbar minimap. - -replace-tabsBOOL -Set dynamic tab to space conversion on or off. - - - -replace-trailing-space-saveBOOL -Set end of line cleanup on save on or off. -Note: Deprecated since &kde; 4.10. Please use -remove-trailing-spaces with the desired choice instead. - + +scrollbar-previewBOOL +Show scrollbar preview. @@ -1516,13 +1520,6 @@ on or off. - -space-indentBOOL -Set indentation with spaces on or off. -Note: Deprecated since &kate; 3 in &kde;4. Mixed indentation is the default behavior. -Set replace-tabs on; to achieve space-only indentation. - - tab-indentsBOOL Set key indentation on or off. diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -273,7 +273,7 @@ casesensitive defines, whether the keywords are case sensitive or not. priority is necessary if another highlight definition file uses the same extensions. The higher priority will win. author contains the name of the author and his email-address. -license contains the license, usually LGPL, Artistic, GPL or others. +license contains the license, usually the MIT license for new syntax-highlighting files. style contains the provided language and is used by the indenters for the attribute required-syntax-style. hidden defines whether the name should appear in &kappname;'s menus. So the next line may look like this: