facebook

Myeclipse Extremely slow when autocomplete bean properties

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 15 posts - 16 through 30 (of 30 total)
  • Author
    Posts
  • #298802 Reply

    dllchrist
    Member

    I just installed myeclipse 7.5M1, no change at all, the autocomplete is still extremely slow.

    #298816 Reply

    dllchrist,
    I am not able to reproduce the same at my end. Is it possible for you to share your project with us? This will help us narrow down the problem. You can send a mail to [email protected]. Please add ATTN: Shalini in the subject and refer to this thread. This will help us reproduce this issue internally and quickly work on resolution. Thanks for your help

    #301223 Reply

    kcranford
    Member

    I’m having a similar issue but it’s only slow in my jspx pages. The java files do not exhibit this behavior.

    I’m running on XP instead of Vista.

    If I use the ICEFaces 1.7.2 libraries, there is no issue.
    I’ve turned off all JSF validations with no success.

    Any ideas?

    #301279 Reply

    Loyal Water
    Member

    I’m having a similar issue but it’s only slow in my jspx pages.

    What version of MyEclipse are you working with? Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.

    What editor are are you working with? Can you send us a sample project to help us reproduce this issue at our end.

    #301280 Reply

    kcranford
    Member

    Here is the info you requested:
    *** Date:
    Monday, August 10, 2009 3:40:17 PM EDT

    ** System properties:
    OS=WindowsXP
    OS version=5.1.0
    Java version=1.6.0_13

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 7.5
    Build id: 7.5-20090609

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 7.5
    Build id: 7.5-20090609

    Eclipse Plug-in Development Environment

    Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
    Build id: M20080703-0800

    Eclipse Platform

    Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
    Build id: M20090211-1700

    Eclipse Graphical Editing Framework GEF

    Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
    Build id: 200809101400

    Eclipse RCP

    Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
    Build id: M20090211-1700

    Eclipse Java Development Tools

    Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
    Build id: M20090211-1700

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\Program Files\Genuitec\MyEclipse 7.1\myeclipse.exe
    -name
    Myeclipse
    –launcher.library
    C:\Program Files\Genuitec\MyEclipse 7.1\../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
    -startup
    C:\Program Files\Genuitec\MyEclipse 7.1\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
    -exitdata
    b64_40
    -clean
    -configuration
    configuration
    -vm
    C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\bin\javaw.exe

    Please tell me how to tell which editor. I’m using the default editor that comes with eclipse.
    I am noticing that page size matters. In a smaller (73 lines) login page it doesn’t exhibit this behavior, but in my main page (4750 lines) it’s unusable.

    If you need me to send you the project, let me know how.

    #301288 Reply

    kcranford,

    Please tell me how to tell which editor.

    In Order to tell which editor, right click on the editor and select open with. This will give you a list of options to open the file. The one with a “dot” on the left is the editor with which the file will be opened.

    If you need me to send you the project, let me know how.

    You can send a mail to [email protected]. Attach your project and refer to this thread.

    #301300 Reply

    kcranford
    Member

    The editor is “MyEclipse Visual JSF Designer”.

    Will sending just the jspx page help you or do you need more?

    #301342 Reply

    kcranford,

    In a smaller (73 lines) login page it doesn’t exhibit this behavior, but in my main page (4750 lines) it’s unusable.

    Can you send a sample project with the said jspx pages? This will help me verify the above. Thank you for your help.

    #301676 Reply

    kcranford,
    There is a PR existing for this issue and the dev team is working on it.

    #301695 Reply

    tpsalvatore
    Member

    Dear rkalla,
    I’ve upgraded to 7.5 version of myEclipse (great job by the way I love this more day by day).

    The things that are still wrong (and are often raised when talking to other developer of my department) are:

    1)First time an xhtml document is open it takes quite an eternity (really, at least 20 seconds)
    2)autocompletion on xhtml pages editor with medium sized beans (300 lines) is extremely slow (10 seconds on Vista and Ubuntu 64 bit)

    I’ve seen the improvements comparing this version to the older, but still it needs to be faster. Other developers I’ve talked about this proposed the switch to Netbeans (that I like too: autocompletes in 1 second, and opens xhtml document quite instantly), but myEclipse is always my first choice due to his huge set of functionalities.
    Please keep up improving autocompletion on xhtml page above all (this is really needed).

    Will the problem be solved at least on the 8.0 release?

    Thanks in advance,
    Kind Regards,
    Salvatore

    #301802 Reply

    Riyad Kalla
    Member

    Salvatore,

    Thank you for the kind words and feedback! I’ll try and address each comment below:

    1. I know, it’s the initialization of the Visual Designer itself that takes 90% of the time, we actually have to load the Firefox platform (XUL Runner) that first time. To speed things up, if you don’t need the visual designer, you can associate your .xhtml files with the “MyEclipse XHTML Editor” and not the designer, that is *just* the source editor and will come up in under a second.

    2. This is actually a bug we are researching right now, do you have an example project that you could email to us: [email protected] ATTN Riyad with a link back to your post so I know why I’m getting it? We can profile it and figure out what is going on immediately and fix it.

    3. #1 you can workaround to match Netbean’s speed, they don’t have a visual designer. #2 we will try and fix for 8 absolutely, the more test cases we have the better!

    Thanks again.

    #307684 Reply

    atomz4peace
    Participant

    Did anyone ever find a resolution to the slow auto-completion on jspx files? Thanks!

    #307704 Reply

    support-joy
    Member

    atomz4peace,

    Can you answer few queries for me to get to the root cause?
    1. Can you copy and paste your installation details? Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details
    2. What is the editor you are using to open jspx files?
    3. Have you upgraded to ME 8.5? ME 8.5 has added many performance boosters.
    4. How many projects do you have on your workspace? What are the type of projects?
    5. Can you give me some pointer as to how slow is the auto-completion on jspx on ME 8.5?
    6. Can you share a sample project with us, and also mention the steps in detail so that we can reproduce this internally? This will help our dev team members to investigate this issue.
    Please send a sample project to [email protected], include ATTN:Joy in the subject and please add reference of this post. This will help in quick tracing.
    Sorry for the inconvenience.

    #309211 Reply

    I have seen numerous references to ME 7.5M1 – but no one ever says where to get it.

    #309218 Reply

    support-joy
    Member

    davev74,

    You can download ME 7.5 from http://www.myeclipseide.com/module-htmlpages-display-pid-4.html
    Accept license agreement and click on the download link for MyEclipse 7.5.

Viewing 15 posts - 16 through 30 (of 30 total)
Reply To: Myeclipse Extremely slow when autocomplete bean properties

You must be logged in to post in the forum log in