Hi,
as there any option in the lazarus source code editor to wrap long lines?
Or is there any possibility to write a long source code text row in multiplex rows?
In other languages it works with an "\" at the end of the line, e.g.
char* s = "sfgsdfg \
asdfasdf\
sadfsdf";
Or sometimes with an "_" at the beginning. But in freepascal it doesn't seem to work.
Some code editors have an option to handle long lines, which is for me the most comfortable way to code...
Thanks,
Markus