Peterphan92
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Created How to call the File -> Open project action? (Without showing the file chooser dialog)
AnsweredWe 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... -
Edited Programmatically set "Generate *.iml files for modules imported from Gradle"
AnsweredFor 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... -
Created Deduping Notifications
AnsweredI 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... -
Edited Pin dependency plugins to specific versions
AnsweredIs 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-... -
Created Programmatically invoke refactor?
AnsweredIs 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...