Boris Eng
Boris Eng
In the [GnuCOBOL doc](https://get-superbol.com/gnucobol/manual/chapter2.html#debug-switches), a `-fdebugging-line` option is defined for debugging. The `D` indicator (in the 7th column) is recognised by the LSP but not the `>>D` directive (which exists...
If I understand correctly, the program in `src/lsp/superbol_free_lib/command_texi2rst.ml` generates the `sphinx/commands.rst` file. It is a minor issue but the generated file generate warnings because it does not perfectly follow the...
In the following program: ```cobol environment division. configuration section. repository. function all intrinsic. special-names. C01 is one-page. input-output section. file-control. ``` the keyword `special-names` produces an `Invalid Syntax` error with...
Closes #114 and completes FR176 on SourceForge. A new directive `>> IMP INCLUDE FILE_1 ... FILE_n` is introduced, allowing to include multiple C headers. Only files with name finishing by...
In `src/vscode/superbol-vscode-platform/settings.ts` there is an occurrence of `display-variable-attributes` , `gdb-path` and `libcob-path`: ```ts public get displayVariableAttributes(): boolean { return this.debugSettings.get("display-variable-attributes"); } public get gdbpath(): string { return this.debugSettings.get("gdb-path"); } public...
Closes #354 The formatting could be improved (it is naive) and is not well displayed for groups.  