Don't hard-code the length of the warnings range to 8, it clutters up
the text editor a lot. Just use a one-char warning indicator.
That also makes the warning show up at the "correct location", not
somewhere seemingly random.
brauch | |
flherne |
KDevelop |
Don't hard-code the length of the warnings range to 8, it clutters up
the text editor a lot. Just use a one-char warning indicator.
That also makes the warning show up at the "correct location", not
somewhere seemingly random.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
(as on IRC) I like this - the error location is clearer than with the large underline, and it reduces the clutter when editing oddly-formatted files.