I have a long SQL sequence that is truncated by a lot of '...'+'..'
i have the lines split not to make it too long but every time i press CTRL+D to format the source, delphi put them back on one line and I get a compilation error because the line is too long.
then i have to go back, and press the enter key to split the concatanation. Is there anyway to exclude a black of source code to be reformated?
Thanks.
P
i have the lines split not to make it too long but every time i press CTRL+D to format the source, delphi put them back on one line and I get a compilation error because the line is too long.
then i have to go back, and press the enter key to split the concatanation. Is there anyway to exclude a black of source code to be reformated?
Thanks.
P