error in SQL Editor

jto

Member²
Hello,
I've just experienced incorred SQL editor behaviour in PL/SQL Developer
Version 6.0.5.926 (MBCS)
xxxxxx - 10 user license
Windows XP version 6.0 (build 2600) Service Pack 2

Test case
1, open SQL window (or test window...)
2, write:
select '1','2' from dual

3, mark the characters from 1 to 2 (including the digits)

4, press Enter

instead of getting
select '
' from dual

I got
select '1','2
1','2' from dual

Can you reproduce it?
Can it be fixed?

best regards
Jiri
 
Jiri,

Works OK for me on this config ....

PL/SQL Developer
Version 6.0.4.906 (MBCS)
Windows 2000 version 5.0 (build 2195) Service Pack 4

Maybe a Windoze problem ;-)

Regards,
D.
 
Do you perhaps use a Plug-In like SmartEd or PL/Shortcuts? If so, can you disable them (Tools > Configure Plug-Ins), restart PL/SQL Developer, and try again?
 
Originally posted by Marco Kalter:
Do you perhaps use a Plug-In like SmartEd or PL/Shortcuts? If so, can you disable them (Tools > Configure Plug-Ins), restart PL/SQL Developer, and try again?
you are right - it's SmartEd. Sorry for the accusal! ;)

best regards
Jiri
 
Back
Top