Releases: liqunkang/orca_TOC
Releases · liqunkang/orca_TOC
v0.4.4
v0.4.3
- update of
orca.tmLanguage.jsonfile for better syntax highlighting of the ORCA output file.
Full Changelog: v0.4.2...v0.4.3
v0.4.2
- Update of illustration figures in the README.
Full Changelog: v0.4.1...v0.4.2
v0.4.1
- Added command
orca_toc: Toggle Collapse/Expand All TOC Entriesto toggle collapse/expand all TOC entries at once. The collapsed status of the TOC view will be preserved when navigating between different ORCA output files. The default collapsed status of the TOC view can be changed in the settings of the extension. - Update of the
patterns.jsonfile for better parsing of the ORCA output file.
Full Changelog: v0.4.0...v0.4.1
v0.4.0
- Added cursor position tracking for the ORCA output file. The TOC view will automatically highlight and expand the corresponding TOC entry when the user is navigating through the ORCA output file based on the current line number. The highlight and expand status of the TOC view will be updated when the user is moving the cursor to a different line in the ORCA output file.
- Added support for changing the highlight symbols for the TOC entries.
- Added support for saving the collapsed status of the TOC view in the settings of the extension. When navigating to different ORCA output files, the TOC view status for each file will be restored.
Full Changelog: v0.3.1...v0.4.0
v0.3.1
- Added grammar syntax highlighting for the ORCA output file (syntax definition is saved in
orca.tmLanguage.json)
Full Changelog: v0.3.0...v0.3.1
v0.3.0
- Added support for saving the collapsed status of the TOC view in the settings of the extension. When navigating to different ORCA output files, the TOC view status for each file will be restored.
- Added support for automatically showing TOC view when opening an ORCA output file. (bug fix)
- Added instruction screenshots to this README.
Full Changelog: v0.2.4...v0.3.0
v0.2.4
- Update of
keywords.jsonfile
Full Changelog: v0.2.3...v0.2.4
v0.2.3
- Bug fixes and optimizations
- Update of
patterns.jsonfile - Added support for large ORCA output files (>50MB).Added a new command
Show ORCA Outline Externalto allow the user to load large ORCA output files manually from the file system. - Fixed a bug by adding dummy headings to the
ORCA FILE OUTLINEview when the heading levels are not in strict ascending order.
Full Changelog: v0.2.2...v0.2.3
v0.2.2
- removed debug lines from extension.js
- update of keywords.json
- update of patterns.json. Now the extension could handle both CRLF and LF line breaks in the regular expressions.
Full Changelog: v0.2.1...v0.2.2