Vojtěch Krása
- Total activity 435
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 158
-
Created How to debug maven plugin
I found out that new maven 3.0.5 is broken (http://youtrack.jetbrains.com/issue/IDEA-121292), I would like to fix it since it seriously affects me.My question is, how to debug it? It runs in a sepa... -
Created Intellij-community compilation error
Information:Using javac 1.6.0_20 to compile java sourcesInformation:java: Errors occurred while compiling module 'java-tests'Information:Modules "jps-plugin-system", "remote-servers-git", "main_pyc... -
Created How to close FileChooser dialog from FileChooserToolbar action [SOLVED]
I have made an action to quickly create a new project in the FileChooser dialog, and I would like to immediately open it, but the problem is that the dialog stays opened...I have no idea how could ... -
Created Building Intellij as Ultimate version
Is it somehow possible to build intellij-community, copy compiled libraries into official IJ ultimate installation and use it as Ultimate version? -
Created Multiple carets and selections prototype
@JetbrainsYou might to check out my take on Column selection mode improvement http://youtrack.jetbrains.com/issue/IDEA-80056It is actually two separate issues: multiple carets, and multiple selecti... -
Created IJ 132.556 main toolbar
I am missing a lot of buttons, how can I get them back or add my own? -
Created Loss of basic functionality in IntelliJ - svn diff does not work
For months we are unable to diff files which was moved or renamed - http://youtrack.jetbrains.com/issue/IDEA-105360 , http://youtrack.jetbrains.com/issues?q=E160013It is is deeply disappointing tha... -
Created GitHub intellij-community pull requests
There are 15 pull requests, is anybody even looking at them? I am asking because I would really like this to be merged https://github.com/JetBrains/intellij-community/pull/54 :8}Thanks. -
Created Refactoring method parameters
Imagine following code: public void method(String currentText) { Matcher matcher = getMatcher(currentText); while (matcher.find()) { doSomething(currentText, ... -
Created Problem with JavaProgramPatcher and server integrations(Tomcat, Jetty...)
I am using JavaProgramPatcher to add parameter used by VisualVM, and then start VisualVM in DefaultJavaProgramRunner or GenericDebuggerRunner which results in opened tab in VisualVM on currently ru...