Jezz Santos
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Showing Progress for Actions
AnsweredI 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... -
Edited Mouse and Keyboard support for Actions in Tree
AnsweredI'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... -
Created Rider Action Test Example required
AnsweredHi 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... -
Created BasePlatformTestCase not working
AnsweredI 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...