mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 133881 - Make refreshing after building optional
Work in progress.
This commit is contained in:
parent
8eb36bfd95
commit
5a63896b65
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ public abstract class RefreshExclusionContributor {
|
|||
}
|
||||
|
||||
abstract public RefreshExclusion createExclusion();
|
||||
abstract public void createProperiesUI(Composite parent);
|
||||
abstract public void createProperiesUI(Composite parent, RefreshExclusion exclusion);
|
||||
abstract public RefreshExclusion createExclusionFromXML(Element exclusionElement);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue