Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Eclipse plugin - Property window vanished

superfox_il_volpone
507 Views
Hi,
I installed the Intel plugin for Eclipse CDT 8, but I am not able to see the property window for  some projects, under the tab C/C++ build after having attempted to resize the window itself, substituted by a blank useless split.
This is how it should appear: http://postimage.org/image/b4ikvs92d/
and this is how actually appears: http://postimage.org/image/8zbh1t2wv/

I am using Eclipse 4.2 with CDT 8.1, and icc -v
icc version 12.1.3 (gcc version 4.6.0 compatibility)

to reproduce the bug:
right click on a c++ project -> go to c/c++ build -> tool chain editor -> select the intel toolchain
then go to settings -> optimisation -> try to resize the window and the split takes its place..

Now I cannot access the properties of the project where the bug took place,  so it would be nice a method to "reset" the previous view.

Regards
- sfox 
0 Kudos
5 Replies
superfox_il_volpone
507 Views
Adding the eclipse configuration: http://pastebin.com/D246hMMP
0 Kudos
Georg_Z_Intel
Employee
507 Views
Hello,

it's the first time I'm seeing this and it looks more like a general GUI issue.

As a quick shot: Could you try with setting
  $GDK_NATIVE_WINDOWS=1
before launching Eclipse? There are window managers that don't work well with Eclipse GUI, and vice versa.

If this does not help, would you please let us know about the OS and the window manager you're using?

Thank you & best regards,

Georg Zitzlsberger
0 Kudos
superfox_il_volpone
507 Views
Hi George,
the trick did not work. I am on gentoo with gnome-shell 3.4 - mutter/clutter, which it is actually reported to have issues here~. I'm going to make an attempt with a different wm.

Regards
- sfox

0 Kudos
William_H_Intel3
Employee
507 Views
The Intel 12.1 product does not provide support for Eclipse 4.2/CDT8.1 Juno release.  It supports the Eclipse 3.7/CDT8.0 Indigo release.  The same is true of our Intel 13.0 release.  We are looking at adding support for Juno in a future Intel 13.0 update.

Hope this helps,

Bill
0 Kudos
William_H_Intel3
Employee
507 Views
The Intel 12.1 product does not provide support for Eclipse 4.2/CDT8.1 Juno release.  It supports the Eclipse 3.7/CDT8.0 Indigo release.  The same is true of our Intel 13.0 release.  We are looking at adding support for Juno in a future Intel 13.0 update.

Hope this helps,

Bill
0 Kudos
Reply