Releases: morbac/xmltools
Releases · morbac/xmltools
XMLTools 3.1.1.3
- Add XML syntax check before XML validation
- Make XSD file selection dialog keep previous values
- Make XPath evaluation dialog open as modal dialog
- Add icons in toolbar
- Add functions "First Error", "Previous Error", Next Error" and "Last Error"
- Fix annotation display when more that one error exists for a line
- Make the Error message dialog non modal
XMLTools 3.1.1.2
- Fix issue #91 Infinite loop when validating a non-xml file
- Add line and linepos on message errors message (when available) (issue #93)
- Place caret at error position when errors are displayed in text dialog mode and make it visible using vertical and horizontal scroll
- Change error display option: add "Annotation", "Dialog" and "Alert" display modes (issue #93)
XMLTools 3.1.1.1
XMLTools 3.1.1.0
- Rewrite of "Current XML Path" function (now based on QuickXml instead of MSXML)
- Remove auto-close of
<?xml ...?>and some other special tags - Fix issue #79 - Problem with Pretty Print
- Fix attribute parsing on QuickXml
- Fix issue #78 - Add a link to project github homepage in about box dialog
- Fix issue #82 - XML Syntax Check doesn't work (does nothing)
- Fix the "Current XML Path" with no prefix and move the shortcut CTRL+ALT+SHIFT+P on "Current XML Path with predicates" function
XMLTools 3.1.0.1
- Disable schema prompt dialog when xml has inline DTD
- Add prolog declarations support to QuickXml engine
- Add clear and close buttons in debug dialog
- Fix text token formating
XMLTools 3.1.0.0
Add two optimized formating engines:
- SimpleXml: a fast and low-memory formating engine develpped by LetMeSleepAlready
- QuickXml: a quick and conformant engine inspired by SimpleXml
SimpleXml is enabled by default.
XMLTools 3.0.5.0
Add support for multiple error messages
Extend option dialog options
Add "Fix indentation" pretty printing function
XMLTools 3.0.4.3
Fix validation
XMLTools 3.0.4.2
Fix pretty print indentation error on <a><b/></a>
XMLTools 3.0.4.1
Support " to " conversion option in prettyprint