Vojtěch Krása
- 活动总数 435
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 158
-
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 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? -
创建于 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... -
-
创建于 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... -
创建于 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. -
创建于 Refactoring method parameters
Imagine following code: public void method(String currentText) { Matcher matcher = getMatcher(currentText); while (matcher.find()) { doSomething(currentText, ... -
创建于 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...