Releases: liqunkang/orca_TOC
Releases · liqunkang/orca_TOC
v0.2.1
- changed to new plugin icon
- fixed an error in the regex pattern
- showOrcaOutline and replaceKeywords are changed to async functions to accelerate the processing speed
- the parseOrcaFile function is optimized for handing very big orca output files (<50MB). The buffer structure is optimized. The progress of parsing will be showed as a message in VS Code
- additional error message is added
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- This version removed the previous
generate_patterns.pyscript and theheadings.mdfile. The list of regular expressions inpatterns.jsonfile is now more unversal and the matched text is displayed in theORCA FILE OUTLINEview. Most of the keywords in the ORCA output file are in full capital letters, which is not very user friendly. The matched text is now converted to title case before being displayed in theORCA FILE OUTLINEview. There is a list of keywords in thekeywords.jsonfile, which will be used to replace some of the converted matched text to its correct form. The list of keywords will be updated in future small releases.
What's Changed
- Delete orcatoc-0.0.1.vsix by @liqunkang in #2
Full Changelog: v0.1.0...v0.2.0
v0.1.0
- Update of
patterns.jsonfile andheadings.mdfile. Additional regular expressions added to the list used to parse the ORCA output file. Most frequently used keywords in the ORCA output file are now parsed. The list of regular expressions will be updated in future releases.
What's Changed
- Test of vesion 0.0.2 by @liqunkang in #1
Full Changelog: v0.0.2...v0.1.0
v0.0.2
-
Added support for automatically showing TOC view when opening an ORCA output file.
-
headings.mdfile added to the extension. This file contains a list of regular expressions that are used to parse the ORCA output file. The list of regular expressions will be updated in future releases. -
generate_patterns.pyscript added to the extension. This script is used to parse theheadings.mdfile and generate thepatterns.jsonfile. Thepatterns.jsonfile is used by the extension to parse the ORCA output file.
Full Changelog: v0.0.1...v0.0.2
v0.0.1
- Initial release of orcatoc.
Full Changelog: https://github.com/liqunkang/orca_TOC/commits/v0.0.1