xojo-format-code icon indicating copy to clipboard operation
xojo-format-code copied to clipboard

Track current column and wrap long lines where able

Open jcowgar opened this issue 12 years ago • 0 comments

For example:

If ageOfPerson > 18 And countryHasMilitary = True And militaryAge = 18 And person.WantsToJoinMilitary = True Then

Should become something like:

If ageOfPerson > 18 And countryHasMilitary = True And _
    militaryAge = 18 And person.WantsToJoinMilitary = True Then

jcowgar avatar Jul 24 '13 13:07 jcowgar