Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT breaks Web Tools Editors
CDT breaks Web Tools Editors [message #175925] Fri, 01 September 2006 21:00 Go to next message
Eclipse UserFriend
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.initializeDragA ndDrop(AbstractTextEditor.java:2485)
at
org.eclipse.ui.texteditor.AbstractTextEditor.createPartContr ol(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
Re: CDT breaks Web Tools Editors [message #176197 is a reply to message #175925] Thu, 07 September 2006 05:18 Go to previous messageGo to next message
Eclipse UserFriend
>
> Is it possible to
> - either backport this fix to the current stable
> - or get the dev-line to coexist with the Web Tools?
>

Hi,
that's probably my fault and I will look into it ASAP.
A backport of the fix for *.C files is not possible at
the moment, but I will make sure that the text DnD feature
is restricted to the CEditor only so that the HEAD version
can coexist with the Web Tools.

Thanks for bringing this issue to my attention.

Toni
--
Anton Leherbauer
Wind River CDT Team, Austria
Re: CDT breaks Web Tools Editors [message #176362 is a reply to message #176197] Mon, 11 September 2006 18:02 Go to previous message
Eclipse UserFriend
Anton Leherbauer schrieb:
> A backport of the fix for *.C files is not possible at
> the moment, but I will make sure that the text DnD feature
> is restricted to the CEditor only so that the HEAD version
> can coexist with the Web Tools.

Thanks for your efforts!
Just tried the new Integration build
http://download.eclipse.org/tools/cdt/builds/4.0.0/I.I200609 110500/index.html

with this this Problem is resolved.

Hermann
Previous Topic:task tags
Next Topic:Wiki based FAQ
Goto Forum:
  


Current Time: Sat Jun 07 05:33:08 EDT 2025

Powered by FUDForum. Page generated in 0.04037 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top