Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] CEditor.getInputFile is gone

I removed the method. It was marked @deprecated for a long time.

See ShowInDOMViewAction.getInputFile(ITextEditor) for a replacement.
(It's in the o.e.cdt.ui.tests plug-in).

Toni
--
Anton Leherbauer
Wind River CDT Team, Austria

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Beth Tibbitts
Sent: Tuesday, May 29, 2007 9:07 PM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] CEditor.getInputFile is gone


I just got eclipse 3.3RC2 and cdt 4.0 rc2.
CEditor.getInputFile() no longer exists.
What should I do to replace it?   It returned an IFile.

...Beth

Beth Tibbitts  (859) 243-4981  (TL 545-4981) High Productivity Tools /
Parallel Tools  http://eclipse.org/ptp IBM T.J.Watson Research Center
Mailing Address:  IBM Corp., 455 Park Place, Lexington, KY 40511

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


Back to the top