Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Performance bugs
Performance bugs [message #77106] Thu, 24 July 2008 22:37 Go to next message
Eclipse UserFriend
Originally posted by: Oleksii.Prudkyi.gmail.com

Hello

I am played with I20080722.zip under Eclipse 3.4. and here what I found
(sorry for avoiding bugzilla):

- "Outline" view - look like when browsing over php file by keyboard
cursor keys the outline control always rebuilding (on idle time, after
releasing cursor buttons). Probably outline control should be reloaded
only when file modified or other PHPEditor activated

- When browsing with keyboard in php file cursor freeze at some elements
like class level variables ("$this->somevar"), the "freezing" not long
but annoying - when I press 5 times "left" cursor move ~2-3 secs over 5
letters. Will be great to process such things in idle loop (like
outline) to avoid freezing of cursor and pc

- code-completion in html show same sentences three times (by ex. for
"<span style="text-align:|" it show "left, right..inherit, left, right..
left, right" )

-double-clicking on file name in "PHP Explorer" after some time of
working with eclipse stop opening files, after that files possible to
open only from context menu of file


Best regards,
Oleksii Prudkyi
Re: Performance bugs [message #78966 is a reply to message #77106] Sun, 24 August 2008 17:26 Go to previous message
Marko Karjalainen is currently offline Marko KarjalainenFriend
Messages: 30
Registered: July 2009
Member
> - When browsing with keyboard in php file cursor freeze at some elements
> like class level variables ("$this->somevar"), the "freezing" not long
> but annoying - when I press 5 times "left" cursor move ~2-3 secs over 5
> letters. Will be great to process such things in idle loop (like
> outline) to avoid freezing of cursor and pc

I have this problem too.
It makes new eclipse(3.4 / 3.5M1) + pdt 2.0 totally unusable.

Seems that this problem occurs in large projects which contains lot off files (i have ~1300).
If play project with 10 files, it worked like no harm.

Nightly builds not helped for me..


Also "Path variables" does not worked correctly. Not saved when press ok or name error messages even if name is ok
Previous Topic:Could not open the editor: Argument not valid
Next Topic:Where's PDT 2.0 M1?
Goto Forum:
  


Current Time: Tue Apr 23 14:07:50 GMT 2024

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

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

Back to the top