Michael Klatt
- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 17
-
已编辑于 Using a NopProcessHandler
已回答I'm creating a run configuration that uses internal code rather an external executable to perform its tasks. From what I can tell, I need to return a NopProcessHandler from my RunProfileState.execu... -
创建于 Dynamically replacing dialog input components using the DSL UI
已回答I have a text input field whose type (plain text vs file path) depends on the value of a combo box field. When the user changes the combo box field, I would like to the text input field to be modif... -
创建于 Launch a Run/Debug Configuration setting dialog
已回答Per Creating a Run Configuration from Context, I am trying to launch the settings editor for the appropriate run configuration every time it is created: override fun onFirstRun( configur... -
已编辑于 Context menu display name for Run Configuration Producer
已回答For context: idea-ansible-plugin#8.Per Creating a Run Configuration from Context, I am using com.intellij.execution.actions.LazyRunConfigurationProducer to implement creating a run configuration vi... -
创建于 Unit tests fail on Apple Silicon with Gradle :test task but pass with JUnit test runner
已回答NOTE: This is an update to Plugin tests are failing on Apple Silicon. I also submitted it to YouTrack as IDEA-304723, but it's not really an IntelliJ bug. I have an IDEA plugin that has failing uni... -
创建于 Discrepancy between Gradle and JUnit test runners on Apple Silicon
This is an extension of Plugin tests are failing on Apple Silicon; see also idea-netcdf-plugin/issues/1 I do not believe this is an issue of trying to run a UI test with com.intellij.testFramework.... -
创建于 Plugin tests are failing on Apple Silicon
已回答I recently moved a plugin project (https://github.com/mdklatt/idea-netcdf-plugin) to a new Apple Silicon MacBook running macOS 12.6 (Monterrey) with IntelliJ CE 2022.2.3. Unit tests that pass on In... -
创建于 How does the Docker toolchain environment file work?
已回答The Docker toolchain menu has an option for specifying an environment file, but I don't see any documentation for what this file is supposed to be? Is this a shell script that runs inside the Docke... -
创建于 Finding Maven coordinates for IntelliJ platform artifacts
已回答I am refactoring common code used by multiple plugins into a library. The library needs to use IntelliJ platform classes, but I cannot figure out the correct Maven coordinates to put into my Gradle... -
创建于 How exactly does CLion run a Docker toolchain?
已回答I'm trying to set up fixuid as a solution for the user permission problem described in CPP-27415. I'm able to get fixuid to work as expected if I manually run a Docker image, but not when using tha...