Ctrl+C does not work in v.7.1.1

mottom

Member
Can not use ctrl+C (or Edit->Copy or rightclick->copy) for copying content of table to another window (eg Excel or another PLSQLDeveloper window).
The same for copying view/edit of table or other definition parameters.

Caution!
Could be it caused by trial version (19 days left)?
Version 7.1.1.1339
Windows XP Professional 5.1 Build 2600 (Dodatek Service Pack 2)

I hadn't such problem with version 7.0.3.1123
 
Gee, I don't see a problem (though I'm not running the trial version).

I did a SELECT, then clicked on the left-most empty box in the results window (left of the column names) to select all rows and columns. Then pressed Ctrl-C. I could then past the value back into PSD or Excel.
 
Works fine for me too, and it should work regardless of the trial status. Can you let me know exxactly what you were trying to copy?
 
Same problem:
1) Open SQL window.
2) Execute select * from dual
3) On result grid - click on left upper field - First row is now selected.
4) Press Ctrl+C or right click and point to Ctrl+C
5) Click back to query part of window and press Ctrl+V
6) nothing happend

I have PL/SQL Developer Version 7.1.1.1339. When I rollback to version 7.0, copy and paste works fine.
 
Still works fine for me, but I assume there must be something wrong. Can you send me your preference set? Just go to the Preferences\ subdirectory in the PL/SQL Developer installation directory and add the files to a zip file.
 
I also have copy/paste problems now and then. Unfortunately I cannot reproduce the problem at will.

To me it happens in the program window when I'm editing a package for example. I select some text, copy/cut and then nothing happens when I try to paste the selected text. When I immediately copy/paste again, it does work.

Strange...
 
Hi all... I have solved my problem.
Go to Tools->Preferences->User Interface-> Fonts and UNCHECK "include font style with copy"
 
Back
Top