[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.cdt] CDT breaks Web Tools Editors

Hello all,

The current *developement* line of CDT (either 3.1.1 or 4.0.0) causes a SWT bug and thus breaks
the Structured Text editors of the Web Tools, i.e. the HTML, XML, JavaScript and CSS editors.

!MESSAGE Cannot initialize Drop
!STACK 0
org.eclipse.swt.SWTError: Cannot initialize Drop
        at org.eclipse.swt.dnd.DND.error(DND.java:247)
        at org.eclipse.swt.dnd.DND.error(DND.java:208)
        at org.eclipse.swt.dnd.DropTarget.<init>(DropTarget.java:153)
        at
org.eclipse.ui.texteditor.AbstractTextEditor.initializeDragAndDrop(AbstractTextEditor.java:2485)
        at
org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:2565)
....

This Exception appears whenever you try to create/open some of this Editor windows.
The Bug Report is here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=152904



"so why can't you use the stable CDT"...?
There is a rather serious problem: The current stable doesn't handle *.C files correctly in
C++ projects as C++ source. This completely defeats the search feature (F3 and ctr-F3), which
is absolutely vital in larger projects. So this problem should be considered high priority!

See the following Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=132201


Is it possible to
  - either backport this fix to the current stable
  - or get the dev-line to coexist with the Web Tools?

thanks,
Hermann Vosseler