mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 12:45:41 +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;
|
||||
}
|
||||
|
||||
private boolean addDirectory() {
|
||||
protected DialogField getDirList(){
|
||||
return fDirList;
|
||||
}
|
||||
protected boolean addDirectory() {
|
||||
boolean changed = false;
|
||||
AddDirectoryDialog dialog = new AddDirectoryDialog( getShell() );
|
||||
dialog.open();
|
||||
|
|
Loading…
Add table
Reference in a new issue