Author: scabanovich
Date: 2008-04-03 11:19:36 -0400 (Thu, 03 Apr 2008)
New Revision: 7299
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java
Log:
JBIDE-1836
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java 2008-04-03
15:18:37 UTC (rev 7298)
+++
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/jspeditor/JSPTextEditor.java 2008-04-03
15:19:36 UTC (rev 7299)
@@ -742,11 +742,7 @@
DropTarget target = new DropTarget(getSourceViewer().getTextWidget(),
DND.DROP_MOVE | DND.DROP_COPY);
Transfer[] types = new Transfer[] {
- /*
- * Added by Dzmitry Sakovich (dsakovich(a)exadel.com) Fix for
- * JBIDE-1836
- */
- // ModelTransfer.getInstance(),
+ ModelTransfer.getInstance(),
HTMLTransfer.getInstance(), TextTransfer.getInstance(),
FileTransfer.getInstance() };
target.setTransfer(types);
Show replies by date