For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 4 replies, 2 voices, and was last updated 20 years ago by
li-stever.
-
AuthorPosts
-
li-steverMemberBefore the 5.0GA I could go back to the “classic” JSP editor, but now that seems to be gone. After editing a jsp for a while the editor start acting very confused, like internally corrupted data structures. Changes appear not at the cursor location, copy / paste fails in weird ways like copying only part or non of what was highlighted, typed text dissappears, screen refreshes change the content when you scroll, content when you save is different than what was on-screen, etc. This is with Eclipse 3.2. On the verge of uninstalling myEclipse since this makes jsp editing very inconvenient.
August 14, 2006 at 10:05 am #256686
Riyad KallaMemberCan you copy paste the result from MyEclipse > About MyEclipse > Inistallation Summary for me, also, are you just using the source editor, or are you also using the Visual designer?
Lastly, have you tried closing and opening your JSP files with “MyEclipse JSP Editor” which is the ‘Classic’ editor, we just renamed it and remove the Design tab.
August 14, 2006 at 10:51 am #256696
li-steverMemberHi support-rkalla,
I don’t see the exact menu item you describe, but here is the content of MyEclipse > Installation Summary > Installation Details…—
*** Date: Mon Aug 14 11:48:50 EDT 2006*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.6.0-rc*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0 GA
Build id: 20060805-5.0-GA*** Eclipse details:
Eclipse SDKVersion: 3.2.0
Build id: M20060629-1905Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse-3.2\eclipse.exe
-name
Eclipse
-exitdata
d64_64
-clean
-data
c:\Dev
-showlocation
-debug
-console
-consolelog
-vm
C:\DevTools\jdk1.6.0-b95\bin\javaw.exe—
As for closing and reopening a file, yes I have tried that and restarting Eclipse etc. many times over the last several weeks that I have been having this problem. The file seems fine and everything works as expected for a while (minutes to hours) each time.
I have never used the Visual designer, nor any of the other tabs in the editor other than the source view.
Steve
August 14, 2006 at 11:38 am #256716
Riyad KallaMember*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.6.0-rcThis could be issue #1, we don’t test with the new JDK 6.0, but a little bit of testing I did do on my own with Beta 2 caused a few issues to show up in the platform, so I would encourage you to install and use JDK 1.5.0_08 to run Eclipse wth for the time being (until 6.0 is officially supported by the Eclipse release group).
Also adjust your startup arguments to look like this:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.htmlWith both of those changes, see if the issue gets better.
August 14, 2006 at 2:13 pm #256744
li-steverMemberAlright, I’ll try 1.5.0_08 for a while. My vmargs are already pretty similar to those.
Steve
-
AuthorPosts
