Aman
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 6
-
Edited Adding sources to libraries via a plugin
AnsweredHi,I am trying to add sources to libraries added from file system by gradle via a plugin in IntelliJ. I am using the following code in a startup activity. I can see that the the sources are attach... -
Edited Unable to set python interpreter in PyCharm from plugin
PlannedI am working on a plugin that configures the project SDK when a project is opened. I use a startup activity to set the project SDK. When I open the project, I can see that the correct SDK has been ... -
Created Old values in .iml file overwrite changes made by plugin
AnsweredI have a plugin that is supposed to configure projects using an implementation of StartupActivity.DumbAware. But sometimes, the changes made by the plugin are overwritten by older values in .iml fi... -
Created Connect to Gateway with GSSAPI key exchange
AnsweredIs it possible to use GSSAPI key exchange for connecting to a Gateway backend server from Gateway client running on windows? If this is not possible as of now, are there any plans to make this work... -
Created How to make a StartupActivity to wait for another StartupActivity to finish?
AnsweredI have two dumbaware StartupActivity implementations that need to execute in a particular order. Is there a way to make one of them wait for the other to finish before executing apart from combinin... -
Created Select python facet for a module
AnsweredHi, I would like to automatically add a python facet to a module from my plugin. I can do this through the UI but I am unable to do so through the plugin. I am aware of FacetManager class and its a...