Program settings - Syntax highlightingA category called "Syntax Highlighting" allows you to customize the syntax highlighting in documents edited in Spider. Coloring scheme settingsThis window allows you to customize the individual coloring schemes to your own needs and preferences. To adjust the properties of a schema, select it from the list and then use the buttons on the right side of the list: Features of the coloring scheme Set the scheme as the default After saving the document, the Spider will try to change the default coloring scheme to the one that best suits the given type of document. For this purpose, the file name extensions assigned to the coloring schemes and the name extension of a given document will be taken into account. Edit coloring scheme Always use the default scheme regardless of the extension Display grouped schemes Bracket highlightingBy highlighting the corresponding pairs of brackets, you can easily see where the beginning and end of the current block of code that is enclosed by the parentheses (e.g. a loop in a PHP script) is. The options collected here allow you to define which brackets will be colored (you can unbend each of the four pairs: (), {}, [] ), as well as select the background color and the color of characters for the brackets. You can also turn off brace highlighting in your code. |
Related topics |