mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 21:25:58 +02:00
- make addDirectory protected so somebody can override it if needed, added getter for fDirList
This commit is contained in:
parent
729b639f75
commit
5ca327814c
1 changed files with 4 additions and 1 deletions
|
@ -369,7 +369,10 @@ public class SolibSearchPathBlock extends Observable implements IMILaunchConfigu
|
||||||
return fShell;
|
return fShell;
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean addDirectory() {
|
protected DialogField getDirList(){
|
||||||
|
return fDirList;
|
||||||
|
}
|
||||||
|
protected boolean addDirectory() {
|
||||||
boolean changed = false;
|
boolean changed = false;
|
||||||
AddDirectoryDialog dialog = new AddDirectoryDialog( getShell() );
|
AddDirectoryDialog dialog = new AddDirectoryDialog( getShell() );
|
||||||
dialog.open();
|
dialog.open();
|
||||||
|
|
Loading…
Add table
Reference in a new issue