mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
- added protected method that allow customization of this page
This commit is contained in:
parent
57ed777b6c
commit
cbdea1288c
1 changed files with 6 additions and 2 deletions
|
@ -446,9 +446,13 @@ public class ToolSettingsTab extends AbstractCBuildPropertyTab implements IPrefe
|
||||||
setOption(op1[i], op2[i], dst, res);
|
setOption(op1[i], op2[i], dst, res);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected void addFilter(ViewerFilter filter) {
|
||||||
|
optionList.addFilter(filter);
|
||||||
|
}
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
private void setOption(IOption op1, IOption op2, IHoldsOptions dst, IResourceInfo res){
|
protected void setOption(IOption op1, IOption op2, IHoldsOptions dst, IResourceInfo res){
|
||||||
try {
|
try {
|
||||||
switch (op1.getValueType()) {
|
switch (op1.getValueType()) {
|
||||||
case IOption.BOOLEAN :
|
case IOption.BOOLEAN :
|
||||||
|
|
Loading…
Add table
Reference in a new issue