01-29-2018 02:42 PM - edited 01-29-2018 02:43 PM
When including a third party source code file in my project I encounter the following problem:
Seven years ago I filed a product suggestion to improve this editor line length limit, but the suggestion is still under consideration
01-30-2018 04:04 AM
Maybe it's simply a problem of CR vs LF with files created on a Mac or Linux ? See the command unix2dos. I doubt many programmers write lines that long. Or maybe it's generated code.
01-30-2018 04:48 PM
Hi,
I happen to have the GNU Scientific Library in my project folder, and some of its files indeed are longer than the 1020 character limit - so it is not a question of CR LF.
Of course there are workarounds, but the more elegant approach would be a less restricted CVI...