Coloring Scheme Editor - Keywords

Keywords are strings of characters that are permanently embedded in a particular coloring scheme. These are usually the names of functions and instructions in programming languages, the names of tags and their attributes in HTML, etc.

The different types of keywords are grouped into sets. It is possible to create an unlimited number of keyword sets, each of which can be assigned a different coloring style.

Caution: do not overdo the number of collections/sets and the number of words in the collections when using older hardware. This puts a heavy load on the program and can noticeably slow down the editor, especially when switching between documents. For this reason, Spider has a number of different syntax coloring schemes and allows you to switch between them as you work, in order to put as little strain on the system as possible.

Enable keyword coloring
If you select this option, it will be possible to define sets of keywords. A coloring style can be created and assigned for each set of keywords.

Collections
The list contains collections of keywords defined in the schema. Collections can be added, deleted and edited by clicking on the icon to the right of the collection list.

NOTE: Keyword sets can be arranged in any order by dragging. If the same keyword occurs in two sets, it will be colored according to the style for the set that occurs earlier (higher in the list).

  • Edit keyword sets
    Click to change the name of a collection, as well as to assign to a collection or create a new coloring style.

Current set of keywords
Contains all the words assigned to the currently selected collection. You can add, subtract and edit the keywords of the selected collection by clicking on the icon to the right of the keyword list. The words in the list are automatically sorted in alphabetical order.

  • Load keywords
    Click to load a set of keywords from a text file. Each keyword in the file must be placed on a separate line.

  • Save the keywords
    Click to save a set of keywords to a text file.

Related topics

To top