Menu

#95 strange line breaks

open
nobody
None
3
2005-10-19
2005-02-28
No

the following line is wrapped very strange. Why?

SYS.ShowIt(Sender, TArtikelPreiskalkulation,
ArtikelPreiskalkulation,
'ArtikelPreiskalkulation', FALSE,
NIL);

Discussion

  • Anthony Steele

    Anthony Steele - 2005-03-12
    • priority: 5 --> 3
     
  • Anthony Steele

    Anthony Steele - 2005-03-12

    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..."

     
  • Anthony Steele

    Anthony Steele - 2005-09-14

    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.

     
  • Anthony Steele

    Anthony Steele - 2005-09-14
    • status: open --> pending
     
  • SourceForge Robot

    • status: pending --> closed
     
  • SourceForge Robot

    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).

     
  • Carsten Schuette

    Logged In: YES
    user_id=689612

    well, it is not. the line length is set to 80. so the breaks are
    wrong.

     
  • Carsten Schuette

    • status: closed --> open
     
  • Anthony Steele

    Anthony Steele - 2005-11-24

    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);

     
  • Anthony Steele

    Anthony Steele - 2005-11-24

    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'

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.