Hans Peter de Koning
Hans Peter de Koning
Akash, I was just going to reply that Sensmetry’s SysIDE has implemented LSP support. It works very well in their VSCode deployment and provides an excellent start for more development....
Indeed, the folder libs_baseline_release-2024-12 with .sysml files is a leftover used in regression testing for refactoring of the tool_support/quantities_lib_generator in March 2025. The folder will be deleted from the repository...
Pushed a fix for incorrect call to and body of `GrammarProcessor.report_checks` that caused `report_checks` to be called twice for textual-bnf and once for graphical-bnf syntaxes.
@seidewitz In the meantime, I discovered and fixed a bug in Drawio Desktop (SMC variant) that caused incomplete export of PDF files and subsequent incorrect conversion to SVG files. This...
> Actually, it seems that `lxml-xml` may actually be necessary in some form. I am now getting the following error: Aargh, yes I forgot. Need to install package lxml in...
> > Aargh, yes I forgot. Need to install package lxml in the Python environment to perform look-up inside SVG files. > > Once I install `lxml`, I can run...
> In the meantime, I discovered and fixed a bug in Drawio Desktop (SMC variant) that caused incomplete export of PDF files and subsequent incorrect conversion to SVG files. This...
New set of SVG symbols pushed. This fixes a number of broken SVG symbols in files: - `tool-support/bnf_grammar_tools/tests/KerML_and_SysML_grammars/SysML-graphical-bnf.html` - `tool-support/bnf_grammar_tools/tests/KerML_and_SysML_grammars/SysML-graphical-bnf-corrected.html`
The above two commits are due to correcting a few minor mistakes in diagnostic reporting and documentation. Also removed a spurious debugging setting. There is no change in functionality.