For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 8 replies, 2 voices, and was last updated 20 years, 9 months ago by
Bret Webb.
-
AuthorPosts
-
Bret WebbParticipantenv info:
Windows XP sp2
Eclipse SDK 3.1.0
j2sdk1.4.2_09Appologies 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.
November 7, 2005 at 7:39 pm #240977
Riyad KallaMemberHang onto your hair a little longer. Please give us your Eclipse Build ID (Help > About) and MyEclipse Build ID (Window > Prefs > MyEclipse)
November 8, 2005 at 12:18 pm #241059
Bret WebbParticipantWill do….Im using MyEclipse version 4.0 Milestone 3(3.9.310) build id: 20050806-4.0-Milestone-3
Many thanks in advance. :}
November 8, 2005 at 2:35 pm #241071
Riyad KallaMemberI need your Eclipse Build ID as well
November 9, 2005 at 12:16 pm #241166
Bret WebbParticipantSorry…here tis….Build id: I20050627-1435
November 9, 2005 at 12:55 pm #241171
Riyad KallaMemberOk 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.November 9, 2005 at 5:25 pm #241193
Bret WebbParticipantEclipse SDK
Version: 3.1.0
Build id: I20050627-1435MyEclipse
Version: 4.0.3 GC
Build id: 20051025-4.0.3-GAOn 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.
November 9, 2005 at 7:45 pm #241207
Riyad KallaMemberCan 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?
November 14, 2005 at 5:21 pm #241468
Bret WebbParticipantafter 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. :}
-
AuthorPosts
