Mason Pachner

- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 5
-
Created Computationally expensive action
AnsweredI have a computationally expensive action that can happen on certain user events. The event does not need to finish before the user continues, so I would like to push the event onto a separate thre... -
Created Button Bar on certain files
AnsweredI would like to add split view buttons to certain file types, similar to the Markdown plugin. (Buttons are in a bar on the top of .md files, but not others, can split the window into two files) Whe... -
Created Pre process user input on a process.
AnsweredI would like to gather the data a user enters into a running process. If the process prompts "Enter your name: " I can get that information by adding a ProcessListener to the process handler, but h... -
Created Action when user runs configuration
AnsweredI would like to get an event whenever the user presses the default run or debug run button. How do I link into these to my plugin? I've looked into Executors and RunActionState, and this seems like...