|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Eclipse 4.2 GUI is very slow [message #898726 is a reply to message #898722] |
Fri, 27 July 2012 07:18   |
Eclipse User |
|
|
|
Just to make sure I understand.
Is it slow:
a) when switching only between Java-Files
b) when switching between XML and Java-Files
If a) is fast and b) is slow this would indicate that the bottleneck is
e.g. the updating of the toolbar, ... .
Tom
Am 27.07.12 12:56, schrieb tester tester:
> While the additional ram helped a bit, it still remains noticeable
> slower than previous versions. And yes, exactly that switching between
> tabs of xml (e.g. poms) and java files are very annoying. And yeah, I am
> also talking of Quad 2.5Ghz+ with 4gig ram.
> That said, it's not that previous Eclipse versions were Speedy Gonzalez
> anyways. Imo the reason lies in the SWT toolkit which is basically a
> tortoise anyways. People always tried to convince me how fast and
> performant SWT was compared to e.g. Swing, but I never experienced it
> that way. I really don't know where people got that illusion. I'd
> probably need to check out Netbeans if I have time.
>
> Besides, I agree an IDE is not a game which needs to be colorful and
> sparkle, but the new theme gave me at least something nice and clean to
> look at compared to the previous versions.
>
> Guess I gotta live with it. It's not that I expect performance to be
> increased magically...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Eclipse 4.2 GUI is very slow [message #990414 is a reply to message #990371] |
Wed, 12 December 2012 06:18   |
Eclipse User |
|
|
|
Hi,
So what is still too slow to work with? Are the problems in 4.2.2 still
the same you have in 4.2.0/1, are there now different areas that are
still too slower?
Tom
Am 12.12.12 09:23, schrieb Roland Tepp:
> Downloading and installing an Eclipse 3.8 works equally well (if not
> better).
>
> I found performance of 4.2.2 to be still below the acceptable level,
> although not quite as bad as 4.2.0
>
> 10.12.2012 9:35, Tom Schindl kirjutas:
>> You should download one of the latest builds towards 4.2.2 it has solved
>> most of the performance problems. Also make sure that you switch the
>> Eclipse Theme to the classic one.
>>
>> Tom
>>
>> Am 10.12.12 02:38, schrieb Mike Carr:
>>> I just reimaged my machine with Fedora and was so pissed off on how
>>> Gnome screwed up the desktop, trying to find some comfort I thought I
>>> would do some coding. I saw that Eclipse 4 was out, knowing Eclipse had
>>> always done a pretty good job with releases in the past I decided to
>>> download it. When I started it I could not believe what I saw and felt,
>>> performance was horrible (I have a quad core Machine with 16G RAM), I
>>> could not do my usual customizations, the UI kept changing making it
>>> difficult to so what I needed to do. My solution? I downloaded Eclipse
>>> 3.7.2 and I was happy again.
>>
>
|
|
|
|
|
|
|
|
|
Re: Eclipse 4.2 GUI is very slow [message #1007968 is a reply to message #1007839] |
Thu, 07 February 2013 13:21   |
Eclipse User |
|
|
|
Did you tried Juno SR2 builds - we are at RC-candidates for them as of
now - Are they still slow?
Tom
Am 07.02.13 18:17, schrieb Reuben Sivan:
> I confirm my own experience switching between XML file tabs on Juno 4.2
> SR1 under Windows 7/64.
>
> My eclipse system is configured with 2g memory and most other
> applications (other than XML documents), including Java editing,
> debugging, etc., do not have such a heavy impact on performance when
> comparing Juno with Indigo.
>
> For the first time after several months using Juno I tried going back to
> Indigo SR2, and I verified that switching between XML tabs is
> instantaneous.
>
> I tried to change validation and other settings for XML but it seems
> this is a 4.2 issue, as the same XML files on the same workspace work
> 10x faster on Indigo...
>
> Also: using classic theme.
>
> Did something go wrong or untested in Juno?
>
> Even if we find ways to fix this issue with the help of this and other
> forums, as a veteran eclipse user I honestly expect to be able to update
> to a new version without having to read hundreds of posts in order to
> make that version work...
>
> Best regards,
>
> Reuben
|
|
|
Re: Eclipse 4.2 GUI is very slow [message #1015274 is a reply to message #894739] |
Wed, 27 February 2013 20:30   |
Eclipse User |
|
|
|
64 bit mac OS 10.6.8 w/8GB DDR3, just loaded up Juno and it's beach balls all the way. I was running Indigo previously, it was also slow to compile programs, even tiny ones (<10 lines of code), running only Eclipse and maybe 10 windows in a browser. In Juno, I have turned off animations, boosted the VM in the .ini, and activated the classic theme. Juno is not only slow to run programs, but will give me beach balls for simple things like clicking the mouse to place the cursor, typing one character, etc. Hope this helps the progression toward a fix.
|
|
|
|
|
|
|
|
Re: Eclipse 4.2 GUI is very slow [message #1220614 is a reply to message #1170729] |
Thu, 12 December 2013 12:14  |
Eclipse User |
|
|
|
As this is about "Eclipse GUI is very slow" I want to mention a bug in eclipse, which gave me a headache for weeks.
Any text-editor in eclipse is very very slow on Linux if "show whitespace characters" is enabled (https://bugs.eclipse.org/bugs/show_bug.cgi?id=320595),
because the method WhitespaceCharacterPainter.paintControl is slow.
It's calling 3 slow methods for every visible character on each scroll step:
* GC.getFontMetrics()
* GC.drawString
* StyledText.getLocationAtOffset
|
|
|