Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Improved MultiPageEditor support

Scott,

Sorry, but these kinds of improvements will have to wait until after 2.0. 
We are working on critical fixes only at this point and do not have time 
to consider new feature work.
See the plan at http://eclipse.org/eclipse/freeze_plan_2_0.html.

Please enter a feature request to capture your suggestions.

Thanks,
Nick







Scott DeWitt <dewittsd@xxxxxxxxx>
Sent by: platform-ui-dev-admin@xxxxxxxxxxx
30/05/2002 08:10 PM
Please respond to platform-ui-dev

 
        To:     platform-ui-dev@xxxxxxxxxxx
        cc: 
        Subject:        [platform-ui-dev] Improved MultiPageEditor support


Has anyone looked into or made an effort to improve the MultiPageEditor
support such that pages for the multi-page editor can be contributed from 
a
plugin.xml file?  I have designed and implemented this myself but was
wondering if it is part of the new Eclipse 2.0 at all.  My implementation
also allows you to specify a contributor for each page you are 
contributing
and the contributions will activate/deactivate as the pages switch in the
multi-page editor.

However, one thing I'd really like to do is be able to contribute
editorActions to my pages so that others can extend the action set for an
individual page using the editorActions point.  I could rewrite this 
myself
so that I had my own EditorActionBuilder, etc.. but I'd prefer not to. For
now, I could use the EditorActionBuilder but it is internal code so
technically I'm not "supposed" to as it will be subject to change.  If 
this
type of thing is desirab! le, could we make this part of the base so that 
I
could use these implementations like EditorActionBuilder "legally"? Anyone
from OTI give an answer here...

Thanks,
Scott

Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup




Back to the top