Skip to main content

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

Hi Jae,
>   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.
>   
Interpreter library elements doesn't have resources.

>   this prevents the 'link with editor' view functionality from working when
> performing source lookup during a debugging session.
>   
I've fixed this in debuger source lookup code. 
Incorrect editor input for interpreter library elements was used.
Code already in CVS and will be in next build.

Andrei.



Back to the top