GNOME Bugzilla – Bug 781875
canvas-item: Don't wrap after . immediately followed by numbers
Last modified: 2017-05-04 08:38:27 UTC
This was basically already brought up in https://bugzilla.gnome.org/674924 but there was another issue mentioned on that bug that was fixed at the time. I am hoping that five years later, the maintainer will reconsider.
Created attachment 350608 [details] [review] canvas-item: Don't wrap after . immediately followed by numbers https://launchpad.net/bugs/942539
Review of attachment 350608 [details] [review]: Sounds reasonable. Can you expand the commit description before commiting a little? Mentioning more or less the reasoning and what the current code was doing.
Created attachment 350643 [details] [review] canvas-item: Don't wrap after . immediately followed by numbers Nautilus allowed line wrapping for filenames after a . or _ The code made an exception for version numbers, but it was too rigid and broke things like Ubuntu's 12.04 version numbering. This relaxes the exception so that the line isn't wrapped for a . or _ immediately followed by any numbers. https://launchpad.net/bugs/942539
Review of attachment 350643 [details] [review]: LGTM thanks! Feel free to backport to any version you are interested in.
Attachment 350643 [details] pushed as 1ca554b - canvas-item: Don't wrap after . immediately followed by numbers