Yevgen Bushuyev
- 活动总数 135
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 37
-
创建于 Search Everywhere in IntelliJ 14 on Ubuntu
Hi, Does anybody have problems with Search Everywhere (Double shift) on Ubuntu? Worked in 13, in 14 dialog appears but input field ins't focused. When I try with mouse to put caret there it disappe... -
创建于 Jre expected but jdk found
Hi, After update to intellij 14 can't run simple one-class 'main' method application. This in the log:2014-11-06 15:48:38,000 [2713286] INFO - ij.compiler.impl.CompileDriver - COMPILATION STARTED... -
创建于 extract common members from two classes
Hi, What is the easiest way to extract common members from two classes into new superclass?For example, I wont turn:class A { pirvate String fieldName; private String someOtherA; //getters/se... -
创建于 Artifact's setup cleared after external build
Hi, I have a 'Directory content' added to 'my-webapp:war exploded' artifcat under WEB-INF/classes. Each time I run maven build from console the 'Directory content' is being lost. Is it bug or feat... -
创建于 Why is the "Eliminate duplicates" button is always greyed out?
Hi,This has already been asked once, http://devnet.jetbrains.com/thread/441091 and even answered, but I really can't understand the answer. Does "..., so this was disabled." mean that it just does ... -
创建于 Upgrade to Intellij 13 or install Eclipse?
Hi there.Tried to upgrade intellij, it promised to resent me e-mail describing available renewal options for the license key I specified. Half of an hour passed, no email. So now I'm wondering if I... -
创建于 Update problems on automatic compilation
Hi, I must be missing somthing simple, but still can't find how to get Intelli to update problems list on automatic compilation? Like in eclipse. I tried both with javac and eclipse compilers, no l... -
创建于 Add class from maven module
Hi,I want to use some class from module A in module B in a maven project. Module B has yet no dependency on module A. After typing classname and pressing Alt-Enter on it Idea offers 1. Add dependen... -
创建于 Project builds fine, but errors in editor are still highlighted.
Hi,I'm working on a jfx (java8ea) project. After another update of jdk I got bunch of strange error messages (red underlines of class names) in editors -Class 'XXX' must either be declared abstract... -
创建于 Sources not found for java test case in maven project.
Hi,When running junit testcase in a maven project and then clicking on it in Run on Debug window Idea can't find its sources. It's very annoying. Are there any bugs about it? Can't find any...Best ...