This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
Eclipse Juno Build id: 20120614-1722, running on Windows XP 64-bit. Using the Classic theme.
Eclipse Juno gets this white bar when I open two editors side by side. Is anyone aware of a fix for this?
Perhaps answering my own question, this doesn't always happen: after closing and re-opening a couple of times I see it without the white bar.
I fixed this by closing and opening Eclipse again. This must be an intermittent issue because I haven't been able to reliably re-produce it. It may have been some combination of the perspective I was using, stretching Eclipse over two screens and high memory use.
Related
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
While working with eclipse, Microsoft technologies etc. I have come across many different terms like plug-in, add-on, snap-in, extension, etc.
I want to know what is the exact meaning of each of them? When is one used?
I think they are almost same and basically enhance the existing functionalities of software, However snap in a different one and applies to MS products only
plugin:In computing, a plug-in is a set of software components that
adds specific capabilities to a larger software application.
addon: addition: a component that is added to something to improve it;
(Snap-ins) The Microsoft Management Console (MMC) is a component of
Windows 2000 and later Windows NT-based operating systems that
provides system administrators and advanced users with a flexible
interface through which they may configure and monitor the system
Extension is same a addon but used for Google Chrome Browser while is addon is for Firefox.
Hope that helps.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I want to start developing a new C++ application with Qt in the Eclipse IDE. I read about a Qt integration plugin from Nokia but can not find it to download, nor any official statement whether it is been discontinued or renamed.
Is there still a Qt GUI plugin for Eclipse?
Work was stopped on it a long time ago, and when Qt became open-source it had become so out of date it was removed from the downloads page. The Windows version is still available at Softpedia though.
I must say, if I were you, I would use Qt Creator. Development on it has accelerated in the last couple of years and it is much better than Eclipse for Qt work (I actually prefer it for general C++ work as well).
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
Simple question. Has anyone had issues running Eclipse on Mountain Lion. More specifically, I'm using Helios Service Release 2 and Pydev. Don't want to upgrade if this will break.
I have no issues running eclipse on mountain lion, apart from the occasional corrupt workspace, but this happens generally with eclipse on all platforms.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
These are the memory leaks that I am getting: http://twitter.com/AWEHOFFICIAL/status/221182174811004929/photo/1/large
If you open the righthand pane you should see a stacktrace of the leak, which will help you track it down. You might also attempt to profile with the debug version of your app, in order to get better symbol info. This can be achieved by modifying the project's scheme within Xcode.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
For me downloading and installing Xcode 4 is a big deal. So hopefully someone can answer these questions:
When I tried the first version of Xcode 4, it had these problems. Are they solved now?
Documentation Browser was broken
cmd + Enter for Build&Run did not work. Instead it forced me to do it in two steps. I Build&Run hundreds of times per day.
It hat trouble with importing frameworks
Here awnser to your points.
Documentation works fine here
CMD + R Builds and Runs it for me
Framework importing is very easy, and with 4.2 they made it more easy actually.
Edit:
CMD + Enter, puts your editor in standard view mode. It doesn't do anything with building or running your application.