Mason Pachner
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 5
-
创建于 Computationally expensive action
已回答I 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... -
创建于 Button Bar on certain files
已回答I 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... -
创建于 Pre process user input on a process.
已回答I 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... -
创建于 Action when user runs configuration
已回答I 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...