- Title bar. This bar can be toggled using Ctrl T.
- Menubar. This bar can be toggled using Ctrl I.
- Toolbar.
- Statusbar
The statusbar can be (left) clicked or right clicked on most of the panes:
- Click on the file type pane to change the current file type, or to view a file in hex format.
- Click on the lines pane to goto a line. Right click this pane to show / hide line numbers.
- Click on the lexer pane to change the lexer for this file. Right click this pane to change the syntax colouring for this lexer. All scintilla lexers are supported. Editing this file and saving it directly shows colouring style changes on all open editors.
- Click on the theme pane to change a theme. Right click this pane to add new themes, or change existing ones.
- Click on the VCS pane to run VCS commands. Right click this pane to add VCS commands (or to add debug commands).
- Click on the macro pane to playback a macro. Right click this pane to edit macros (vi mode should be set).
Each pane on the statusbar can also be configured in the syncped.conf setup file. The keys start with SBPane, followed by pane name, followed by:
- Width: This postfix sets the width of the pane
- Style: This postfix sets the style of the pane:
- 0: normal
- 1: flat
- 2: raised
- 3: sunken