Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

PTP/designs/remote/CDT/EFS/CModel

< PTP‎ | designs‎ | remote
Revision as of 17:03, 11 October 2007 by Unnamed Poltroon (Talk) (New page: * 1,469 references to IPath in org.eclipse.cdt.core.model.* ** Labels *** Should be easy to fix, just display URI instead for non-local files ** CoreModel.create(IPath path), CoreModel.cre...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  • 1,469 references to IPath in org.eclipse.cdt.core.model.*
    • Labels
      • Should be easy to fix, just display URI instead for non-local files
    • CoreModel.create(IPath path), CoreModel.createTranslationUnitFrom(ICProject cproject, IPath path)
      • Replace with new path representation
    • Path/macro entry stuff
      • Replace with new path representation
  • IPath ICElement.getPath() is a problem
    • 82 callers
    • Replace with new path representation

Back to the top