Skip to content

Releases: liqunkang/orca_TOC

v0.4.4

13 Aug 15:23
c63a212

Choose a tag to compare

  • Added expanded guidance on Large File Optimizations.
  • Updated dependencies to the latest version.

Full Changelog: v0.4.3...v0.4.4

v0.4.3

26 Jan 06:25

Choose a tag to compare

  • update of orca.tmLanguage.json file for better syntax highlighting of the ORCA output file.

Full Changelog: v0.4.2...v0.4.3

v0.4.2

26 Jan 06:24

Choose a tag to compare

  • Update of illustration figures in the README.

Full Changelog: v0.4.1...v0.4.2

v0.4.1

26 Jan 06:24

Choose a tag to compare

  • Added command orca_toc: Toggle Collapse/Expand All TOC Entries to 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.json file for better parsing of the ORCA output file.

Full Changelog: v0.4.0...v0.4.1

v0.4.0

26 Jan 06:23

Choose a tag to compare

  • 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

26 Jan 06:23

Choose a tag to compare

  • 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

26 Jan 06:21

Choose a tag to compare

  • 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

26 Jan 06:20

Choose a tag to compare

  • Update of keywords.json file

Full Changelog: v0.2.3...v0.2.4

v0.2.3

26 Jan 06:20

Choose a tag to compare

  • Bug fixes and optimizations
  • Update of patterns.json file
  • Added support for large ORCA output files (>50MB).Added a new command Show ORCA Outline External to 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 OUTLINE view when the heading levels are not in strict ascending order.

Full Changelog: v0.2.2...v0.2.3

v0.2.2

26 Jan 06:19

Choose a tag to compare

  • 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