Boris Eng

Results 6 issues of 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...

enhancement

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...

bug

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...

bug

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...

enhancement

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...

ok to review
vscode
lsp-server

Closes #354 The formatting could be improved (it is naive) and is not well displayed for groups. ![2025-06-02_15-33](https://github.com/user-attachments/assets/5d981eec-f43f-40b0-b7aa-70f7311e7e6a) ![2025-06-02_15-34](https://github.com/user-attachments/assets/856386c8-4fc6-4e61-8a92-abf03e1c6e5f)

lsp-server