- fixed typo in method name
- doc structure tree is closed with last XML editor
- fixed doubling && when autocompleting XML entities
- HTML preview is locked to the source editor when scrolling
- images are displayed in HTML preview
- introduced
daps.xrefCodelensExcludeDirs
option to list subdirectories that should be excluded from searching for xref targets
- xref codelens work for Asciidoc file as well
- xref codelens are optional, disabled by default. See the
daps.showXrefCodelens
option
- jumps to a specific line when peeking
- introduced peek view for 's
- introduced peek view for DocBook assemblies
- fixed CodeLens for 's with no resourceRef
- changed dbgChannel name to DAPS
- fixed event for triggering doc structure treeview refresh
- introduced
daps.enableDbg
option to choose between console and output channel messages - updated
node_modules
- fixed looped refreshing of doc structure window
- included
node_modules
directory when building package
- fixed call for non-obsolete domxml that failed extension activation
- small tweaks for cmd registration
- fixed paths of executables and config files to work across distributions
- fixed document structure treeview for elements with missing title
- document structure treeview works on multiple tags
- fixed CodeLens for all DocBook XML assembly files
- xmldom library now bundled with the extension
- added document structure treeview for sections
- improved CodeLens for DocBook assemblies by parsing XML
- introduced own WebView HTML preview
- dependency on 'Document Preview' extension is no more
- added CodeLens capability to DocBook assembly files
- fixed XML entity autocompletion with empty exclude option
- improved XML entity autocompletion filtering by typing
- auto-completion XML entities from external files
- added
daps.autocompleteXMLentities
option to enable entity auto-completion - added
daps.excludeXMLentityFiles
option to exclude specific entity files from autocompletion
- removed
--styleroot`` option from the
daps validate` command - added
daps.runTerminal
option to showdaps
cmd output - added
daps.verbosityLevel
option to adjust debug info in terminal
- made document preview work for ANY repo, no tmp file needed
- fixed document preview for non-modular repos
- disabled static images
- added support for document preview
- added support for --styleroot
- added support for --dapsroot
- added dapsExecutable option
- removed status messages for XML formatting
- --single build option only for HTML targets, not PDF
- added option to auto-save XML file before running daps command on it
- fixed XML format, now works for dirty editors from contextuals
- added direct building of XML file without DC file
- added support for root IDs
- added Explorer context validation
- added Explorer context build
- added Editor tab XML format
- code cleanup
- initial release