|
Editors - HTML Editor
The new HTML editor allows users to easily edit HTML files with
syntax coloring for easier editing of files.

Abbreviations - Abbreviation support, within
File->Options->Editors->HTML Editor->Abbreviations
, allows for user-defined autocompletion. Lengthy blocks of HTML
can be autocompleted with a few keystrokes.
As an example, the HTML:
<input
can be an abbreviation which autocompletes or expands to
<input type="hidden" name="section" id="section"
value="JDBC Drivers">
Editing Options - Within File->Options->Editors->HTML
Editor , the Caret and Caret Color of Overwrite and Insert mode
are configurable, as are the Editor Background and Editor
Foreground.
In-Line Diff Indicators - If the HTML document being edited
is part of a source control repository, in-line diff indicators
highlight adjacent to the row numbers, marking differences between
the current edit and the current working copy from a repository.
Right clicking in-line difference indcators allows performing a
compare of the current edit to the currernt working copy from the
the repository.
End of Line Type - Within File->Options->Editors->HTML
Editor there is an option to force a specific EOL [End of Line]
type.
Incremental Search - The Find dialog has several options:
Match Case, Whole Words, Regular Expressions, Highlight Results,
Wrap Around, Search Selection, Search Backwards and Incremental
Search. All instances of the search terms can highlight
within the HTML. If the Find button is clicked again, it selects
the next instance of this term leaving the others still
highlighted.
|