- 29.11.2022 VitalyRuhl
- Correct some bugs in regex for syntax-highlighting
- Theme -> Add more compatibility to other languages
- Add more compatibility to other Themes (e.g. material-theme)
- 28.11.2022 VitalyRuhl
- Add own dark theme based on GitHub (Dark Classic) VS Code theme from BerriJ
- Some bugfixes in regex for Keywords
- 12.11.2022 VitalyRuhl
- Update dependencies
- Bome bugfixes
- Bugfix on snippets
- 25.01.2022 VitalyRuhl
- Bugfix trailing whitespace before
-
- 23.01.2022 VitalyRuhl
- Add folding between
{region xxxx}
and{endregion xxxx}
- Add Nesting between
{region xxxx}
and{endregion xxxx}
- Auto closing brackets in strings and comments.
- Remove unused dependency with dependabot alert.
- Add wordPattern and indentationRules into language configuration.
- <fix bug - issue #13, formatter formats dashed variable
foo-bar
-->foo - bar
- Version issue with format problem on <>, =<, =>, == was published with greater version
- 02.11.2021 VitalyRuhl
- Add Code-Blocks for Nesting and Folding in code without keywords
- Add Snipped cb# : add new Code-Block
- Add Snipped func# : add new empty Function
- correct some spelling mistakes
- remove debugging settings
- correct
.vscodeignore
, and Release it as ready
- 2021.10.29 VitalyRuhl
- correct some spelling mistakes
- debug per default
off
, insteadon
- correct
.vscodeignore
- 2021.10.29 VitalyRuhl
- automatic increased number on publish (my mistake)
- 2021.10.28 VitalyRuhl
- fixed bug on escaped string end
tmp="\\share\";
- Add some missing formatting rules
- 2021.10.28 VitalyRuhl
- Add Formatting Function
- New Keybinding (
strg+shift+alt+i
) for quickformat in all documents - Add Format on .vbi with standard
shift+alt+F
- Add some settings for formatting feature
- 2020.07.22 VitalyRuhl
- Add and test all Intouch Keywords
- 2020.07.03 VitalyRuhl
- Correct links to Marketplace
- 2020.07.02 VitalyRuhl
- Publish Beta Release on VSC-Marketplace
- Fixing some bugs, Beta Release
- Bug: {region and #region - folding does not work}
- Bug: in comments with Strings: --> 21.06.2020 fixed (V0.0.5)
- Bug: String termination: --> 21.06.2020 fixed (V0.0.5)
- Bug: Keywords bug: --> 21.06.2020 fixed (V0.0.5)
- Bug: Not all strings are recognized --> 21.06.2020 fixed (V0.0.4)
- Bug: Comments are not recognized --> 05.06.2020 fixed (V0.0.3)
- Initial Release