Jezz Santos

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Jezz Santos created a post, AnsweredShowing 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 created a post, AnsweredMouse 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 created a post, AnsweredRider 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 created a post, AnsweredBasePlatformTestCase 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...