- This topic has 1 reply, 2 voices, and was last updated 14 years, 3 months ago by support-shalini.
-
AuthorPosts
-
Glen IhrigMemberHello,
I am working with a new installation of MyEclipse for Spring 8.6, installed from the “All-in-One installer for Mac OS/X” myeclipseforspring-8.6.0-macosx.tgz 7/30/10 7:38 PM. Before installing, I deleted every trace of prior MyEclipse installations form /Library, /Applications and my home directory. This is the first project created with this install, in a new workspace.
This issue applies to both the MyEclipse JSP Editor and the MyEclipse Visual JSP Designer.
I am working though the Web Projects Tutorial found here: http://www.myeclipseide.com/documentation/quickstarts/webprojects/
I have gotten to Figure 8. Invoking JSP Scriptlet code completion and the list of available tags appears correctly, as shown in the figure, but the additional tag help window (not shown in Figure 8) displays CSS content, rather than the expected help on code completion options.
Beyond that, and with regard to a related Code Completion report at https://www.genuitec.com/forums/topic/myeclipse-8-6m1-jsp-content-assist-missing/ , JSP Scriptlet Code Completion works as expected.
Code Completion, and related help, work as expected for JSP Directives, as shown in figure 9 and HTML tags as shown in figure 10, of the tutorial.
Here’s a sample of the text that appears in the Code Completion help window:
——————————————————————————–
/* Font definitions */ html { font-family: ‘Lucida Grande’,sans-serif; font-size: 11px; font-
style: normal; font-weight: normal; } body, h1, h2, h3, h4, h5, h6, p, table, td, caption, th, ul,
ol, dl, li, dd, dt { font-size: 1em; } pre { font-family: monospace; } /* Margins */ body
{ overflow: auto; margin-top: 0px; margin-bottom: 0.5em; margin-left: 0.3em; margin-
right: 0px; } h1 { margin-top: 0.3em; margin-bottom: 0.04em; } h2 { margin-top: 2em;
margin-bottom: 0.25em; } h3 { margin-top: 1.7em; margin-bottom: 0.25em; } h4 { margin-
top: 2em; margin-bottom: 0.3em; } h5 { margin-top: 0px; margin-bottom: 0px; } p
{ margin-top: 1em; margin-bottom: 1em; } pre { margin-left: 0.6em; } ul { margin-top: 0px;
margin-bottom: 1em; } li { margin-top: 0px; margin-bottom: 0px; } li p { margin-top: 0px;
margin-bottom: 0px; } ol { margin-top: 0px; margin-bottom: 1em; } dl { margin-top: 0px;
margin-bottom: 1em; } dt { margin-top: 0px; margin-bottom: 0px; font-weight: bold; } dd
{ margin-top: 0px; margin-bottom: 0px; } /* Styles and colors */ a:link { color: #0000FF; }
a:hover { color: #000080; } a:visited { text-decoration: underline; } a.header:link { text-
…
——————————————————————————–Regards,
-Glen
—
My Installation Details:
*** Date:
Friday, August 6, 2010 11:04:48 AM PDT** System properties:
OS=MacOSX
OS version=10.5.8
Java version=1.5.0_24*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 8.6
Build id: 8.6-20100723*** Eclipse details:
MyEclipse for SpringVersion: 8.6.0
Eclipse startup command=-os
macosx
-ws
carbon
-arch
x86
-showsplash
-launcher
/Applications/Development/DevelopmentFolders/MyEclipse for Spring 8.6/myeclipseforspring.app/Contents/MacOS/myeclipseforspring
-name
Myeclipseforspring
–launcher.library
//../../../../../../../Library/Genuitec/Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.200.v20090520-1835/eclipse_1206.so
-startup
/Applications/Development/DevelopmentFolders/MyEclipse for Spring 8.6/myeclipseforspring.app/Contents/MacOS/../../../../../../../Library/Genuitec/Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
-install
/Applications/Development/DevelopmentFolders/MyEclipse for Spring 8.6
-configuration
../../../configuration
-keyring
/Users/glen/.eclipse_keyring
-consoleLog
-showlocation
-vm
/System/Library/Frameworks/JavaVM.framework
support-shaliniMemberGlen,
I could replicate this at my end and I have raised a PR with the dev team.
Thank you for bringing this up. -
AuthorPosts