Program settings - Other facilities

In this category of settings you will find numerous toggles that allow you to enable or disable additional program functions that facilitate the work of creating documents. You will find the following groups of settings here:

Tag insertion settings

This group is fairly general and includes switches that specify, for example, inserting double quotes when inserting a single one or completing the ALT attribute when inserting a graphic. Here is the list of options:

Insert BR tag after pressing the enter key
Check this option to cause the BR tag to be inserted when the ENTER key is pressed.

Do not move to a new line after inserting BR.
Check this option to ensure that inserting a BR tag using the ENTER key or menu commands or keyboard shortcuts does not move the cursor to a new line.

Insert LI tag on a new line when Enter on a line with LI.
Check this option to cause the LI tag to be inserted when the ENTER key is pressed on a line where the LI tag is already present. This makes creating an enumeration list much easier.

Use <STRONG> and <EM> tags instead of <B> and <I>
Select this option to use highlight marks (<STRONG>, <EM>) instead of <B> and <I> when inserting text formatting tags.

Complete ALT in <IMG ... > when inserting
Select this option to automatically complete the ALT field for the inserted graphics.

Insert <META> and <BODY> in place of cursor
Check this option to ensure that the program does not attempt to place META and BODY&gt tags at the beginning of the document, but inserts them at the cursor position.

According to the XML standard, place the content of <SCRIPT> and <STYLE> tags in the <![ CDATA [... ]]
> Check this option to enable the inclusion of script blocks and stylesheets embedded in HTML documents using the <![CDATA[... ]]> XML construct to make the pages you create compliant with the XHTML standard.

Don't hide <SCRIPT>.. </SCRIPT>
Check this option to ensure that the program does not add comments around scripts that cause scripts to be hidden from browsers without scripting language support.

Don't hide <STYLE>.. </STYLES>
Check this option to ensure that the program does not add comments around style sheets that cause them to be hidden from browsers without style support.

Cover text with style using the tag
This group specifies how the selected text is covered in style. Here you can select your preferred method of encompassing the selected text in style according to either the <div style="..."> ... </div> or using <>

Additional editing facilities

Another group of settings includes options that are important not only when editing tags, but also when editing code written in scripting and CSS languages.

Automatically double " ( { [ characters
Check this option to have the program automatically convert the quotation mark entered from the keyboard into double inverted commas, and also automatically insert the appropriate enclosing brackets when the opening bracket is entered. In the case of selected text, use of this function will enclose the selected text with a pair of appropriate characters. In addition, this function has a reverse function, i.e. the automatic removal of double brackets and inverted commas when no other text is between them, and the BACKSPACE or DELETE key is pressed with the CTRL key held down at the same time. For example, in the situation (|) where | is the cursor position, pressing DELETE or BACKSPACE removes both the opening and closing characters of the brackets. For inverted commas preceded by \ characters (e.g. in PHP), the entire sequence is removed, i.e. in the example of (|) where | is the cursor, pressing DELETE or BACKSPACE will remove the entire \ sequence. The function also works for the DELETE key in the |() situation and BACKSPACE in the ()| situation, where | is the cursor position. Of course, the function works for all autocomplete characters, i.e. ',',`,(),{},[], and only when autocomplete is enabled.

Double " ( { [ only when selected text
Check this option to ensure that opening brackets and inverted commas are converted to double (closing brackets) only when there is selected text in the editor. Otherwise a single character will be inserted.

Double " ( { [ also when adjacent
Check this option to ensure that the program automatically converts a " or ( or { or [ character entered from the keyboard into a double equivalent (e.g. {}) also when there is a closing character right next to the inserted character.

Update the date in META when saving
Check this option to ensure that each time the edited document is saved, the program updates the modification date stored in the META section to the date the document was saved.

Update the "Authoring_tool" field in META
Check this option to have the program update the 'Authoring_tool' field in the META section each time the document is saved. This field contains information about the tool used to create the document.

Do not warn when nesting tags
By default, the program warns you with a message when you try to place one tag inside another. By disabling this option you will cause the program to no longer report the warning.

Insert HTML 4.0 tags and attributes in lower case
Check this option to have the program insert all tags from toolboxes (as well as their attributes) in lowercase.

Insert hexadecimal color codes in capital letters
Select this option to capitalize the hexadecimal color codes that you insert.

Insert shortened color codes in CSS if possible
Select this option to format the color codes inserted from the color palette in CSS style sheets with short-coded encoding, such as #FFF instead of #FFFFFF, #ABC instead of #AABBCC, and so on.

Insert a space before "/>" in XHTML
Check this option to have the program insert an extra space before the closing character of tags that do not have a closing tag.

By default, insert \ before special characters
Check this option if you want the program to always insert the character '\' before special characters (e.g. ") in tags placed inside scripts by default.

Enclose a tag event value with apostrophes
Check this option to include apostrophes in event values (defined in the'Additional events and attributes' window) when creating or re-editing tags using the tag creation tools.

Default document language

Select a language from the list to use by default if automatic recognition based on DOCTYPE or xmlns is not possible.

Related topics

To top