- This topic has 9 replies, 2 voices, and was last updated 15 years, 10 months ago by Loyal Water.
-
AuthorPosts
-
millstoneMemberHi,
the content assistant (ctrl + space) dont work anymore. Dont really know what happened. Its not a project problem, seams to be an IDE problem.
Please help…
THX
Loyal WaterMemberWhat editor is the content -assist not working in? What file were you working with?
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
millstoneMemberHi support-nipun,
i’m working with normal java files at Kubuntu 8.10 via the pulse installation. And there the assistant doesnt work.
Added at *.ini -Dlinux.experimental=true…*** Date: Dienstag, 13. Januar 2009 10.15 Uhr GMT+01:00 ** System properties: OS=Linux OS version=2.6.27 Java version=1.5.0_11 *** MyEclipse details: MyEclipse Enterprise Workbench Version: 7.0 Build id: 7.0-20081201 *** Eclipse details: MyEclipse Enterprise Workbench Version: 7.0 Build id: 7.0-20081201 Eclipse Platform Version: 3.4.1.r341_v20080731-9I96EiDElYevwz-p1bP5z-NlAaP7vtX6Utotqsu Build id: M20080911-1700 Eclipse Java Development Tools Version: 3.4.1.r341_v20080709-0800-7o7tEAfEF_U5qyUgrb2HAp539P97 Build id: M20080709-0800 Eclipse Graphical Editing Framework GEF Version: 3.4.1.v20080806-67718083A56B4H2A3213573 Build id: 200809101400 Eclipse RCP Version: 3.4.100.r341_v20080814-989JESIEdAciFYfkZZsBfSwQ2341 Build id: M20080703-0800 Eclipse Plug-in Development Environment Version: 3.4.1.r341_v20080731-7T7U0E9mlRIuGUYviF_VP Build id: M20080703-0800 Eclipse startup command=-os linux -ws gtk -arch x86 -showsplash -launcher /home/.../software/Pulse/Profiles/MyEclipse 7.0/myeclipse -name Myeclipse --launcher.library /home/.../software/Pulse/Profiles/MyEclipse 7.0//../../Common/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v20080805/eclipse_1115.so -startup /home/.../software/Pulse/Profiles/MyEclipse 7.0//../../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar -exitdata 238002 -clean -configuration /home/.../software/Pulse/Profiles/MyEclipse 7.0/configuration -vm /home/.../software/Pulse/Common/binary/com.sun.java.jre.linux.x86_1.5.0.011/bin/java
Loyal WaterMembermillstone,
What editor are you working with and can you point out a sample code where the content assist does not work? I just want to make sure you tried content assist in a method because the content assist will work and show the tags where they can be placed.
millstoneMemberHi,
i’m using the normal Java Editor at MyEclipse Java Enterprise and/or Java View…
public class Test { pr }
At this simple sample I can’t use the ctrl+space to complete the “private”. and it goes on. If i do it manually like the following, “str.”+ctrl+space doesn’t show anything…
public class Test { private String str; str. }
Loyal WaterMemberpublic class Test { private String str; public void abc() { } }
Add the method abc like I have pointed above to your class. Now try str. in the method
public class Test { private String str; public void abc() { str. } }
Does content assist work for you?
millstoneMembernothing, dosn’t work… 🙁
please, don’t tell me to reinstall it…
Loyal WaterMemberIf you are unable to get the code assist to work in a method then something seems to be wrong.
Can you switch to a new workspace, create a new web project, add a class file to it and check if the code assist works. Please make sure you try the code assist in a method like I pointed out earlier.
I hope this works.
millstoneMemberHi, works. Hmmm, ok, i’ll play a little bit with the workspace settings…
Thx.
Loyal WaterMemberYour welcome.
-
AuthorPosts