- This topic has 8 replies, 2 voices, and was last updated 15 years, 9 months ago by Loyal Water.
-
AuthorPosts
-
Ashish SarafMemberHi,
I am using myeclipse enterprise ver 7. When I press control and space bar the i do not get autocomplete feature or code insight. these options were working on the previous versions. could you let me know how to configure them please.REgards,
AS
Loyal WaterMemberHi,
What is the editor that you are working with and what code are you trying to get the autocomplete options to show up for?Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
Ashish SarafMemberHi,
Thanks for your mail.
By Autocomplete I mean when you press control and space bar at the time of editing the source, relevant details are popped up.installation details are as follows:
———
*** Date:
Wednesday, February 4, 2009 7:48:14 PM IST** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.0
Build id: 7.0-20081201*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 7.0
Build id: 7.0-20081201Eclipse Platform
Version: 3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu
Build id: M20080911-1700Eclipse Java Development Tools
Version: 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97
Build id: M20080709-0800Eclipse Graphical Editing Framework GEF
Version: 3.4.1.v20080806-67718083A56B4H2A3213573
Build id: 200809101400Eclipse RCP
Version: 3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341
Build id: M20080703-0800Eclipse Plug-in Development Environment
Version: 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP
Build id: M20080703-0800Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\Genuitec\MyEclipse 7.0\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
C:\Program Files\Genuitec\MyEclipse 7.0\../Common\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar
-clean
-configuration
configuration
-vm
C:\Program Files\Genuitec\Common\binary\com.sun.java.jre.win32.x86_1.5.0.011\bin\client\jvm.dll————–
Regards,
Ashish Saraf
Loyal WaterMemberAshish,
You installation looks fine. Can you paste a sample file (along with the file extension) here for me tell me what line you are trying to auto complete. Also, can you tell me what editor you are editing the file in.Thanks.
Ashish SarafMemberHi,
The correct word for my problem, which I located after search on help is “Code Assist”.this feature is not working on my system. What i get is a blank code assist popup and it says “No default proposals”
thanks and regards,
Ashish Saraf
Loyal WaterMemberThis is what I want you to try:-
1. Create a new Web Project.
2. Add a new class file called “Test” to it.
3. Add the following code to Test.java:-public class Test { String s; void testString(){ s="test"; s. } }
4. Now try code assist (ctrl + Space) after “s.”. Does it show you a drop down list?
Ashish SarafMemberHi,
I do get a drop down list, but it show only “No Default Proposals” in it.Thanks and regards,
Ashish Saraf
Ashish SarafMemberHi,
I could figure out the options were not set properly on myEclipse.Window —> Preferences —> Java –> Editor —> Content Assist —> Advanced and clicked on resotre defaults button.
Thanks and regards,
Ashish Saraf
Loyal WaterMemberYour welcome.
-
AuthorPosts