Skip to content

Releases: liqunkang/orca_TOC

v0.2.1

26 Jan 06:19

Choose a tag to compare

  • 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

26 Jan 06:18

Choose a tag to compare

  • This version removed the previous generate_patterns.py script and the headings.md file. The list of regular expressions in patterns.json file is now more unversal and the matched text is displayed in the ORCA FILE OUTLINE view. 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 the ORCA FILE OUTLINE view. There is a list of keywords in the keywords.json file, 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

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 Jan 06:08

Choose a tag to compare

  • Update of patterns.json file and headings.md file. 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

Full Changelog: v0.0.2...v0.1.0

v0.0.2

26 Jan 06:05

Choose a tag to compare

v0.0.2 Pre-release
Pre-release
  • Added support for automatically showing TOC view when opening an ORCA output file.

  • headings.md file 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.py script added to the extension. This script is used to parse the headings.md file and generate the patterns.json file. The patterns.json file is used by the extension to parse the ORCA output file.

Full Changelog: v0.0.1...v0.0.2

v0.0.1

26 Jan 06:01

Choose a tag to compare

v0.0.1 Pre-release
Pre-release
  • Initial release of orcatoc.

Full Changelog: https://github.com/liqunkang/orca_TOC/commits/v0.0.1