- This topic has 5 replies, 2 voices, and was last updated 16 years, 1 month ago by Loyal Water.
-
AuthorPosts
-
zeeshanarifMemberMyEclipse7 is a development release but I noticed that content assist is giving problems when programming in java. I haven’t changed any default options. Am I missing something?
– Zeeshan
Loyal WaterMemberCan you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
What is the problem that you are facing? The menu is not showing up ? The items are not listed ? Or is it some other problem.
zeeshanarifMemberThe problem I am facing is that intellisense feature i.e. once you press ‘.’ in the code doesn’t show up what options are available. Like if I try something like Math. I expect to see static methods of Math class. They are not showing and I verified this with the latest installation of 7.0M2.
Here is the installation summary:
*** Date:
Friday, October 17, 2008 2:47:26 PM EDT** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.0 Milestone-2
Build id: 7.0-M2-20080915*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.0 Milestone-2
Build id: 7.0-M2-20080915Eclipse Project SDK
Version: 3.4.0.v20080522-7O7S-CHEp2gcoGjmFFomLz-d5M8NdvuPgDrH17jw0Mvhe
Build id: I20080617-2000Eclipse Platform
Version: 3.4.0.v20080610-9I96EhtEm-T_5LxIsybz-3MdGZmOA3uwv7Ka_M
Build id: I20080617-2000Eclipse Java Development Tools
Version: 3.4.0.v20080603-2000-7o7tEAXEFpPqqoXxgaBhhhq
Build id: I20080617-2000Eclipse Graphical Editing Framework GEF
Version: 3.4.0.v20080115-677-8082A5696H274A
Build id: 200806091334Eclipse RCP
Version: 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB
Build id: I20080617-2000Eclipse Plug-in Development Environment
Version: 3.4.0.v20080603-7T7U-E_EkMNrNKb39WcMC
Build id: I20080617-2000Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 7.0 M2\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 7.0 M2\eclipse\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.100.v20080509-1800\eclipse_1114.dll
-startup
C:\Program Files\MyEclipse 7.0 M2\eclipse\plugins/org.eclipse.equinox.launcher_1.0.100.v20080509-1800.jar
-exitdata
14ec_60
-clean
-vm
C:\Program Files\MyEclipse 7.0 M2\jre\bin\javaw.exe
Loyal WaterMemberCan you try these steps:-
1. Create a new class called TestClass,2. Add a main method to it.
3. Now try autocompleting Math. in the main method.
public class TestClass { public static void main(String args[]) { Math. } }
Does the autocomplete work?
zeeshanarifMemberI tried and it gave me some dialog saying that content-assist “restore defaults” option. I did that and it has started working. Even though, I never changed my content-assist settings don’t know why it was confused. But anyway, this is solved.
thanks,
– Zeeshan
Loyal WaterMemberGlad its working.
-
AuthorPosts