The View menu
Prev
Next

The View menu

The View menu allows you to manage settings specific to the active editor, and to manage frames.

Menu Items

View->Switch to Command Line (F7)

This command will toggle the display of the built in command line.

View->Schema

This menu lists the available schemas. You can change the schema for the current view here, to change the default schema you need to use the config dialog

View->Dynamic Word Wrap (F10)

Toggles dynamic word wrap in the current view. Dynamic word wrap makes all the text in a view visible without the need for horizontal scrolling by rendering one actual line on more visual lines as needed.

View->Show/Hide Static Word Wrap Marker

Toggles the display of a vertical line indicating the position of the wrap width as configured in the config dialog. This feature requires that you use a true fixed-width font.

View->Show/Hide Icon Border (F6)

This is a toggle item. Setting it on checked will make the Icon Border visible in the left side of the active editor, and vice versa.

View->Show/Hide Line Numbers (F11)

This is a toggle Item. Setting it on checked will make a pane displaying the line numbers of the document visible in the left border of the active editor, and vice versa.

View->Show/Hide Scrollbar Marks

Toggles the visualization of bookmarks (and other marks) on the vertical scrollbar. When enabled, marks are represented by a thin line in the mark color at the scrollbar, middleclicking on the lines will scroll the view to a position near the mark.

View->Show/Hide Folding Markers (F9)

Toggles the display of the folding marker pane in the left side of the view. See Using Code Folding.

Code Folding
Collapse Toplevel (Ctrl+Shift+-)

Collapse all toplevel regions in the document.

Expand Toplevel (Ctrl+Shift++)

Expand all toplevel regions in the document.

Collapse One Local Level (Ctrl+-)

Collapse the region closest to the cursor.

Expand One Local Level (Ctrl++)

Expand the region closest to the cursor.

Prev
Next
Home


Would you like to make a comment or contribute an update to this page?
Send feedback to the KDE Docs Team