Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Not your parent's tabs

Paul Webster wrote on 07/08/2009 03:41:34 PM:
> On Wed, Jul 8, 2009 at 2:08 PM, Kevin McGuire<Kevin_McGuire@xxxxxxxxxx> wrote:
> > The classes themselves can be found in org.eclipse.e4.ui.widgets.fragment,
> > which for subclassing visibility reasons needed to be a fragement off
> > org.eclipse.swt.  I don't think this is the right long term solution but it
> > was the most expedient given time running out.
>
> For the moment this puts us in the position where to compile e4 UI we
> need to check out org.eclipse.swt (and set the .classpath correctly
> for your platform) so that org.eclipse.e4.ui.widgets.fragment can
> compile.  Without a compiled version of
> org.eclipse.e4.ui.widgets.fragment the swt.renderer plugin will no
> longer compile.

See http://www.eclipse.org/swt/cvs.php for instructions on how to check out SWT from CVS.

Boris


Back to the top