Java: see compile errors throughout project on save?
I've tried to switch from Eclipse to IntelliJ for my Java development. The one issue I have is that I want to quickly see any compile errors throughout my project when I make changes in a given file....
View ArticleIntellij 12.0 ultimate doesn't work debugger in javascript
I'm trying to debug a javascript code in index.html file. so I installed a plugin LiveEdit of intellij IDE and jetbrains IDE support extention of chrome. and then move to intellij IDE screen, I clicked...
View ArticleFind Occurrences - How to Remove Item from Occurrences List?
Hi! Is it possible to remove items from the list of occurrences returned by "Edit->Find->Find in Path"?"Delete" only strikes through the occurrence, but it remains listed. This leaves the...
View Articleimport java ee project created in netbeans
Hi, We're doing some lab work. We started a java ee project in netbeans (ejb, jsf, jpa) and now I'm trying to import it into my fresh new intellij idea 13.1 installation. I'm having some trouble with...
View ArticleDuplicate case label : IDE Bug?
Hello, I am experiencing a "Duplicate case Label" using this code in a win-1252 codepage : for (int cnt = 0; cnt < nrOfChars; cnt++) { ch = someText.toLowerCase().charAt(cnt);...
View ArticleHow can I get full coverage on class of static utility methods?
Consider the following minimal class: publicabstractclass UtilityClass { private UtilityClass() {} publicstaticvoid utilityMethod() {}}When I run the tests with coverage, the empty constructor...
View ArticleHow can I stop github integration?
Hello, I shared a project on github via IntelliJ but I no longer want to do this. How can I stop IntelliJ from continuing this git integration? I have deleted the repository from git hub its self but...
View ArticleRestful Web Service(2.2) project template: Could not resolve 'HttpServerFactory'
I am trying to create a project in Intellij Idea 13 using RESTFul Web Service template but the generated code gives Could not resolve 'HttpServerFactory' error.The related import statement is...
View ArticleHow to select diagram type?
Hello. I use IntelliJ IDEA 135-1230 and MAC OSX 10.9.5. I also use python and SQLAlchemy. I want to see SQLAlchemy diagram. I checked SQLAlchemy Model Diagram feature and clicked diagram on context...
View ArticleReindexing may not be honoring exclusion list
I'm developing an application with ember-cli and find that the project reindexes every time that ember server rebuilds the project (after every file change). The relevant directories have been...
View ArticleHow to dock floating Watches window?
i.e. how to make it stick to the edge of IDEA's main window?
View ArticleRenaming & completion
I love IDEA, but there is one scenario where I am either using it wrong or would like better support. Basically whenever I end up having to deal with partial renames (e.g. Name to NewName) where some...
View ArticleIntellij not refreshing executable between runs
Rank newbie here. I wrote a "Hello world!" program in Java and ran it (in Intellij, using the little green arrow), and saw what I wanted to see. Just to be sure, I changed the text to "Goodbye,...
View Articleslf4j-android messages not shown in Logcat
Using the Android Log class works correctly and messages are shown in the Logcat window. However, when using the slf4j Logger with slf4j-android specified as a dependency (Maven), messages do not get...
View ArticleGit Commit says no changed detected
Hi, When I change a file and then select git | commit within Intelliji Idea it displays "No changes detected" message. However, if I run git from the DOS prompt it shows the changes and allows me to...
View ArticleIDEA 14 Community Edition
I often work with binary data. 1.How I can see binary(hex) values in Watch window for ordinary variables and digital arrays? 2.byte array bIn variables window show as hex - b[i]=0x99If i try edit this...
View ArticleHotSwap is slow for JBoss/Java EE application
Hello! I've been trying IDEA 13.1 with the Java EE Application of my company. My goal is to convince my boss so we can make the switch from the old MyEclipse!I configured everything I needed and got it...
View Article'Selected archive does not contain Flash Builder projects' when importing...
I'm brand new to IntelliJ and I just came across this error when trying to import a sample Android project from the Android Developer website. I've tried searching around and found this import guide:...
View ArticleLive template variables
Hi all, I've got a small question: is it possible to define variables in templates in a way that a variable only needs one value, but can be displayed in multiple ways? For example: if the text is like...
View Articlehow to reset font or color to default style
No reset button to get font or something else about editor settings to be default style, how to reset it?
View Article