Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » org.eclipse.ui.parts.editors missing in v2.1
org.eclipse.ui.parts.editors missing in v2.1 [message #22943] Tue, 29 April 2003 18:35 Go to next message
Eclipse UserFriend
Originally posted by: sinleeh.hotmail.com

Dear all,

I was trying to use the extension org.eclipse.ui.parts.editors to define a
new editor as I did in RC3 but eclipse kept on telling me that that
extension does not exist. I apreciate any clues to why this is the case.

Thanking you in advance and best regards,
Sinleeh
Re: org.eclipse.ui.parts.editors missing in v2.1 [message #23228 is a reply to message #22943] Tue, 29 April 2003 19:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: simon.ibm.oti.lab

The extension point is org.eclipse.ui.editors (there is no .parts in the
extension point name). It's been like that since release 1.0

Simon :-)

"sinleeh" <sinleeh@hotmail.com> wrote in message
news:b8mgkr$i4d$1@rogue.oti.com...
> Dear all,
>
> I was trying to use the extension org.eclipse.ui.parts.editors to define a
> new editor as I did in RC3 but eclipse kept on telling me that that
> extension does not exist. I apreciate any clues to why this is the case.
>
> Thanking you in advance and best regards,
> Sinleeh
>
Re: org.eclipse.ui.parts.editors missing in v2.1 [message #23850 is a reply to message #23228] Wed, 30 April 2003 14:20 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sinleeh.hotmail.com

Dear Simon et.al.,
Thanks for the answer. It was a typo on my part. I did tried it with
org.eclipse.ui.editors. The funny thing is, eventhough I am using version
2.1, I cannot find any extension point org.eclipse.ui.editors to connect
my editor to.

In fact, when compared to RC3a on Windows, when editing the plugin.xml
file using the provided editor, under the tag "extensions" clicking
"Add"->Generic Wizard->Schema-based extension->Next does not show up any
extension points.
Also, if I were on the Dependencies page and click "Add" on the section
"required plugin", the screen which is used to be populated with a lot of
plugin is just empty on v2.1.

I downloaded the SDK version. This happens on both solaris8 and linux
version, where did I go wrong?

Thanking you in advance.

Best regards,
sinleeh

Simon Arsenault wrote:

> The extension point is org.eclipse.ui.editors (there is no .parts in the
> extension point name). It's been like that since release 1.0

> Simon :-)

> "sinleeh" <sinleeh@hotmail.com> wrote in message
> news:b8mgkr$i4d$1@rogue.oti.com...
> > Dear all,
> >
> > I was trying to use the extension org.eclipse.ui.parts.editors to define a
> > new editor as I did in RC3 but eclipse kept on telling me that that
> > extension does not exist. I apreciate any clues to why this is the case.
> >
> > Thanking you in advance and best regards,
> > Sinleeh
> >
Re: org.eclipse.ui.parts.editors missing in v2.1 [message #24208 is a reply to message #23850] Wed, 30 April 2003 15:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: simon.ibm.oti.lab

Open a problem report against the PDE team in bugzilla

Simon :-)

"sinleeh" <sinleeh@hotmail.com> wrote in message
news:b8om3e$35p$1@rogue.oti.com...
> Dear Simon et.al.,
> Thanks for the answer. It was a typo on my part. I did tried it with
> org.eclipse.ui.editors. The funny thing is, eventhough I am using version
> 2.1, I cannot find any extension point org.eclipse.ui.editors to connect
> my editor to.
>
> In fact, when compared to RC3a on Windows, when editing the plugin.xml
> file using the provided editor, under the tag "extensions" clicking
> "Add"->Generic Wizard->Schema-based extension->Next does not show up any
> extension points.
> Also, if I were on the Dependencies page and click "Add" on the section
> "required plugin", the screen which is used to be populated with a lot of
> plugin is just empty on v2.1.
>
> I downloaded the SDK version. This happens on both solaris8 and linux
> version, where did I go wrong?
>
> Thanking you in advance.
>
> Best regards,
> sinleeh
>
> Simon Arsenault wrote:
>
> > The extension point is org.eclipse.ui.editors (there is no .parts in the
> > extension point name). It's been like that since release 1.0
>
> > Simon :-)
>
> > "sinleeh" <sinleeh@hotmail.com> wrote in message
> > news:b8mgkr$i4d$1@rogue.oti.com...
> > > Dear all,
> > >
> > > I was trying to use the extension org.eclipse.ui.parts.editors to
define a
> > > new editor as I did in RC3 but eclipse kept on telling me that that
> > > extension does not exist. I apreciate any clues to why this is the
case.
> > >
> > > Thanking you in advance and best regards,
> > > Sinleeh
> > >
>
>
>
>
>
Re: org.eclipse.ui.parts.editors missing in v2.1 [message #24290 is a reply to message #24208] Wed, 30 April 2003 15:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sinleeh.hotmail.com

Dear Simon,

I'm not actually certain it is a bug, now that I had solved the mistery:
It appears that I was actually in Java Development Perspective. After
switching to Plug-in Development Perspective, I started a new plug-in
project from scratch and perform the same steps to add a new extensions, a
warning was displayed saying that Extension were by default disabled, and
by clicking OK they will all be enabled. After clicking OK everything is
OK, including dependencies pages.

This makes me think that it is the intention of the PDE development team
of not displaying available extension points when the user first startup.
To me, the problem is that this changes in behaviour from previous edition
is not documented clearly. Do you still think it is worth writing a
problem report?

Once again, thank you for all your assistance. It is greatly appreciated.

Best regards,
Sinleeh


Simon Arsenault wrote:

> Open a problem report against the PDE team in bugzilla

> Simon :-)

> "sinleeh" <sinleeh@hotmail.com> wrote in message
> news:b8om3e$35p$1@rogue.oti.com...
> > Dear Simon et.al.,
> > Thanks for the answer. It was a typo on my part. I did tried it with
> > org.eclipse.ui.editors. The funny thing is, eventhough I am using version
> > 2.1, I cannot find any extension point org.eclipse.ui.editors to connect
> > my editor to.
> >
> > In fact, when compared to RC3a on Windows, when editing the plugin.xml
> > file using the provided editor, under the tag "extensions" clicking
> > "Add"->Generic Wizard->Schema-based extension->Next does not show up any
> > extension points.
> > Also, if I were on the Dependencies page and click "Add" on the section
> > "required plugin", the screen which is used to be populated with a lot of
> > plugin is just empty on v2.1.
> >
> > I downloaded the SDK version. This happens on both solaris8 and linux
> > version, where did I go wrong?
> >
> > Thanking you in advance.
> >
> > Best regards,
> > sinleeh
> >
> > Simon Arsenault wrote:
> >
> > > The extension point is org.eclipse.ui.editors (there is no .parts in the
> > > extension point name). It's been like that since release 1.0
> >
> > > Simon :-)
> >
> > > "sinleeh" <sinleeh@hotmail.com> wrote in message
> > > news:b8mgkr$i4d$1@rogue.oti.com...
> > > > Dear all,
> > > >
> > > > I was trying to use the extension org.eclipse.ui.parts.editors to
> define a
> > > > new editor as I did in RC3 but eclipse kept on telling me that that
> > > > extension does not exist. I apreciate any clues to why this is the
> case.
> > > >
> > > > Thanking you in advance and best regards,
> > > > Sinleeh
> > > >
> >
> >
> >
> >
> >
Re: org.eclipse.ui.parts.editors missing in v2.1 [message #24812 is a reply to message #24290] Wed, 30 April 2003 18:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: simon.ibm.oti.lab

Yes, open a problem report to PDE so they can explain what is happening.
Maybe there is something else wrong that is causing the extension point not
to be visible at first.

Simon :-)

"sinleeh" <sinleeh@hotmail.com> wrote in message
news:b8orrk$8si$1@rogue.oti.com...
> Dear Simon,
>
> I'm not actually certain it is a bug, now that I had solved the mistery:
> It appears that I was actually in Java Development Perspective. After
> switching to Plug-in Development Perspective, I started a new plug-in
> project from scratch and perform the same steps to add a new extensions, a
> warning was displayed saying that Extension were by default disabled, and
> by clicking OK they will all be enabled. After clicking OK everything is
> OK, including dependencies pages.
>
> This makes me think that it is the intention of the PDE development team
> of not displaying available extension points when the user first startup.
> To me, the problem is that this changes in behaviour from previous edition
> is not documented clearly. Do you still think it is worth writing a
> problem report?
>
> Once again, thank you for all your assistance. It is greatly appreciated.
>
> Best regards,
> Sinleeh
>
>
> Simon Arsenault wrote:
>
> > Open a problem report against the PDE team in bugzilla
>
> > Simon :-)
>
> > "sinleeh" <sinleeh@hotmail.com> wrote in message
> > news:b8om3e$35p$1@rogue.oti.com...
> > > Dear Simon et.al.,
> > > Thanks for the answer. It was a typo on my part. I did tried it with
> > > org.eclipse.ui.editors. The funny thing is, eventhough I am using
version
> > > 2.1, I cannot find any extension point org.eclipse.ui.editors to
connect
> > > my editor to.
> > >
> > > In fact, when compared to RC3a on Windows, when editing the plugin.xml
> > > file using the provided editor, under the tag "extensions" clicking
> > > "Add"->Generic Wizard->Schema-based extension->Next does not show up
any
> > > extension points.
> > > Also, if I were on the Dependencies page and click "Add" on the
section
> > > "required plugin", the screen which is used to be populated with a lot
of
> > > plugin is just empty on v2.1.
> > >
> > > I downloaded the SDK version. This happens on both solaris8 and linux
> > > version, where did I go wrong?
> > >
> > > Thanking you in advance.
> > >
> > > Best regards,
> > > sinleeh
> > >
> > > Simon Arsenault wrote:
> > >
> > > > The extension point is org.eclipse.ui.editors (there is no .parts in
the
> > > > extension point name). It's been like that since release 1.0
> > >
> > > > Simon :-)
> > >
> > > > "sinleeh" <sinleeh@hotmail.com> wrote in message
> > > > news:b8mgkr$i4d$1@rogue.oti.com...
> > > > > Dear all,
> > > > >
> > > > > I was trying to use the extension org.eclipse.ui.parts.editors to
> > define a
> > > > > new editor as I did in RC3 but eclipse kept on telling me that
that
> > > > > extension does not exist. I apreciate any clues to why this is the
> > case.
> > > > >
> > > > > Thanking you in advance and best regards,
> > > > > Sinleeh
> > > > >
> > >
> > >
> > >
> > >
> > >
>
>
>
>
>
Re: org.eclipse.ui.parts.editors missing in v2.1 [message #25572 is a reply to message #24812] Thu, 01 May 2003 14:11 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sinleeh.hotmail.com

Dear Simon,

I will do it as soon as I gather more information about this on the other
platforms that I am testing eclipse on (Win32, Debian Linux and Solaris8).

Many thanks,
sinleeh. ;)

Simon Arsenault wrote:

> Yes, open a problem report to PDE so they can explain what is happening.
> Maybe there is something else wrong that is causing the extension point not
> to be visible at first.

> Simon :-)

> "sinleeh" <sinleeh@hotmail.com> wrote in message
> news:b8orrk$8si$1@rogue.oti.com...
> > Dear Simon,
> >
> > I'm not actually certain it is a bug, now that I had solved the mistery:
> > It appears that I was actually in Java Development Perspective. After
> > switching to Plug-in Development Perspective, I started a new plug-in
> > project from scratch and perform the same steps to add a new extensions, a
> > warning was displayed saying that Extension were by default disabled, and
> > by clicking OK they will all be enabled. After clicking OK everything is
> > OK, including dependencies pages.
> >
> > This makes me think that it is the intention of the PDE development team
> > of not displaying available extension points when the user first startup.
> > To me, the problem is that this changes in behaviour from previous edition
> > is not documented clearly. Do you still think it is worth writing a
> > problem report?
> >
> > Once again, thank you for all your assistance. It is greatly appreciated.
> >
> > Best regards,
> > Sinleeh
> >
> >
> > Simon Arsenault wrote:
> >
> > > Open a problem report against the PDE team in bugzilla
> >
> > > Simon :-)
> >
> > > "sinleeh" <sinleeh@hotmail.com> wrote in message
> > > news:b8om3e$35p$1@rogue.oti.com...
> > > > Dear Simon et.al.,
> > > > Thanks for the answer. It was a typo on my part. I did tried it with
> > > > org.eclipse.ui.editors. The funny thing is, eventhough I am using
> version
> > > > 2.1, I cannot find any extension point org.eclipse.ui.editors to
> connect
> > > > my editor to.
> > > >
> > > > In fact, when compared to RC3a on Windows, when editing the plugin.xml
> > > > file using the provided editor, under the tag "extensions" clicking
> > > > "Add"->Generic Wizard->Schema-based extension->Next does not show up
> any
> > > > extension points.
> > > > Also, if I were on the Dependencies page and click "Add" on the
> section
> > > > "required plugin", the screen which is used to be populated with a lot
> of
> > > > plugin is just empty on v2.1.
> > > >
> > > > I downloaded the SDK version. This happens on both solaris8 and linux
> > > > version, where did I go wrong?
> > > >
> > > > Thanking you in advance.
> > > >
> > > > Best regards,
> > > > sinleeh
> > > >
> > > > Simon Arsenault wrote:
> > > >
> > > > > The extension point is org.eclipse.ui.editors (there is no .parts in
> the
> > > > > extension point name). It's been like that since release 1.0
> > > >
> > > > > Simon :-)
> > > >
> > > > > "sinleeh" <sinleeh@hotmail.com> wrote in message
> > > > > news:b8mgkr$i4d$1@rogue.oti.com...
> > > > > > Dear all,
> > > > > >
> > > > > > I was trying to use the extension org.eclipse.ui.parts.editors to
> > > define a
> > > > > > new editor as I did in RC3 but eclipse kept on telling me that
> that
> > > > > > extension does not exist. I apreciate any clues to why this is the
> > > case.
> > > > > >
> > > > > > Thanking you in advance and best regards,
> > > > > > Sinleeh
> > > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> >
> >
> >
> >
> >
Re: org.eclipse.ui.parts.editors missing in v2.1 [message #26128 is a reply to message #25572] Thu, 01 May 2003 16:59 Go to previous message
Eclipse UserFriend
Originally posted by: sinleeh.hotmail.com

Dear Simon et. al,

I submitted the bug. It is bug number 37139

Best regards,
Sinleeh

sinleeh wrote:

> Dear Simon,

> I will do it as soon as I gather more information about this on the other
> platforms that I am testing eclipse on (Win32, Debian Linux and Solaris8).

> Many thanks,
> sinleeh. ;)

> Simon Arsenault wrote:

> > Yes, open a problem report to PDE so they can explain what is happening.
> > Maybe there is something else wrong that is causing the extension point not
> > to be visible at first.

> > Simon :-)

> > "sinleeh" <sinleeh@hotmail.com> wrote in message
> > news:b8orrk$8si$1@rogue.oti.com...
> > > Dear Simon,
> > >
> > > I'm not actually certain it is a bug, now that I had solved the mistery:
> > > It appears that I was actually in Java Development Perspective. After
> > > switching to Plug-in Development Perspective, I started a new plug-in
> > > project from scratch and perform the same steps to add a new extensions,
a
> > > warning was displayed saying that Extension were by default disabled, and
> > > by clicking OK they will all be enabled. After clicking OK everything is
> > > OK, including dependencies pages.
> > >
> > > This makes me think that it is the intention of the PDE development team
> > > of not displaying available extension points when the user first startup.
> > > To me, the problem is that this changes in behaviour from previous
edition
> > > is not documented clearly. Do you still think it is worth writing a
> > > problem report?
> > >
> > > Once again, thank you for all your assistance. It is greatly appreciated.
> > >
> > > Best regards,
> > > Sinleeh
> > >
> > >
> > > Simon Arsenault wrote:
> > >
> > > > Open a problem report against the PDE team in bugzilla
> > >
> > > > Simon :-)
> > >
> > > > "sinleeh" <sinleeh@hotmail.com> wrote in message
> > > > news:b8om3e$35p$1@rogue.oti.com...
> > > > > Dear Simon et.al.,
> > > > > Thanks for the answer. It was a typo on my part. I did tried it with
> > > > > org.eclipse.ui.editors. The funny thing is, eventhough I am using
> > version
> > > > > 2.1, I cannot find any extension point org.eclipse.ui.editors to
> > connect
> > > > > my editor to.
> > > > >
> > > > > In fact, when compared to RC3a on Windows, when editing the
plugin.xml
> > > > > file using the provided editor, under the tag "extensions" clicking
> > > > > "Add"->Generic Wizard->Schema-based extension->Next does not show up
> > any
> > > > > extension points.
> > > > > Also, if I were on the Dependencies page and click "Add" on the
> > section
> > > > > "required plugin", the screen which is used to be populated with a
lot
> > of
> > > > > plugin is just empty on v2.1.
> > > > >
> > > > > I downloaded the SDK version. This happens on both solaris8 and linux
> > > > > version, where did I go wrong?
> > > > >
> > > > > Thanking you in advance.
> > > > >
> > > > > Best regards,
> > > > > sinleeh
> > > > >
> > > > > Simon Arsenault wrote:
> > > > >
> > > > > > The extension point is org.eclipse.ui.editors (there is no .parts
in
> > the
> > > > > > extension point name). It's been like that since release 1.0
> > > > >
> > > > > > Simon :-)
> > > > >
> > > > > > "sinleeh" <sinleeh@hotmail.com> wrote in message
> > > > > > news:b8mgkr$i4d$1@rogue.oti.com...
> > > > > > > Dear all,
> > > > > > >
> > > > > > > I was trying to use the extension org.eclipse.ui.parts.editors to
> > > > define a
> > > > > > > new editor as I did in RC3 but eclipse kept on telling me that
> > that
> > > > > > > extension does not exist. I apreciate any clues to why this is
the
> > > > case.
> > > > > > >
> > > > > > > Thanking you in advance and best regards,
> > > > > > > Sinleeh
> > > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >
> > >
> > >
Previous Topic:Why does eclipse have linux motif and gtk2 build separately?
Next Topic:Slush Bucket (PickList)
Goto Forum:
  


Current Time: Thu Aug 08 23:11:18 GMT 2024

Powered by FUDForum. Page generated in 0.04529 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top