mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-20 15:35:24 +02:00
Allow public access to project so clients can use it to resolve name conflicts. bug 130823
This commit is contained in:
parent
f71ec39ffc
commit
85d212d1c4
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,10 @@ public class ErrorParserManager extends OutputStream {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public IProject getProject() {
|
||||||
|
return fProject;
|
||||||
|
}
|
||||||
|
|
||||||
public IPath getWorkingDirectory() {
|
public IPath getWorkingDirectory() {
|
||||||
if (fDirectoryStack.size() != 0) {
|
if (fDirectoryStack.size() != 0) {
|
||||||
return (IPath) fDirectoryStack.lastElement();
|
return (IPath) fDirectoryStack.lastElement();
|
||||||
|
|
Loading…
Add table
Reference in a new issue