Jezz Santos
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
Jezz Santos 创建了一个帖子, 已回答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... -
-
-
Jezz Santos 创建了一个帖子, 已回答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... -
Jezz Santos 创建了一个帖子, 已回答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... -
Jezz Santos 创建了一个帖子, 已回答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...