Fixes paste action in editor windows.
Review Request #579 - Created May 5, 2012 and submitted
Ima Mechanique | Reviewers | ||
https://bitbucket.org/ImaMechanique/vwr-20553 | viewer | ||
VWR-20553 | |||
None | viewer-release |
Fixes paste action in editor windows (notecards, scripts, etc.) so that pasting text is a single action as far as Undo is concerned. This is an updating of Satomi Ahn's patch to work with v3.3.1.
Tried pasting/undoing.
Review request changed
Updated (May 5, 2012, 8:06 p.m.)
- changed from to https://bitbucket.org/ImaMechanique/vwr-20553
Posted (May 11, 2012, 6:20 a.m.)
-
indra/llui/lltexteditor.h (Diff revision 1) -
It would be much clearer when reading calls to this method if the parameter were an enum rather than a boolean. Consider the readability difference between: addLineBreakChar(FALSE); and addLineBreakChar(DoNotGroupLines);
Review request changed
Updated (May 13, 2012, 10:15 p.m.)
-
- added Diff r2
Updated diff, with comments, to address readability.
Review request changed
Updated (Jan. 14, 2013, 12:49 p.m.)
- changed from pending to submitted
Other reviews