facebook

MyEclipse7 missing content assist

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

    zeeshanarif
    Member

    MyEclipse7 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

    #289098 Reply

    Loyal Water
    Member

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

    #290061 Reply

    zeeshanarif
    Member

    The 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 Workbench

    Version: 7.0 Milestone-2
    Build id: 7.0-M2-20080915

    Eclipse Project SDK

    Version: 3.4.0.v20080522-7O7S-CHEp2gcoGjmFFomLz-d5M8NdvuPgDrH17jw0Mvhe
    Build id: I20080617-2000

    Eclipse Platform

    Version: 3.4.0.v20080610-9I96EhtEm-T_5LxIsybz-3MdGZmOA3uwv7Ka_M
    Build id: I20080617-2000

    Eclipse Java Development Tools

    Version: 3.4.0.v20080603-2000-7o7tEAXEFpPqqoXxgaBhhhq
    Build id: I20080617-2000

    Eclipse Graphical Editing Framework GEF

    Version: 3.4.0.v20080115-677-8082A5696H274A
    Build id: 200806091334

    Eclipse RCP

    Version: 3.4.0.v20080324a-989JERhEk-jWnd5IY8K5tjxB
    Build id: I20080617-2000

    Eclipse Plug-in Development Environment

    Version: 3.4.0.v20080603-7T7U-E_EkMNrNKb39WcMC
    Build id: I20080617-2000

    Eclipse 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

    #290112 Reply

    Loyal Water
    Member

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

    #290117 Reply

    zeeshanarif
    Member

    I 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

    #290121 Reply

    Loyal Water
    Member

    Glad its working.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: MyEclipse7 missing content assist

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