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

Difference between revisions of "PTP/designs/remote/CDT/EFS/CModel"

< PTP‎ | designs‎ | remote
(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...)
 
(No difference)

Latest revision as of 17:03, 11 October 2007

  • 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