Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] cdt.debug.ui dependency on cdt.ui ok?

I think that's fine. I was surprised it wasn't a dependency already mind
you the debug UI isn't a huge piece anymore.

Doug. 

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of John Cortell
Sent: Thursday, April 10, 2008 3:02 PM
To: CDT General developers list.
Subject: [cdt-dev] cdt.debug.ui dependency on cdt.ui ok?

Does anyone have an objection to making

    org.eclipse.cdt.ui

a required plugin of

    org.eclipse.cdt.debug.ui

After all, they're both "ui" plugins, and their non-ui counterparts have
the same one way dependency.

The motivation is that I want to refer to the
ITranslationUnitEditorInput within ToggleBreakpointAdapter.java.

John

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top