Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] org.eclipse.ui.part.FileEditorInput not found



The multi-page editor sample is one of the samples that you can also
generate using the PDE new project creation wizard.
This version of the editor will compile without error because it has been
migrated to the new APIs introduced or changed in >= 3.0 M5.

By the way, questions like this one should be asked on the eclipse.platform
newsgroup.

Wassim.


                                                                           
             Phil Hunt                                                     
             <phil.hunt@octets                                             
             tring.com>                                                 To 
             Sent by:                  <pde-ui-dev@xxxxxxxxxxx>            
             pde-ui-dev-admin@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       [pde-ui-dev]                        
             12/23/2003 01:59          org.eclipse.ui.part.FileEditorInput 
             PM                        not found                           
                                                                           
                                                                           
             Please respond to                                             
                pde-ui-dev                                                 
                                                                           
                                                                           





I seem to be having a strange conflict with the multi-part editor example.
It imports a class org.eclipse.ui.part.FileEditorInput.

If I include in the required classes the package org.eclipse.ui.ide on
Win32, it works...although the interface changes and I have to comment out
gotoMarker.

On Mac OS X, I found there was no org.eclipse.ui.ide package and found that
org.eclipse.ui.externaltools had the class.  However, the interface
required the gotoMarker method.

Can anyone help to clarify this conflict and what should be referenced?

Thanks &  Happy Holidays!

Phil Hunt
OctetString



Back to the top