Petr Bouda
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created Navigate to code externally
Hi all,First, thank you for your great job regarding Intellij :) … Now, I would like to somehow connect IntelliJ with my external application and navigate externally from to exact Class/Method. Is ... -
Created Multiple Debug Counter as Parameter
AnsweredHello guys, is there any way how to exploit the counter of multiple runs of the same RunConfiguration? On my debug button I am able to see number 3 (I started that 3-times). Is this number exposed ... -
Created Create temporary folder programatically
Hello,how can I create a temporary directory for a plugin in which I copy web application to run using Jetty Runner?And what is the suitable place for this temporary folders / files? Any best pract... -
Created Configure and start RunConfiguration
Hi,please, have you come across a problem to programatically configure, save and show RunConfiguration for any server (e.g. Jetty) and after that run it in custom action?Do you know about any blog ...