Jezz Santos
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 Showing Progress for Actions
已回答I have a bunch of AnAction and some have long processing, while they deal with IO, thus actionPerformed() takes a while to completeWhat is the general guidance for indicating that your action is do... -
已编辑于 Mouse and Keyboard support for Actions in Tree
已回答I'm learning about how best to organize actions for Tree that I have in a ToolWindow.I would like to trigger an existing Action that I have when the user double-clicks a node in the Tree that I hav... -
创建于 Rider Action Test Example required
已回答Hi I am building a Rider plugin, and want to test my Actions.Apparently testing in a Rider plugin is different than testing in Intellij, and we need to use TestNG instead.I've attempted to use Test... -
创建于 BasePlatformTestCase not working
已回答I have a simple plugin and an simple test, trying to test a simple `AnAction` that I have.https://github.com/jezzsantos/automate.plugin-rider/blob/main/src/test/java/jezzsantos/automate/plugin/infr...