mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 12:35:22 +02:00
[239908] Need to set the connection in compile manager for Work with Compile Commands Action
This commit is contained in:
parent
ce305463e7
commit
2a0eb8e901
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
* API to the user actions plugin
|
* API to the user actions plugin
|
||||||
* Xuan Chen (IBM) - [225617] [useraction][api] Remove Team view support inside user action.
|
* Xuan Chen (IBM) - [225617] [useraction][api] Remove Team view support inside user action.
|
||||||
* Kevin Doyle (IBM) - [222828] Icons for some Actions Missing
|
* Kevin Doyle (IBM) - [222828] Icons for some Actions Missing
|
||||||
|
* Kevin Doyle (IBM) - [239908] Need to set the connection in compile manager for Work with Compile Commands Action
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.rse.internal.useractions.api.ui.compile;
|
package org.eclipse.rse.internal.useractions.api.ui.compile;
|
||||||
|
|
||||||
|
@ -164,6 +165,10 @@ public class SystemWorkWithCompileCommandsAction extends SystemBaseDialogAction
|
||||||
currProfiles = compileManager.getAllCompileProfiles();
|
currProfiles = compileManager.getAllCompileProfiles();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (subsystem != null) {
|
||||||
|
compileManager.setSystemConnection(subsystem.getHost());
|
||||||
|
}
|
||||||
|
|
||||||
caseSensitive = subsystemFactory.isCaseSensitive();
|
caseSensitive = subsystemFactory.isCaseSensitive();
|
||||||
|
|
||||||
SystemWorkWithCompileCommandsDialog dlg = new SystemWorkWithCompileCommandsDialog(shell, compileManager, currProfile);
|
SystemWorkWithCompileCommandsDialog dlg = new SystemWorkWithCompileCommandsDialog(shell, compileManager, currProfile);
|
||||||
|
|
Loading…
Add table
Reference in a new issue