[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: MultiPageEditor example

Rick, to further clarify, in my original reply to you I indicated that you 
should ignore MultiPageEditor and pursue your own implementation path by 
using TabFolder or alternatively subclassing MultiPageEditor.   This was a 
bit misleading, and I strongly urge you to look at the new multi page 
editor support (MultiPageEditorPart, as of build 0.045) rather than to 
pursue a separate solution. Using the new support will ensure your editor 
is consistent with other editors.   This new (and better documented) 
editor should address your concerns with the old one. The old 
MultiPageEditor will be left unchanged but you should be using the new 
one.