facebook

Content assistant dont work

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #293342 Reply

    millstone
    Member

    Hi,

    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

    #293377 Reply

    Loyal Water
    Member

    What 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.

    #293434 Reply

    millstone
    Member

    Hi 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
    
    #293468 Reply

    Loyal Water
    Member

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

    #293484 Reply

    millstone
    Member

    Hi,

    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.
    }
    
    #293516 Reply

    Loyal Water
    Member
    
    public 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?

    #293520 Reply

    millstone
    Member

    nothing, dosn’t work… 🙁
    please, don’t tell me to reinstall it…

    #293558 Reply

    Loyal Water
    Member

    If 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.

    #293642 Reply

    millstone
    Member

    Hi, works. Hmmm, ok, i’ll play a little bit with the workspace settings…

    Thx.

    #293683 Reply

    Loyal Water
    Member

    Your welcome.

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: Content assistant dont work

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

You must be logged in to post in the forum log in