Differences From Artifact [e2efaff8cb]:
- File src/natools-s_expressions-printers-pretty.adb — part of check-in [a94c289c5f] at 2014-02-04 19:17:32 on branch trunk — s_expressions-printers-pretty: fix cursor updates in single-line quoted string atoms (user: nat, size: 36598) [annotate] [blame] [check-ins using]
To Artifact [b778534f67]:
- File src/natools-s_expressions-printers-pretty.adb — part of check-in [528e853e08] at 2014-02-06 22:20:13 on branch trunk — s_expressions-printers-pretty: fix quoted encoding size estimation on inserted newlines (user: nat, size: 36602) [annotate] [blame] [check-ins using]
︙ | |||
393 394 395 396 397 398 399 | 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 | - + | if not Single_Line and then Width > 0 and then Cursor > 1 and then (New_Cursor > Width + 1 or else (New_Cursor = Width + 1 and then I + 1 in Data'Range |
︙ |