Double clicking error messages in the Messages Window will now highlight the tree branch and focus the related line in the editor. [v1.1]
Fixed a bug that caused an error when clicking sub items in the Messages Window. [v1.1]
Support for listing and jumping to Java methods and classes. [v1.1]
Final release of TagTree Pro 1.0 [v1.0]
Option for entering a list of keywords to find. [PRO] The document is scanned for the list of comma separated keywords and the result is displayed in the Snippets window with the rest of the text in the line. [v0.83]
Added word-wrap handling. [v0.83]
Support for XHTML and XML (including namespaces). The head->title of HTML and XHTML files is displayed at the top. The label "XML" is displayed when running in XML mode. [v0.4]
New lines in text nodes are indicated using paragraph characters. [v0.25]
Remembers window position between sessions. [v0.25]
View commonly used attributes next to the tag name. Commonly used attributes are displayed next to the tag name for easy viewing without having to expand the list of nodes. For example, the "A" tag now shows the value of the "href" attribute and the "IMG" tag shows the "src" attribute. [v0.25]
"Go to Line" button for jumping to the related line in the source code. [v0.25]
Title of the document, if found, is displayed in the "Root" node. [v0.3]
Variable "sNodeChildContent" that can be used in scripts to get the text from the child node, if there's one. For example, if the variable sNodeType is set to "tag" and sNodeName is "a" the sNodeChildContent variable can be used to get any text in between and . [v0.3]
More distinguishable tree branches. Tree branches that contain attributes, text, comments, etc., are easier to see due to group colors and longer text blocks. [v0.25]
Status bar that displays the depth of the selected node, related line number and a summary of the current tag. [v0.3]
Special icon and color for CDATA sections. [v0.4]
The Status Bar displays the character counter of text, CDATA and other similar data sections. [v0.4]
Tab characters in text data is displayed using "»" characters (right-pointing double angle quotation marks). [v0.3]