Peterphan92

- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 5
-
-
Peterphan92 创建了一个帖子, 已回答How to call the File -> Open project action? (Without showing the file chooser dialog)
We have our own “Open Project” button that will pre-run certain commands to bootstrap the project. However, some projects don't need any special logic, so we were wondering how we could programmati... -
Peterphan92 创建了一个帖子, 已回答Programmatically set "Generate *.iml files for modules imported from Gradle"
For our multi-module Python Gradle projects, native gradle import usually fails and we have to check the “Generate *.iml files for modules imported from Gradle” under Settings → Build, Execution, a... -
Peterphan92 创建了一个帖子, 已回答Deduping Notifications
I have a notification that pops up when one of 2 files is changed. If both files are changed, 2 notifications will be displayed and each of the notifications prompts the user to perform the same ac... -
Peterphan92 创建了一个帖子, 已回答Pin dependency plugins to specific versions
Is there a way to pin a plugin dependency to a specific version or prevent upgrades of a specific plugin?For example, say I have a plugin `foo-bar` that uses an API from plugin `other-plugin`.`foo-... -
Peterphan92 创建了一个帖子, 已回答Programmatically invoke refactor?
Is it possible to refactor (rename method/class/variable etc.) outside the IDE? My use-case is I have thousands of repos These repos have places which invoke functions from external libraries (ext...