- This topic has 6 replies, 3 voices, and was last updated 17 years, 9 months ago by bbohl.
-
AuthorPosts
-
bsfardMemberI brought over my existing JSP page from a previous project, and need to modify the file. Everything up to the following point is fine:
<script language=”JavaScript”>
Character entry after this point is messed up. Instead of allowing me to type as usual (one character after the other), cursor is moved infront of last entered character, so next entry is in front of previous character. If I type a character again, the cursor is fine for the next character, but after that next character, it moves in front of the last entered character again. And so a string results such that my typed characters are being added into the middle of the growing string.
I don’t understand what is causing this. I do notice that if I terminate the above line with replace above with />, I don’t have typing problems, but all jsp code shows errors. And finally, after attempting various things, editor starts to completely get messed up and copies parts of file into other places in file (as if a part of the view is captured and overlayed onto another part that I happen to scroll to).
I know this sounds weird, but it’s frustrating, and I can’t seem to create any JSP pages with javascript that have embedded <% %> jsp code.
Any help offered would be greatly appreciated!
Riyad KallaMemberCan you post your information from MyEclipse > Installation Summary > Installation Details here for me?
bsfardMemberSure, here it is, thx,
BEN*** Date:
Thursday, January 11, 2007 2:42:59 PM PST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_08*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.0 GA
Build id: 20061111-5.1.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.0 GA
Build id: 20061111-5.1.0-GAEclipse Graphical Editing Framework
Version: 3.2.1.v20060921
Build id: 20060921-1617Eclipse Platform
Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx
Build id: M20060921-0945Eclipse RCP
Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq
Build id: M20060921-0945Eclipse Java Development Tools
Version: 3.2.1.r321_v20060905-R4CM1Znkvre9wC-
Build id: M20060921-0945Eclipse Project SDK
Version: 3.2.1.r321_v20060801-tQ1w49KnTArT0FZ
Build id: M20060921-0945Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
954_48
-vm
C:\Program Files\MyEclipse Enterprise Workbench 5.1.0 GA\jre\bin\javaw.exe
Riyad KallaMemberWould you be able to send me a test project to support@genuitec.com ATTN Riyad, so I can test this? Please be sure to include a link to this thread so I know why I’m receiving the file.
bbohlMemberOne of my developers just had this same issue (the workaround mentioned worked too). Here is the config summary below. I will mention that editing JSP’s have always been problematic for me in general. Usually I only have problems copying and pasting. However this problem is so bad that I am considering trying to find a way to change the association to always use the plain text editor.
*** Date: Thu Feb 01 11:17:05 CST 2007
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.4.2_04*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060309-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.1
Build id: M20050929-0840Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse RCP
Version: 3.1.1
Build id: M20050929-0840Eclipse Java Development Tools
Version: 3.1.1
Build id: M20050929-0840Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: M20050929-0840Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Software\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
1b74_58
-vm
c:\software\eclipse\j2sdk1.4.2_04\bin\javaw.exe
Riyad KallaMemberbbohl,
Would you be able to download our all-in-one intsaller for our new 5.5M1 release and install it to a new temporary location and run it (creating a new workspace) then import your project (copying it into the new workspace, it’s the option at the bottom of the import window) and see if the editing error is still occuring?
bbohlMemberUnfortunately I am required to use Eclipse 3.1 at the moment.
-
AuthorPosts