facebook

cut and paste hanging jsp editor

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #240970 Reply

    Bret Webb
    Participant

    env info:

    Windows XP sp2
    Eclipse SDK 3.1.0
    j2sdk1.4.2_09

    Appologies if this has already been discussed on another thread. I searched and could not find anything similar.

    While working on .jsp pages in the MyEclipse perspective, the ide will hang while trying to cut and paste within the editor window. Have noticed that when the mouse is click after doing ctrl+c the cursor reappears and control is released back to the editor after a brief pause. Also, when trying to use the . to obtain method names, the ide hangs endlessly before appearing with a list of methods. Is this an ide issue or a os issue. If ide, is there a way to configure it so this doesnt happen.

    Many thanks in advance……

    Almost hairless now.

    #240977

    Riyad Kalla
    Member

    Hang onto your hair a little longer. Please give us your Eclipse Build ID (Help > About) and MyEclipse Build ID (Window > Prefs > MyEclipse)

    #241059

    Bret Webb
    Participant

    Will do….Im using MyEclipse version 4.0 Milestone 3(3.9.310) build id: 20050806-4.0-Milestone-3

    Many thanks in advance. :}

    #241071

    Riyad Kalla
    Member

    I need your Eclipse Build ID as well

    #241166

    Bret Webb
    Participant

    Sorry…here tis….Build id: I20050627-1435

    #241171

    Riyad Kalla
    Member

    Ok what I would like you to do is upgrade to the most recent stable release of MyEclipse, which is 4.0.3. Because you cannot use the update manager to do this, what I would like you to do is the following:

    1) Shut down MyEclipse
    2) Uninstall MyEclipse
    3) Download and run the new MyEclipse 4.0.3 installer
    4) Add -clean to your command line arguments used to start MyEclipse as well as adding: -vmargs -Xmx256m
    5) Start MyEclipse, ignore any “cannot restore workspace state” messages, this is normal when jumping versions like this.
    6) Open your JSP file and try and recreate the lockup.

    #241193

    Bret Webb
    Participant

    Eclipse SDK
    Version: 3.1.0
    Build id: I20050627-1435

    MyEclipse
    Version: 4.0.3 GC
    Build id: 20051025-4.0.3-GA

    On WinXP w/ SP2

    Shortcut:

    “C:\Program Files\eclipse\eclipse.exe” -clean -vmargs -Duser.language=en -Xms256M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=256M -Dosgi.splashLocation=”C:\Program Files\MyEclipse\eclipse\MyEclipseSplash.bmp”

    Still getting same hang time when highlight code, do ctrl+c

    Mouse pointer goes to I bar and after about 6-8 seconds, turns back to arrow. Sometimes, the pasted code is not what was copied. Appears to be clipboard issues of some type. Only happens when editing JSP files. Happens in both java and myeclipse perspectives.

    #241207

    Riyad Kalla
    Member

    Can you open the windows Task Manager and see if the eclipse task pegs he CPU during this “pause”? Also could you try typing during this pause (random keys) ands ee if they are input anyway?

    #241468

    Bret Webb
    Participant

    after reading thru another posting on jsp editing in the wrong project type, I reconfigured my project to be a web project instead of a java project and it seems to have corrected the issue. This however is concerning that this type of functionality isnt managed better in the tool itself. I like to be careless and add web project functionality post project creation. :}

Viewing 9 posts - 1 through 9 (of 9 total)
Reply To: cut and paste hanging jsp editor

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