Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic Printable version Log in to check your private messages View next topic
Author Message
msulliv1
Post subject: autocomplete not working when I upgraded to MyEclipse 8.6  PostPosted: Aug 06, 2010 - 05:48 PM



Joined: Aug 06, 2010
Posts: 4

I 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
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-shalini
Post subject: RE: autocomplete not working when I upgraded to MyEclipse 8.  PostPosted: Aug 09, 2010 - 05:26 AM
Registered Member
Registered Member


Joined: May 18, 2009
Posts: 1532

Mike,
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?

_________________
Shalini
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
msulliv1
Post subject: RE: autocomplete not working when I upgraded to MyEclipse 8.  PostPosted: Aug 09, 2010 - 05:12 PM



Joined: Aug 06, 2010
Posts: 4

Shalini,
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 below

Mike 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 Workbench

Version: 8.6
Build id: 8.6-20100723






Eclipse 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,remove 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.configuration
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-shalini
Post subject: RE: autocomplete not working when I upgraded to MyEclipse 8.  PostPosted: Aug 10, 2010 - 05:30 AM
Registered Member
Registered Member


Joined: May 18, 2009
Posts: 1532

Mike,
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.

_________________
Shalini
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
msulliv1
Post subject: RE: autocomplete not working when I upgraded to MyEclipse 8.  PostPosted: Aug 10, 2010 - 04:19 PM



Joined: Aug 06, 2010
Posts: 4

Shalini,
I switched to a new workspace and imported my projects. That fixed it. Thanks I have no more questions/issues.

Mike
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-shalini
Post subject: RE: autocomplete not working when I upgraded to MyEclipse 8.  PostPosted: Aug 11, 2010 - 05:05 AM
Registered Member
Registered Member


Joined: May 18, 2009
Posts: 1532

Mike,
Good to know that you are all set.
Do let us know if you have any issues.

_________________
Shalini
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits