Peterphan92
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
-
Peterphan92 created a post, AnsweredHow 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 created a post, AnsweredProgrammatically 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 created a post, AnsweredDeduping 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 created a post, AnsweredPin 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 created a post, AnsweredProgrammatically 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...