Aman
- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 6
-
已编辑于 Adding sources to libraries via a plugin
已回答Hi,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... -
已编辑于 Unable to set python interpreter in PyCharm from plugin
已计划I 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 ... -
创建于 Old values in .iml file overwrite changes made by plugin
已回答I 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... -
创建于 Connect to Gateway with GSSAPI key exchange
已回答Is 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... -
创建于 How to make a StartupActivity to wait for another StartupActivity to finish?
已回答I 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... -
创建于 Select python facet for a module
已回答Hi, 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...