TCC 11.00.37 Windows XP [Version 5.1.2600]
TCC Build 37 Windows XP Build 2600 Service Pack 3
When running inside a Take Command frame, using copy/paste from the window
generates extra blank lines during the paste. The example below shows the
problem, but I'm actually getting it during a PVCS file checkin. My version
histories in that case are double spaced, which causes some amount of
mocking of me and trouble on my part.
If I detach the tab, the same procedure does not generate the extra blank
lines.
.) As an attached tab:
D:\>for /l %h in (1,1,3) do echo echo line %h
echo line 1
echo line 2
echo line 3
.) Use the mouse to mark the three lines, and right-click / Copy. Then
right-click / Paste. Notice below the extra blank lines before lines 2 and
3?
D:\>echo line 1
line 1
D:\>
D:\>echo line 2
line 2
D:\>
D:\>echo line 3
line 3
D:\>
D:\>
.) Now I detach the tab and right-click / Paste immediately:
D:\>echo line 1
line 1
D:\>echo line 2
line 2
D:\>echo line 3
line 3
D:\>
--
Jim Cook
2010 Sundays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Monday.
TCC Build 37 Windows XP Build 2600 Service Pack 3
When running inside a Take Command frame, using copy/paste from the window
generates extra blank lines during the paste. The example below shows the
problem, but I'm actually getting it during a PVCS file checkin. My version
histories in that case are double spaced, which causes some amount of
mocking of me and trouble on my part.
If I detach the tab, the same procedure does not generate the extra blank
lines.
.) As an attached tab:
D:\>for /l %h in (1,1,3) do echo echo line %h
echo line 1
echo line 2
echo line 3
.) Use the mouse to mark the three lines, and right-click / Copy. Then
right-click / Paste. Notice below the extra blank lines before lines 2 and
3?
D:\>echo line 1
line 1
D:\>
D:\>echo line 2
line 2
D:\>
D:\>echo line 3
line 3
D:\>
D:\>
.) Now I detach the tab and right-click / Paste immediately:
D:\>echo line 1
line 1
D:\>echo line 2
line 2
D:\>echo line 3
line 3
D:\>
--
Jim Cook
2010 Sundays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Monday.