facebook

Update Outline Slow and Unproductive

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 15 posts - 16 through 30 (of 42 total)
  • Author
    Posts
  • #237376 Reply

    Riyad Kalla
    Member

    What is your Eclipse Build ID (Help > About)? I’m trying to rule out *everything* at this point.

    Did you try a new workspace using File > Import to pull in your old projects and settings? I’ve seen old workspaces cause side effects very similar to a corrupt install before.

    #237493 Reply

    wtbennett
    Participant

    After this type of event occurs, upon pressing delete, you get a NullPointerException in the JSP editor. The delete does work, however, but changes aren’t seen until you move the current cursor line.

    UGHH!!

    #237494 Reply

    wtbennett
    Participant

    Eclipse version:

    Version: 3.1.0
    Build id: I20050627-1435

    #237498 Reply

    wtbennett
    Participant

    I think the problem occurs when the JSP editor finds a syntax error, particularly in an option value as represented in the case below.

    For instance, the following line of code does NOT create a syntax error (which thus causes the system to refresh propert outline, and causes the cursor to lag creating a mirrored type effect, and general frustration):

    <select name="Demo1Op">
      <option value="<%out.print("<");%>" <%if(sDemo1Op.compareTo("<")==0){%>selected<%}%>><</option>
    </select>

    BUT! The following line of code DOES create the syntax error, causing the problem.

    <select name="Demo1Op">
      <option value="<" <%if(sDemo1Op.compareTo("<")==0){%>selected<%}%>><</option>
    </select>

    It seems that the editor has a bug in which it can’t read a < into an option value. It thus doesn’t end the <option> tag, as seen in outline view. I think it then tries to parse the rest of the document into the still-open <option> tag.

    Any ideas? Hope this helps!

    Andy

    #237510 Reply

    Riyad Kalla
    Member

    Andy,
    Using your code snippet above (both) and using the delete and backspace keys within the line at random places I was unable to produce any popups, BUT I would add that if you want to show < or > signs on your page, you have to use < and > char codes, this is the case with strict HTML as well. Try that and see if the editor stops mucking you up.

    #237630 Reply

    wtbennett
    Participant

    This message has not been recovered.

    #237633 Reply

    wtbennett
    Participant

    This message has not been recovered.

    #237638 Reply

    Brian Fernandes
    Moderator

    This message has not been recovered.

    #237733 Reply

    wtbennett
    Participant

    This message has not been recovered.

    #237734 Reply

    wtbennett
    Participant

    This message has not been recovered.

    #237942 Reply

    Brian Fernandes
    Moderator

    This message has not been recovered.

    #237946 Reply

    Brian Fernandes
    Moderator

    This message has not been recovered.

    #252792 Reply

    jcvanvorst
    Member

    Has there been a resolution to this? It’s driving me crazy, and kills my productivity. Let me just turn the damn thing off!

    #252794 Reply

    Riyad Kalla
    Member

    jcvanvorst,
    Can you go to your MyEclipse menu, click About MyEclipse, then “Configuration Summary” and paste the result here?

    Also have you tried, in a clean separate setup, the Eclipse 3.2RC5 and MyEclipse 5.0M1 setup to see if the performance is better?

    #252976 Reply

    jcvanvorst
    Member

    results from config summary:

    *** Date: Thu Jun 01 16:13:10 EDT 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.4.2_04

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 4.1.1 GA
    Build id: 20060309-4.1.1-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Platform

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse RCP

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Java Development Tools

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Plug-in Development Environment

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse Project SDK

    Version: 3.1.2
    Build id: M20060118-1600

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse\eclipse.3.1.2\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    d74_38
    -vm
    C:\WINDOWS\system32\javaw.exe

    As for testing other configurations, no. I need to work.

Viewing 15 posts - 16 through 30 (of 42 total)
Reply To: Update Outline Slow and Unproductive

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