Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] interpreter libraries not in workspace


  i'm having a problem trying to get an IFile instance for an interpreter library path using:

        File file = new File(name);
        Path path = new Path(file.getAbsolutePath());
        IFile f = ResourcesPlugin.getWorkspace().getRoot().getFileForLocation(path);

  the IFile object that is returned is null.

  this prevents the 'link with editor' view functionality from working when performing source lookup during a debugging session.

  is this not implemented or have i not wired something up correctly (while i haven't tried this in w/ any of the other languages, i'm guessing this just isn't implemented).

  if it isn't implemented, any starting point help would be appreciated.
 
--
-jae

Back to the top