(removed)
MV - (removed)
● ARCHIVED · READ-ONLY
-
-
Are you talking about if you have something like this:
Text Line1 StuffText Line2 Stuffit will appear like this?
Text Line1 StuffText Line2 Stuffinstead of like this?
Text Line1 Stuff Text Line2 StuffIf so, that's intention and has been that way since the start. This is because not all languages use spaces (such as Japanese, Chinese, Korean) and the wordwrap would cause problems for them otherwise. -
how about some plugin parameter to switch between the behavior. i also think that using wordwrap is a hassle because of that issues.Are you talking about if you have something like this:
Text Line1 StuffText Line2 Stuffit will appear like this?
Text Line1 StuffText Line2 Stuffinstead of like this?
Text Line1 Stuff Text Line2 StuffIf so, that's intention and has been that way since the start. This is because not all languages use spaces (such as Japanese, Chinese, Korean) and the wordwrap would cause problems for them otherwise.
using plugin parameter to switch between those two behavior will accomodate for both english and non english language user.
so if parameter is set to true:
Text Line1 Stuff
Text Line2 Stuff
will appear like this?
Text Line1 Stuff Text Line2 Stuffif false
Text Line1 StuffText Line2 Stuffand please also make the message work like that too. :D .
not just description only. -
(removed)