Editor pop-up menu in visual mode

The editor's pop-up menu in visual mode contains commands that run the most commonly used functions and tools in this mode:

Tables - visual mode
Displays a submenu containing commands for handling tables, such as row and cell editing, as well as cell splitting and merging.


Clipboard
Displays a submenu containing clipboard operation commands:

  • Cut
    Click to cut the selection to the clipboard (default shortcut Ctrl+X).

  • Copy
    Click to copy the selection to the clipboard (default shortcut Ctrl+C).

  • Copy line
    Click to copy the entire line containing the cursor to the clipboard.

  • Paste
    Click to paste the contents of the clipboard (default shortcut Ctrl+V).

  • Paste from clipboard with replacement
    Click to select how to replace text when pasting. This submenu is identical to the Edit / Paste from clipboard with replacement menu.

  • Multiclipboard
    Click to display the Multiclipboard window (default shortcut Ctrl+Shift+W). The command has a submenu displaying the items stored in the Multiclipboard - to insert the relevant fragment into the editor, click on the desired item. An identical command can be found in the Edit menu.

Select all
Click to select all text in the editor (default shortcut Ctrl+A)

Selected text to...
Click to open the submenu and choose how you want to replace the selected text. This submenu is identical to The Edit/ Selected Text on....

Document language
Click to indicate the markup language in which the document is being created (this command is useful when Spider can't recognise the language on its own based on the META section, or DOCTYPE markup).

Enoding
Click to use the commands to change the character encoding of the current document.


Visual editor
Click to deactivate visual editing mode (enable source code editing mode).

Browsing
Click to enable the Browse tab to view the current document. If you have set external browsers in Program Settings / Browsing, you can choose a browser to display the page in its window. The standard F11 shortcut.

Main window view
Click to show or hide toolbars or panels. The command displays submenu allowing you to change the appearance of the main window.

Editorial functions
Click to display a submenu containing the commands that control the editor.


Open link
Click to open the document linked in the current tag in the editor (default shortcut Shift+Ctrl+O).

Browse link
Click to view the document linked in the current tag in a new browser window.


Document navigation
Contains commands that launch tools to help you navigate the document and orient yourself in the code. This submenu has commands arranged identically to those in the Tools / Document Navigation menu.

Bookmarks in a document
Click to open a submenu for managing bookmarks and moving them around the document. This submenu has commands arranged identically to those in the Tools / Bookmarks menu in the document.


Close document
Click to close the current document. If there are unsaved changes to the document, the program will ask if you want to save it.

Customize toolbars, menus, and shortcuts
Click to open the window where you can customize the above. program elements .

Editor Help
This button displays the help page for the editor.

Related topics

To top