Author: yradtsevich
Date: 2008-12-16 08:27:33 -0500 (Tue, 16 Dec 2008)
New Revision: 12620
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/dnd/ScrollingSupport.java
Log:
CODING IN PROGRESS - issue JBIDE-3029: DND doesn't work correctly for components.
Description: If I can't see all page, I can't drag and drop an element from, for
example, bottom to top or vice versa.
https://jira.jboss.org/jira/browse/JBIDE-3029
Minor changes: comments changed.
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/dnd/ScrollingSupport.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/dnd/ScrollingSupport.java 2008-12-16
13:24:44 UTC (rev 12619)
+++
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/dnd/ScrollingSupport.java 2008-12-16
13:27:33 UTC (rev 12620)
@@ -18,7 +18,7 @@
/**
* The class {@code ScrollingSupport} enables support of window
- * scrolling of VPE editor during Drag and Drop sessions.
+ * scrolling in VPE during Drag and Drop sessions.
*
* @author yradtsevich
*/