Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jan Cegin
Total activity
20
Last activity
March 23, 2017 20:41
Member since
February 21, 2017 11:30
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
6
Activity overview
Posts (5)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
February 28, 2017 18:14
Thanks very much for your answers, but the one about 1st start of console is still something I have issues with. I am using the ExecutionManager.EXECUTION_TOPIC and the public void processSt...
Community
IntelliJ IDEA Open API and Plugin Development
Get current console output to work with
1 vote
Created
February 27, 2017 19:01
And one more question, which I thought of when working with the solution written in that comment, this seems to work only when I am using the console for the 2nd and more times. For the 1st time, n...
Community
IntelliJ IDEA Open API and Plugin Development
Get current console output to work with
0 votes
Created
February 27, 2017 18:02
Thank you, it helped a lot. But I have another question - is there a way to say when the process which is outputing on the console finished? Other than reading and parsing the text of the output? T...
Community
IntelliJ IDEA Open API and Plugin Development
Get current console output to work with
0 votes
Created
February 22, 2017 19:52
Hi Preetam! I am encountering a similar issue to yours, as I would like to also display hint messages near highlighted lines just as you do. Have you any solutions for this problem? Please share. T...
Community
IntelliJ IDEA Open API and Plugin Development
Show hint/ message near highlighted code
0 votes
Edited
February 22, 2017 19:33
Thanks for the suggestion Alexey. I have some questions though. Right now I want to create these hover popup boxes (or these ProblemDescriptors) when an Action registered in my plugin.xml is activa...
Community
IntelliJ IDEA Open API and Plugin Development
Creating hover popup windows for certain lines
0 votes
Created
February 21, 2017 12:20
Hello Anna! So far which lines are to be colorized is determined by a standalone application which does the parsing of a log file and then sends the results. Right now I am clearing the coloriza...
Community
IntelliJ IDEA Open API and Plugin Development
Creating hover popup windows for certain lines
0 votes