You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,9 +41,9 @@ N/A
41
41
42
42
Settings of this extension can be changed in the settings of VS Code (click on the gear icon in the bottom left corner of the VS Code window or press `Ctrl+,` on Windows or `Cmd+,` on Mac). The configuration options are listed under `Extensions` -> `ORCA_TOC`, or could be accessed by searching `ORCA_TOC` in the search bar of the settings window.
43
43
44
-
The current version (0.4.2) enables changing the default status of the toggleable TOC view. The default collapsed status of the TOC view can be changed in the settings of the extension. The default value is `true`, which means that the TOC view is collapsed by default. The TOC view can be expanded by clicking the toggle arrow next to each parent entry.
44
+
The current version (0.4.3) enables changing the default status of the toggleable TOC view. The default collapsed status of the TOC view can be changed in the settings of the extension. The default value is `true`, which means that the TOC view is collapsed by default. The TOC view can be expanded by clicking the toggle arrow next to each parent entry.
45
45
46
-
The current version (0.4.2) enables changing the highlight symbols for the TOC entries. The default highlight symbol is 'circle-large-filled'.
46
+
The current version (0.4.3) enables changing the highlight symbols for the TOC entries. The default highlight symbol is 'circle-large-filled'.
47
47
For a list of available highlight symbols, please see [here](https://code.visualstudio.com/api/references/icons-in-labels#icon-listing).
48
48
49
49

@@ -66,9 +66,9 @@ For a list of available highlight symbols, please see [here](https://code.visual
66
66
67
67
For detailed release notes, please see [CHANGELOG.md](CHANGELOG.md).
68
68
69
-
### 0.4.2
69
+
### 0.4.3
70
70
71
-
- update of illustration figures in this README
71
+
- update of `orca.tmLanguage.json` file for better syntax highlighting of the ORCA output file.
72
72
73
73
## TODO
74
74
@@ -80,7 +80,7 @@ For detailed release notes, please see [CHANGELOG.md](CHANGELOG.md).
80
80
-[x] Add command for toggle collapse/expand the TOC view.
81
81
-[x] Add option to choose different highlight symbols for the TOC entries
82
82
-[ ] Update illustration figures in this README
83
-
-[] Update the `orca.tmLanguage.json` file to include more syntax definitions for the ORCA output file
83
+
-[x] Update the `orca.tmLanguage.json` file to include more syntax definitions for the ORCA output file
84
84
-[ ] Update the `patterns.json` file to include more regular expressions for parsing the ORCA output file
85
85
-[ ] Update the `keywords.json` file to include more keywords for replacing the matched text
0 commit comments