Jil773

- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 8
-
-
Jil773 created a post, Answeredhow to register a universal editor onlick listener
I want to register an onclick listener for all text-editor tab in the coding area. More specifically, I want to register an onclick listener for all the current editor tabs and those which are open... -
-
-
Jil773 created a post, Answeredhow to invoke the built-in diff action
https://www.jetbrains.com/help/idea/differences-viewer-for-files.html#r_Differences_Viewer.xmld208336e62 So is it possible for me to invoke this action in java code? Because I want to show it as a ... -
-
Jil773 created a post, AnsweredIDEA sandbox: problems with shell command
In my plugin I need to run a python script program, which contains mostly "git", "mvn" and "java -jar". I use something like this to run my program: Process process2=Runtime.getRuntime().exec(); Th... -
-
-
Jil773 created a post, CompletedIssue of gradle support
I am following this tutorial http://www.jetbrains.org/intellij/sdk/docs/tutorials/build_system/prerequisites.html to support gradle for my plugin. But in step 1.2, there is no such a commend: /****...