|
@@ -34,7 +34,7 @@ class UpdateCompileCommandsAction : AnAction() {
|
|
|
|
|
|
SystemUtils.runvInConsole(
|
|
SystemUtils.runvInConsole(
|
|
project,
|
|
project,
|
|
- xmakeConfiguration.updateCompileCommansLine,
|
|
|
|
|
|
+ xmakeConfiguration.updateCompileCommandsLine,
|
|
false,
|
|
false,
|
|
true,
|
|
true,
|
|
true
|
|
true
|
|
@@ -55,7 +55,7 @@ class UpdateCompileCommandsAction : AnAction() {
|
|
})
|
|
})
|
|
xmakeConfiguration.changed = false
|
|
xmakeConfiguration.changed = false
|
|
} else {
|
|
} else {
|
|
- SystemUtils.runvInConsole(project, xmakeConfiguration.updateCompileCommansLine, false, true, true)
|
|
|
|
|
|
+ SystemUtils.runvInConsole(project, xmakeConfiguration.updateCompileCommandsLine, false, true, true)
|
|
?.addProcessListener(
|
|
?.addProcessListener(
|
|
object : ProcessAdapter() {
|
|
object : ProcessAdapter() {
|
|
override fun processTerminated(e: ProcessEvent) {
|
|
override fun processTerminated(e: ProcessEvent) {
|
|
@@ -75,4 +75,4 @@ class UpdateCompileCommandsAction : AnAction() {
|
|
.notify(project)
|
|
.notify(project)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|