OCamlPro / superbol-studio-oss

Open-Source part of SuperBOL Studio, including the Visual Studio Code extension and its LSP server
https://superbol.eu
Other
24 stars 13 forks source link

Improve accounting of columns in the presence of tabulation characters #68

Open nberth opened 1 year ago

nberth commented 1 year ago

At the moment, any tabulation character counts as one towards the right margin in fixed format code. Better accounting is needed to properly detect the portions of text that exceed the right margin (and to take tab-width configuration into account).

GitMensch commented 1 year ago

Note: The COBOL plugin may provide an own tab-with that is "area-based", at least some dialects do that. Obviously, it would be good to add that to GnuCOBOL first :-)