Tabs of the main program window

The main program window is divided into numerous logical parts with different functions. More main window description can be found in another topic. Here we will focus on the tabs that are commonly available in the main window.

Tabs in the Spider are areas, between which you can switch after clicking on the tab title bar or the button marked with an arrow, which changes the tab to the next one. This is how the tabs on the left and right panels and in the middle the main program window are built. Only on the bottom panel the layout of the tabs is horizontal to allow more items to be placed in a low area.

Tabs in the left panel

The panel on the left can be displayed or hidden using the F9 keyboard shortcut, Main Menu / View or the button on the bar buttons marked with the icon shown above. The panel on the left consists of the following tabs:

  • Projects - this tab allows you to manage files on your local disk
  • Tag inspector - the tag inspector tab allows you to dynamically modify the tags in which the cursor is located.
  • CSS inspector - the CSS inspector tab allows dynamic modification of style selectors used in documents or linked style sheets.
  • Templates - this tab allows access to templates, i.e. code snippets that can be inserted into documents.

Tabs in the right pane

The right panel can be displayed or hidden using the Ctrl + F9 hotkey, Main Menu / View or the button in the button bar indicated by the icon shown above. The panel on the right consists of the following tabs:

  • Servers - this tab enables you to work remotely on the selected FTP or WebDAV server.
  • MySQL Inspector - this tab enables you to work with the MySQL database server.
  • Navigator - the navigator tab allows easy navigation through the source code of a document whether HTML, PHP or other.
  • Programming languages - this tab contains a set of definitions for several programming languages supported by Spider.

Main tabs in the middle

Main tabs cannot be hidden. They are the places where documents are created and tested. However, you can switch between them by clicking and keyboard shortcuts (F10 for the Create tab and F11 for the Browse tab).

Bottom results panel tab

This tab displays the results of various Spider functions, e.g. search. The tabs here are described in the bottom panel topic.

Related topics

To top