This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=66544
How far indented is it, and what are the settings for max
line length and "break lines that are longer..."
Logged In: YES
user_id=66544
Breaking the line after the commas is genrally favoured. The
number of lines that it is broken into should be controlled
by the max line length.
Logged In: YES
user_id=1312539
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
Logged In: YES
user_id=689612
well, it is not. the line length is set to 80. so the breaks are
wrong.
Logged In: YES
user_id=66544
OK, I had a look at thisw. With the origianl on one line, I
get it broken onto two lines, like
SYS.ShowIt(Sender, TArtikelPreiskalkulation,
ArtikelPreiskalkulation,
'ArtikelPreiskalkulation', False, nil);
Logged In: YES
user_id=66544
this comment system breaks long lines too. To make it clear,
the break that I got from the formatter was before the
string 'ArtikelPreiskalkulation'