> Source:
>
>      crescendo(EventParameterDialog::
>                tr("Half-wave crescendo - set %1 rising from min to max"
>                   "in a half sine wave contour"),
>                false);
>
> Produces string:
>
>
>      Half-wave crescendo - set %1 rising from min to maxin a half [...]
>
> I puzzled over what the hell "maxin" and "minin" were supposed to mean,
> and then I realized what happened.  No space.
>
> This is why I strongly prefer to write strings inside a single set of
> quotation marks, no matter how long the line is.

I apologize.  I did check the long strings for space errors, but I missed
that one (and 3 others that I have caught now).  I have fixed those and
replaced the other line-split strings with long unsplit strings, and I'll
commit that.

My editor wants to wrap them anywhere it sees space, which breaks the
code, so I felt there were error opportunities either way.

        Tom Breton (Tehom)



------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Rosegarden-devel mailing list
[email protected] - use the link below to unsubscribe
https://lists.sourceforge.net/lists/listinfo/rosegarden-devel

Reply via email to