Menu

#177 Formatted in break line only space

None
closed-wont-fix
formatter (13)
5
2026-01-25
2023-09-27
No

Delphi's native formatter can't do this type of formatting, can Gexpert do it ?

Example breaks with 32

If Table1.fieldbyName('campo').Asstring = varcampo then

With the formatting it looks like this

If Table1.fieldbyName('campo').
Asstring = varcampo then

But I would like training to stay like this
I would only break when there is a space

If Table1.fieldbyName('campo').Asstring
= varcampo then

Discussion

  • Thomas Mueller

    Thomas Mueller - 2025-05-05

    I think this is about inserting a line break if the maximum line length is reached.

     
  • Thomas Mueller

    Thomas Mueller - 2025-05-05
    • labels: --> formatter
     
  • Thomas Mueller

    Thomas Mueller - 2026-01-25
    • status: open --> closed-wont-fix
    • assigned_to: Thomas Mueller
     
  • Thomas Mueller

    Thomas Mueller - 2026-01-25

    That's already implemented like you requested. Why didn't you just test it?

     

Log in to post a comment.

MongoDB Logo MongoDB