Stan K

- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Stan K 创建了一个帖子, 已计划How to use JBTerminalWidget to emulate terminal behavior?
Hi, In my plugin I want to get user input in a form of interaction with terminal. So I want to get a user query from a terminal, process it in plugin and show result back to terminal window. I have... -
-
Stan K 创建了一个帖子, 已回答Custom language braces alignment when returning an object
I am developing a plugin for IntelliJ IDEA which supports my custom Lua-based language formatting. I expect to get following result func () { //do something return { data = { ...