- This topic has 5 replies, 2 voices, and was last updated 14 years, 11 months ago by
support-shalini.
-
AuthorPosts
-
Mike SullivanMemberI just upgraded (really installed) MyEclipse Enterprise Workbench Version: 8.6.
The autocomplete menus for plain java code does not come up.
Previously I was using 7.5.Any ideas if there is some default setting turning it off?
Mike
August 8, 2010 at 11:26 pm #310403
support-shaliniMemberMike,
Can you give some more information on this?
1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
2. Can you clarify if “Basic proposals” is checked under Window > Preferences > Java > Editor > Content Assist > Advanced?
3. Are there any errors logged in the log file located at workspace dir > .metadata > .log when CA is invoked? Please clear your log file, save it and then ivoke CA to get the relevant errors.
Also, can you switch to a new workspace and check if the issue persists?August 9, 2010 at 11:12 am #310427
Mike SullivanMemberShalini,
Thanks for helping.
1. installation details – see below *1
2. yes ‘Basic proposals’ is checked as are:
Hibernate proposals
PDE Api Tools Proposals
SWT Template Proposals
Template Proposals
3. errors in .log file see *3 belowMike Sullivan
*1) installation details ==============================
*** Date:
Monday, August 9, 2010 11:59:43 AM EDT** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 8.6
Build id: 8.6-20100723*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 8.6
Build id: 8.6-20100723Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\Genuitec\MyEclipse-8.6\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Program Files\Genuitec\MyEclipse-8.6\../../MyEclipse/Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
-startup
C:\Program Files\Genuitec\MyEclipse-8.6\../../MyEclipse/Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
-install
C:/Program Files/Genuitec/MyEclipse-8.6
-vm
C:/Program Files/MyEclipse/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll*3 ==== .log
!SESSION 2010-08-09 12:06:51.414 ———————————————–
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY org.eclipse.jface 2 0 2010-08-09 12:08:18.479
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2010-08-09 12:08:18.479
!MESSAGE A conflict occurred for SHIFT+DEL:
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
,
Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
Cut the selection to the clipboard,
Category(org.eclipse.ui.category.edit,Edit,null,true),
org.eclipse.ui.internal.handlers.WidgetMethodHandler@a41ccf,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.dialogAndWindow,,,system)
Binding(SHIFT+DEL,
ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
Category(org.eclipse.ui.category.edit,Edit,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)!ENTRY org.eclipse.osgi 2 1 2010-08-09 12:08:30.339
!MESSAGE NLS unused message: prompt.optclasspath in: com.genuitec.eclipse.easie.core.configuration!ENTRY org.eclipse.osgi 2 1 2010-08-09 12:08:30.386
!MESSAGE NLS unused message: prompt.preclasspath in: com.genuitec.eclipse.easie.core.configuration!ENTRY org.eclipse.osgi 2 1 2010-08-09 12:08:30.417
!MESSAGE NLS unused message: prompt.optlibrarypath in: com.genuitec.eclipse.easie.core.configurationAugust 9, 2010 at 11:30 pm #310444
support-shaliniMemberMike,
Can you switch to a new workspace and check if the issue persists?
Can you send us some screen shots showing Window > Preferences > Java > Editor > Content Assist > Advanced and some sample lines of code that you are testing? You can use the PM button at the end of the post to send the screen shots.August 10, 2010 at 10:19 am #310469
Mike SullivanMemberShalini,
I switched to a new workspace and imported my projects. That fixed it. Thanks I have no more questions/issues.Mike
August 10, 2010 at 11:05 pm #310483
support-shaliniMemberMike,
Good to know that you are all set.
Do let us know if you have any issues. -
AuthorPosts