Fixed for next beta.
From: Rich J. [mailto:bounce-rjesse@toadworld.com]
Sent: Monday, April 06, 2015 5:28 PM
To: toadoraclebeta@toadworld.com
Subject: RE: [Toad for Oracle - Beta Discussion Forum] Copy from Editor with RTF removes chars after tabs
RE: Copy from Editor with RTF removes chars after tabs
Reply by Rich J.
Triple weirdness – looks like this might be back, at least in .67 and .68. With this in my Editor:
SELECT
'GO',
'BADGERS!'
FROM DUAL;
DELETE FROM mytable1
WHERE NOT EXISTS
(
SELECT 1
FROM mytable2
WHERE
col1column = col2column
);
…it pastes into Word as:
SELECT
'GO',
'BADGERS!'
FROM DUAL;
DELETE FROM mytable1
WHERE NOT EXISTS
(
SELECT 1
FROM mytable2
WHERE
column = col2column
);
The indentations are really TABs. The SELECT retains its tabs, while the WHERE clause does not (’[CHR9]col1column’ gets truncated to ‘column’).
Thoughts?
TIA!
Rich
To reply, please reply-all to this email.
Stop receiving emails on this subject.
Or
Unsubscribe from Toad for Oracle - Beta notifications altogether.
Toad for Oracle - Beta Discussion Forum
Flag
this post as spam/abuse.
