#161 fix seems to break my usage of SynEdit. Not now, cause I am currently at Delphi 10.1 and the fix is disabled, but probably in the future if I upgrade. I am using SynEdit to display the tabular data generated by the program and lines can potentially be very long. As far as I understand the fix it forcibly turns on Wordwrap if finds a line longer than 10000. This will break the table formatting for me. I understand that my case is rare so I propose to leave the behavior as is if it really speeds up the loading. All I need is a possibility to disable this fix with some flag, or maybe make 10000 a variable and allow 0 to disable the feature.
Also a minor issue: in 10.1 I get a warning from a compiler on unused variable 'I' cause the code using it is disabled in 10.1.
#161 fix seems to break my usage of SynEdit. Not now, cause I am currently at Delphi 10.1 and the fix is disabled, but probably in the future if I upgrade. I am using SynEdit to display the tabular data generated by the program and lines can potentially be very long. As far as I understand the fix it forcibly turns on Wordwrap if finds a line longer than 10000. This will break the table formatting for me. I understand that my case is rare so I propose to leave the behavior as is if it really speeds up the loading. All I need is a possibility to disable this fix with some flag, or maybe make 10000 a variable and allow 0 to disable the feature.
Also a minor issue: in 10.1 I get a warning from a compiler on unused variable 'I' cause the code using it is disabled in 10.1.