Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 29095 Details for
Bug 106426
Performance : need to delay class loading for DnD extension
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch for javascript.ui
org.eclipse.wst.javascript.ui.106426.patch (text/plain), 1.02 KB, created by
Nitin Dahyabhai
on 2005-11-01 14:56:06 EST
(
hide
)
Description:
patch for javascript.ui
Filename:
MIME Type:
Creator:
Nitin Dahyabhai
Created:
2005-11-01 14:56:06 EST
Size:
1.02 KB
patch
obsolete
>Index: src/org/eclipse/wst/javascript/ui/internal/editor/JSEditor.java >=================================================================== >RCS file: /home/webtools/wst/components/javascript/plugins/org.eclipse.wst.javascript.ui/src/org/eclipse/wst/javascript/ui/internal/editor/JSEditor.java,v >retrieving revision 1.24 >diff -u -r1.24 JSEditor.java >--- src/org/eclipse/wst/javascript/ui/internal/editor/JSEditor.java 10 Oct 2005 22:47:49 -0000 1.24 >+++ src/org/eclipse/wst/javascript/ui/internal/editor/JSEditor.java 1 Nov 2005 10:43:40 -0000 >@@ -939,7 +939,7 @@ > int operations = DND.DROP_COPY | DND.DROP_MOVE; > DropTarget dropTarget = new DropTarget(control, operations); > >- ExtendedEditorDropTargetAdapter dropTargetAdapter = new ExtendedEditorDropTargetAdapter(); >+ ExtendedEditorDropTargetAdapter dropTargetAdapter = new ExtendedEditorDropTargetAdapter(true); > dropTargetAdapter.setTargetEditor(this); > dropTargetAdapter.setTargetIDs(getConfigurationPoints()); > dropTargetAdapter.setTextViewer(getSourceViewer());
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 106426
:
29094
| 29095