Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Slow editors
Slow editors [message #38420] Mon, 23 July 2007 11:20 Go to next message
drm / Gerard is currently offline drm / GerardFriend
Messages: 26
Registered: July 2009
Junior Member
Hi all,


I have installed the latest milestone release (1.0 m1). Somehow all the
text editors, especially the PHP editor are very slow, in comparison to
the previous version i used (0.7).

What tips / tricks can anyone of you give me to optimize eclipse/pdt so
the editor is as fast as possible?


thanks in advance,

drm / Gerard
Re: Slow editors [message #38453 is a reply to message #38420] Mon, 23 July 2007 11:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: slydder.arcor.de

Gerard,

The biggest and best improvement you can make is to switch from GIJ to
Sun Java. Just take a look at the posts below your first one for the
tail end of a discussion regarding this topic.

chuck


drm wrote:
> Hi all,
>
>
> I have installed the latest milestone release (1.0 m1). Somehow all the
> text editors, especially the PHP editor are very slow, in comparison to
> the previous version i used (0.7).
>
> What tips / tricks can anyone of you give me to optimize eclipse/pdt so
> the editor is as fast as possible?
>
>
> thanks in advance,
>
> drm / Gerard
Re: Slow editors [message #38486 is a reply to message #38453] Mon, 23 July 2007 12:38 Go to previous messageGo to next message
drm / Gerard is currently offline drm / GerardFriend
Messages: 26
Registered: July 2009
Junior Member
Hi chuck,


Thanks for your reply. I forgot to mention I'm working on a Windows XP
machine with the latest JRE installed (java6 update2). It seems your
post regards a ubuntu (or at least debian) machine, using gij. I don't
think your post will help solve my slow pdt.


drm / Gerard

chuck wrote:
> Gerard,
>
> The biggest and best improvement you can make is to switch from GIJ to
> Sun Java. Just take a look at the posts below your first one for the
> tail end of a discussion regarding this topic.
>
> chuck
>
>
> drm wrote:
>> Hi all,
>>
>>
>> I have installed the latest milestone release (1.0 m1). Somehow all
>> the text editors, especially the PHP editor are very slow, in
>> comparison to the previous version i used (0.7).
>>
>> What tips / tricks can anyone of you give me to optimize eclipse/pdt
>> so the editor is as fast as possible?
>>
>>
>> thanks in advance,
>>
>> drm / Gerard
Re: Slow editors [message #38518 is a reply to message #38486] Mon, 23 July 2007 13:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ale.g.gonzalez.gmail.com

Hi!, I'm using the last integration build (I20070712) and it seems to
work faster than 1.0 M1

http://europa-mirror1.eclipse.org/tools/pdt/downloads/?relea se=I20070712


drm escribió:
> Hi chuck,
>
>
> Thanks for your reply. I forgot to mention I'm working on a Windows XP
> machine with the latest JRE installed (java6 update2). It seems your
> post regards a ubuntu (or at least debian) machine, using gij. I don't
> think your post will help solve my slow pdt.
>
>
> drm / Gerard
>
> chuck wrote:
>> Gerard,
>>
>> The biggest and best improvement you can make is to switch from GIJ to
>> Sun Java. Just take a look at the posts below your first one for the
>> tail end of a discussion regarding this topic.
>>
>> chuck
>>
>>
>> drm wrote:
>>> Hi all,
>>>
>>>
>>> I have installed the latest milestone release (1.0 m1). Somehow all
>>> the text editors, especially the PHP editor are very slow, in
>>> comparison to the previous version i used (0.7).
>>>
>>> What tips / tricks can anyone of you give me to optimize eclipse/pdt
>>> so the editor is as fast as possible?
>>>
>>>
>>> thanks in advance,
>>>
>>> drm / Gerard
Re: Slow editors [message #38584 is a reply to message #38518] Mon, 23 July 2007 15:16 Go to previous messageGo to next message
drm / Gerard is currently offline drm / GerardFriend
Messages: 26
Registered: July 2009
Junior Member
Thanks Alejandro, i'll try that.

Alejandro González wrote:
> Hi!, I'm using the last integration build (I20070712) and it seems to
> work faster than 1.0 M1
>
> http://europa-mirror1.eclipse.org/tools/pdt/downloads/?relea se=I20070712
>
>
> drm escribió:
>> Hi chuck,
>>
>>
>> Thanks for your reply. I forgot to mention I'm working on a Windows XP
>> machine with the latest JRE installed (java6 update2). It seems your
>> post regards a ubuntu (or at least debian) machine, using gij. I don't
>> think your post will help solve my slow pdt.
>>
>>
>> drm / Gerard
>>
>> chuck wrote:
>>> Gerard,
>>>
>>> The biggest and best improvement you can make is to switch from GIJ to
>>> Sun Java. Just take a look at the posts below your first one for the
>>> tail end of a discussion regarding this topic.
>>>
>>> chuck
>>>
>>>
>>> drm wrote:
>>>> Hi all,
>>>>
>>>>
>>>> I have installed the latest milestone release (1.0 m1). Somehow all
>>>> the text editors, especially the PHP editor are very slow, in
>>>> comparison to the previous version i used (0.7).
>>>>
>>>> What tips / tricks can anyone of you give me to optimize eclipse/pdt
>>>> so the editor is as fast as possible?
>>>>
>>>>
>>>> thanks in advance,
>>>>
>>>> drm / Gerard
Re: Slow editors [message #38773 is a reply to message #38584] Mon, 23 July 2007 20:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: pobox.verysmall.org

drm wrote:
> Thanks Alejandro, i'll try that.

Yes, somebody wrote that in 1.0 the project re-build cycle is run on
every pressed key, which is improved in the integration build.

Iavor
Re: Slow editors [message #38901 is a reply to message #38420] Tue, 24 July 2007 12:21 Go to previous messageGo to next message
Bruce Heller is currently offline Bruce HellerFriend
Messages: 7
Registered: July 2009
Junior Member
I was a bit annoyed too with the slow editor in M1 so I found how to make
it a bit faster, in the preferences :

General/Editors/Structured Text Editors => un-check "Report problem as you
type".
General/Editors/Structured Text Editors/Spelling => un-check "Enable spell
checking"

I also suspended all the validators (Validation => Suspend all validators).

Hope this help ;)
Re: Slow editors [message #38977 is a reply to message #38901] Tue, 24 July 2007 21:56 Go to previous messageGo to next message
Roy Ganor is currently offline Roy GanorFriend
Messages: 149
Registered: July 2009
Senior Member
yap, disabling all these nice features of the editor may be an option,
although you miss the power of it.

You may try our latest release I20070712 and see if this issue improved as
we had some improvments in the editor performance.
Re: Slow editors [message #39154 is a reply to message #38977] Wed, 25 July 2007 13:57 Go to previous messageGo to next message
Bruce Heller is currently offline Bruce HellerFriend
Messages: 7
Registered: July 2009
Junior Member
Roy Ganor wrote:

> yap, disabling all these nice features of the editor may be an option,
> although you miss the power of it.

It doesn't remove any key-features I use in everyday programming ;)

> You may try our latest release I20070712 and see if this issue improved as
> we had some improvments in the editor performance.

I use this new release, but still... I'll check with M2.
Re: Slow editors [message #39215 is a reply to message #38901] Thu, 26 July 2007 09:41 Go to previous messageGo to next message
drm / Gerard is currently offline drm / GerardFriend
Messages: 26
Registered: July 2009
Junior Member
Hi Bruce,


I tried that, but it still wasn't really, well ..., "like lightning" ;)
I don't really have a beast of a machine here, it's an oldie AMD 1800
XP, though 1 G of RAM. JVM programs aren't that fast in general on my
machine.

I'll try the integration build this afternoon, i'll post my experiences
after that.

PS
Are there perhaps JVM command line options that can optimize eclipse or
the JVM in general?



Bruce Heller wrote:
> I was a bit annoyed too with the slow editor in M1 so I found how to
> make it a bit faster, in the preferences :
>
> General/Editors/Structured Text Editors => un-check "Report problem as
> you type".
> General/Editors/Structured Text Editors/Spelling => un-check "Enable
> spell checking"
>
> I also suspended all the validators (Validation => Suspend all validators).
>
> Hope this help ;)
>
Re: Slow editors [message #39246 is a reply to message #39215] Thu, 26 July 2007 16:24 Go to previous messageGo to next message
Michael Fesser is currently offline Michael FesserFriend
Messages: 16
Registered: July 2009
Junior Member
..oO(drm)

>I tried that, but it still wasn't really, well ..., "like lightning" ;)
>I don't really have a beast of a machine here, it's an oldie AMD 1800
>XP, though 1 G of RAM. JVM programs aren't that fast in general on my
>machine.

Here: PIII@1.2GHz, 512 MB RAM

The latest integration build runs smooth enough on my "oldie".

Micha
Re: Slow editors [message #39732 is a reply to message #39215] Mon, 30 July 2007 09:44 Go to previous messageGo to next message
Bruce Heller is currently offline Bruce HellerFriend
Messages: 7
Registered: July 2009
Junior Member
I run the last incubation build with the same options and it runs quite
smooth here.
Re: Slow editors [message #40759 is a reply to message #38773] Fri, 03 August 2007 10:47 Go to previous messageGo to next message
drm / Gerard is currently offline drm / GerardFriend
Messages: 26
Registered: July 2009
Junior Member
It is indeed way faster. Thanks for the tip!

Iavor Raytchev schreef:
> drm wrote:
>> Thanks Alejandro, i'll try that.
>
> Yes, somebody wrote that in 1.0 the project re-build cycle is run on
> every pressed key, which is improved in the integration build.
>
> Iavor
Re: Slow editors [message #40821 is a reply to message #39732] Fri, 03 August 2007 10:47 Go to previous message
drm / Gerard is currently offline drm / GerardFriend
Messages: 26
Registered: July 2009
Junior Member
Integration build is indeed way faster. Thanks for the tip.

Bruce Heller schreef:
> I run the last incubation build with the same options and it runs quite
> smooth here.
>
Previous Topic:Newbie : Xdebug setup
Next Topic:Using exec to run Java apps
Goto Forum:
  


Current Time: Thu Apr 25 06:15:58 GMT 2024

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

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

Back to the top