All notable changes to the "vscode-isg-cnc" extension will be documented in this file
Check Keep a Changelog for recommendations on how to structure this file Types of changes
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
- Add function to search for all toolcalls
- Fix syntax highlighting for nc MOD operator
- #RT CYCLE command Issue #12 reported by lukashettler
- SYN snippet after #WAIT and #SIGNAL command Issue #12 reported by lukashettler
- Add 'U','V','W' to syntax highlighting coordinates
- Added galleryBanner in package.json
- Syntax highlighting of coordinates with '+' (e.g. X+10) Issue #12 reported by lukashettler
- Syntax highlighting of SYN after #WAIT and #SIGNAL command Issue #12 reported by lukashettler
- Added NC labels to syntax highlighting
- Added extension documentation
- Added visual studio code market and open vsx registry to the action main.yml
- Fixed startnumber for adding blocknumbers didnt work
- Fixed adding or renumber blocknumbers in conjunction with nc labels
- Fixed format code issue. Sometimes the current position was wrong calculated
- Fixed format code issue. Formating in conjunction with blocknumbers Issue #10 reported by AurelWM
- Added snippets for isg cnc cycle error definition files
- Fixed format code, add blocknumbers, remove blocknumbers function for nc labels (example N10:) Issue #6 reported by AurelWM
- Fixed typescript issues and namespace convention
- Removed unused files
- Removed gitlab files
- Fixed aliases for language selection list. Now you can select CNC or List format
- Fixed some type warnings
- More Tags for the Marketplace
- Simplified the StartDocu and GetContextbasedSite function to start browser with search url
- Example Url for the documentation setting
- IsNumeric return typ from any to number
- Color for numbers in the light theme for better reading
- PI detection for syntax highlighting
- Comment issues with parens in comment
- Syntax highlighting for comments with #COMMENT BEGIN and #COMMENT END (only blocknumbers and whitespaces are allowed before comment commands)
- Start of the isg cnc documentation on linux
- Typescript linting errors
- Optimized syntax highlighting for parameter, value, comment
- Optimzed colors for better reading in dark and light theme
- Syntax highlighting for comments with "/* */"
- Colors for light and dark theme for comments and values
- Parameter and value recognition in list files
- Support list files
- Finding non ASCII Characters
- Syntax highlighting for L CYCLE command
- Add document formating
- Recognize closing brackets for comments
- Powershell call opening documentation in browser
- Add #GANTRY commands
- Now recognizing commands with multiple whitespaces also
- Extended DIST PROG START choice
- Wrong highlighting for line comment semicolon ";"
- Wrong highlighting for operators
- Changed Keybinding to strg+i + second shortcut, because for example strg+s is colliding with file save
- Start with sourcecontrol git
- Add file offset info box
- Syntax highlighting extended to "\b" for not detected words. Fixed constants detection
- changed color schemes for constants to bold and italic
- Update dependencies
- Cleanup code and formatted
- Optimize and changed keybindings, because some similar keybindings blocked our keybindings
- Add/Replace block numbers
- Change document variable from let to const
- Add missing highlighted commands
- Wrong highlighted commands
- Better readable colors for light and dark theme
- Add hashtag commands
- Add context menu for isg-cnc documents
- Syntax highlighting failure
- #channel command snippet and highlighting
- Add snippets for all g-code and m-code
- Add extensions .plc and .sub
- Add images
- Change README.md
- Change standard encoding to windows1252
- Adding missing hashtag commands
- G04 snippet
- First try to use utf-8, if this fails then change to windows-1252
- Add online documentation support
- Colorized document tag after variable
- (...\n will not be recognized as comment
- Adding color themes
- Initial release of the extension for testing