facebook

Control + space bar does not show code insight

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

    Ashish Saraf
    Member

    Hi,
    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

    #294332 Reply

    Loyal Water
    Member

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

    #294339 Reply

    Ashish Saraf
    Member

    Hi,
    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 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
    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

    #294349 Reply

    Loyal Water
    Member

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

    #294404 Reply

    Ashish Saraf
    Member

    Hi,
    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

    #294435 Reply

    Loyal Water
    Member

    This 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?

    #294471 Reply

    Ashish Saraf
    Member

    Hi,
    I do get a drop down list, but it show only “No Default Proposals” in it.

    Thanks and regards,
    Ashish Saraf

    #294472 Reply

    Ashish Saraf
    Member

    Hi,
    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

    #294505 Reply

    Loyal Water
    Member

    Your welcome.

Viewing 9 posts - 1 through 9 (of 9 total)
Reply To: Control + space bar does not show code insight

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