mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 09:15:38 +02:00
2004-11-04 Alain Magloire
Fix for 77825 from (Mikhail Voronin) * src/org/eclipse/cdt/internal/ui/text/CHelpProviderDescriptor.java
This commit is contained in:
parent
2475ef9679
commit
3b2143318d
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-11-04 Alain Magloire
|
||||
Fix for 77825 from (Mikhail Voronin)
|
||||
* src/org/eclipse/cdt/internal/ui/text/CHelpProviderDescriptor.java
|
||||
|
||||
2004-11-02 Tanya Wolff
|
||||
Fixed content assist extensibility for 77482 - changed context condition
|
||||
for addProposalsFromCompletionContributors() & fixed cursor position
|
||||
|
|
|
@ -97,7 +97,7 @@ public class CHelpProviderDescriptor {
|
|||
if(provider == null){
|
||||
provider = (ICHelpProvider)element.createExecutableExtension(CLASS);
|
||||
providersMap.put(id,provider);
|
||||
}
|
||||
|
||||
final ICHelpProvider c = provider;
|
||||
// Run the initialiser the class
|
||||
ISafeRunnable runnable = new ISafeRunnable() {
|
||||
|
@ -109,6 +109,7 @@ public class CHelpProviderDescriptor {
|
|||
}
|
||||
};
|
||||
Platform.run(runnable);
|
||||
}
|
||||
return provider;
|
||||
}
|
||||
catch(Exception e){
|
||||
|
|
Loading…
Add table
Reference in a new issue