Yevgen Bushuyev
- Total activity 135
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 37
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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 ...