This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 179906 - Enhancing drag and drop abilities
Summary: Enhancing drag and drop abilities
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC All
: P1 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-27 05:18 UTC by Vitex
Modified: 2017-02-17 15:21 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitex 2010-01-27 05:18:23 UTC
I missing ability to drag and drop file/db items from side panel to editor. 

Result can be (path?/)filename, name of database or database/table/column etc. 

It will better than typing for IDE known things by hand.
Comment 1 Filip Zamboj 2010-09-15 12:30:44 UTC
batch reassigning
Comment 2 Xenos 2017-02-17 15:21:52 UTC
This looks to be resolved in NetBeans 8.2: you can drag an items from File side pannel and drop it in the editor.

Dropping a file on a HTML section will add an anchor with href refering to the dropped file.
Dropping a table on an edited file will add the table name.