private IFile getIncludeFile(IProject project,
IFileEditorInput editorInput, String relativeFilename) {
IContainer container = getWorkingLocation(editorInput);
- String fullPath = project.getLocation().toString();
+ String fullPath = project.getFullPath().toString();
IFile file = null;
if (relativeFilename.startsWith("../")) {
Path path = new Path(relativeFilename);
if (list != null && list.size() > 0) {
// String workspaceLocation =
// PHPeclipsePlugin.getWorkspace().getRoot().getLocation().toString();
- String workspaceLocation = fProject.getLocation()
+ String workspaceLocation = fProject.getFullPath()
.toString()
+ File.separatorChar;