mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
[187285] patch to mark the directory shown in the table stale when a new resource is created
This commit is contained in:
parent
4034c5bfca
commit
0905ccf300
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||
*
|
||||
* Contributors:
|
||||
* Kevin Doyle (IBM) - [187736] Marked _objectInput stale when new resource created
|
||||
* Martin Oberhuber (Wind River) - [168975] Move RSE Events API to Core
|
||||
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
|
||||
********************************************************************************/
|
||||
|
@ -1027,6 +1028,10 @@ public class SystemTableView
|
|||
}
|
||||
if (!madeChange)
|
||||
{
|
||||
if (_objectInput instanceof ISystemContainer)
|
||||
{
|
||||
((ISystemContainer)_objectInput).markStale(true);
|
||||
}
|
||||
provider.flushCache();
|
||||
madeChange = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue