Stan K

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Stan K created a post, PlannedHow 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 created a post, AnsweredCustom 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 = { ...