Bug with Paste

braykov

Member³
Can not paste with CTRL+V when defining columns in the "Edit Table ..." window.
I tried pasting in Type, Default and Comments fields without success.

Version: 7.1.1.1339
 
That's what I did:
1) Start creating a new table - enter some fields
2) Add a primary key
3) Go back to Fields page and add some comments
4) Create the table
5) Continue modifying it - add more comments

I tried copying and pasting comments but neither CTRL+C nor CTRL+V work.

UNFORTUNATELY I TRIED TO REPRODUCE NOW AND IT WORKS.
I will add to this topic if I find anything more particular.
10x
 
OK, you have a major problem with Copy/Paste

I worked with PLD intensively two days ago and after opening a saved SQL file and doing some editing, the Copy/Paste features stopped working at all.
This time I checked more thoroughly. It was not only the shortcuts but actually the buttons on the tool bar didn't work, or worked erroneously.
Here's how I tested it:
  1. First I opened a text editor used to check the actual contents of the clipboard
  2. Selected some part of my SQL and copied it using the button on the tool bar.
  3. Tried to paste it on another row, but nothing was pasted
  4. Repeated action 2) and tried to paste in the text editor -> nothing pasted.
  5. Copied some text from the external editor, pasted it there to be sure that text is in the clipboard -> of course successfully
  6. Went to PLD and tried to paste the text, again with the button -> nothing pasted.

I think this is enough evidence for me.
Have in mind that all of these steps I have also tested with the shortcuts -> didn't work as well.
Please, investigate!
 
Still problems with paste inside search box
in build 1381 :mad:

Also sometimes copying doesn't work.
When will this bi FINALLY fixed????
 
OK, here's what I'm currently doing:
1-Open the Find database object window and search for a string that is found inside a package body
2-Double click and the code is displayed. The first occurrence is selected.
3-Now I want also all other occurrences colored and to be able to move with F3 (find next). Since this is not possible, I copy the selected text and paste it inside the search box and press Find. OK

But when I repeat these steps, searching for another string in the database objects window. The copied form source text can not be pasted.
Please try this
 
Hmm, this seems to be caused by the fact that the code in the Program Window is read-only. We'll fix it.
 
Yea, you seem to be right.
But then why shouldn't CTRL+V work and right-click and Paste works?
Anyways, I can't wait for the fix. :rolleyes:
 
Back
Top