mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-06 07:45:50 +02:00
Add API change information for adding progress monitor to file subsystem
This commit is contained in:
parent
782d2eb994
commit
d6c020513f
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,9 @@ More information can be found in the associated bugzilla items.
|
||||||
<!--
|
<!--
|
||||||
<li><b>Cleaned up ISystemRegistry</b> - removed or changed signature of several methods [<a href="https://bugs.eclipse.org/bugs/showdependencytree.cgi?id=175680">175680</a>].</li>
|
<li><b>Cleaned up ISystemRegistry</b> - removed or changed signature of several methods [<a href="https://bugs.eclipse.org/bugs/showdependencytree.cgi?id=175680">175680</a>].</li>
|
||||||
-->
|
-->
|
||||||
|
<li><b>Added IProgressMonitor parameter</b> to all long-running IRemoteFileSubSystem
|
||||||
|
methods. Clients need to pass in a NullProgressMonitor in all these methods now.
|
||||||
|
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=184322">184322</a>].</li>
|
||||||
<li><b>Use IRSESystemType</b> instead of String systemTypeName everywhere -
|
<li><b>Use IRSESystemType</b> instead of String systemTypeName everywhere -
|
||||||
this is the prerequisite for allowing system type labels to be translated
|
this is the prerequisite for allowing system type labels to be translated
|
||||||
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=180688">180688</a>].</li>
|
[<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=180688">180688</a>].</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue