7.1.2.1362: Drag & Drop doesn't work anymore

trimo

Member
Hi all,
with upgrading to the new version drag and drop of a file from the explorer to SQLDeveloper doesn't work anymore! :confused:
When trying it only the "stop"-symbol occurs.

Can you please enable this feature again as soon as possible?!?!?!

Another feature would be VERY helpfull: Extend the "File/open" list with an entry "any file" which doesnt restrict the choose of a file by the ending.
In the moment I choose "File/open/sql" but I want to load distinct file-types. But when I choose sql, tst, pck, ... files all of them are opened as sql-files. This isn't very comfortably.
The files should be opened in the same windowtype as the file-ending describes.

Thanks Trimo
 
I estimated the same problem. Drag and drop is not working.

Please fix!!
Also in Version 1362a.

thx;
 
Also some oddness with drag-an-drop from table...

create a SQL window and type

Code:
select * from emp
now drag a table from the browser and drop it just before 'emp' and and pick 'Name' from the context menu.

Table name will be inserted with a line break, causing 'emp' to fall to the next line.
 
Back
Top