Find In Path igores one specific file
I'm sure I'm missing something obvious, but for some reason Find In Path never finds any text in one specific file in one of my main projects. It finds text in other files in that same directory,...
View ArticleGoto next/previous splitter doesn't move caret
Hi, I've been trying to work with split editors to take better advantage of my widescreen display but it seems that the goto next/previous splitter actions aren't working properly. If I use the...
View ArticleIntelliJ 13 and Gradle: cannot find symbol / package does not exist and...
I (successfully?) imported a multimodule Gradle project in IntelliJ. One of the module is a Scala module and the remaining ones are Java modules. One of the java modules produces a WAR artifact....
View ArticleIn what file does IntelliJ store toolbar settings?
I cannot see the main toolbar even though I've uninstalled and reinstalled IntelliJ 13.0.1 and set the menus to "Restore to Default". I was wondering: how this is persisting? I'm running on Windows 7...
View ArticleIJ feature that has always bugged me....
Often I end up creating a variable to return from a method like this: List<StageCycleTime> cycleTimeForStages = processStageMetricsProvider.getCycleTimeForStages(stageCycleTime, startTime,...
View ArticleIntelliJ CPU spikes
Hi, I'm encountering high CPU spikes in IntelliJ Idea 12.1.6 while working on a big Java project (especially when the Indea indexer is used: highlight occurences, refactor, switch tabs, etc.). I know...
View ArticleSlow syntax and inspection updates in editor
In IntelliJ IDEA v13.0.1 the inspection and refreshing of the color syntax seems to be a lot slower then in v12. When I type a line containing an error and fix it, after it turned red, the error color...
View ArticleMaking your own syntax highlighting sheme for your language?
Hello, I like to edit C++ files with IntelliJ, and would like to create my own syntax highlighting sheme for it (I do not want to use any C++ plugin, they do not work well for me and make things worse...
View ArticleDrawable folder is missing
Hi, can i ask some help...I am creating new project for android in intelllij idea 12.14,but after i successfully created the project i could not see the drawable folder under "res" folder..can you help...
View ArticleIntelliJ Inspections Offline - ChangeSet Support
I have a change set, list of files. on which I would like to run inspections offline. Currently it is possible to run inspections on a specific directory. Is there support for running inspections on...
View Articlehow can i change the font color in the inline documentation view
it's so grey i can barely read it.
View ArticleFull details of Grammar-Kit BNF format?
Is there a good description somewhere for the BNF format used by Grammar-Kit? I can see general documentation for Grammar-Kit and the tutorials for creating language plugins but many of them just gloss...
View ArticleCode Completion with pressing dot
Is there a way to make IntelliJ complete the code if I press '.' instead of 'ENTER'?
View ArticleWhy can I no-longer run a Main class or a unit test by right clicking?
Previously I could easily create a new run configuration for a main class or unit test by right-clicking on the relevant class or method and selecting "Run...", however recently this option seems to...
View ArticleIntellij doesn't automatically indent after no bracket if statement, (as3, js)
Hey, so after I do something like"if (true)" and then press enter, intellij doesn't automatically indent the new line despite it being set so in code style. This works when working with java files, but...
View ArticleIDEA + Tomcat application integration questions
Hi all, Background: I'm a completely new IDEA user (new to IDEA, as well as new to just about all development work at this level), and I'm wondering if the following is possible: I'm working with a...
View ArticleGWT DevMode creates .class file in my source root
Hi Forum When I run GWT (DevMode run configurartion) a lot of class files are generated next to my .java files.Does anyone know if there is a way to tell DevMode to put the compile output in /build...
View ArticleIDEA 13 Does not generate SetModel for JComboBox
IDEA 13 Does not generate SetModel for JComboBox.During JComboBox creation in UI, I've added tooltips text - "Tooltp text" and model:1234 generated result below wmcombobox = new...
View Articlecomment/uncomment error in css file
Hi, There is a problem when commenting and uncommenting a line in css code that had part of it commented before. After uncommenting the original comment markers are removed as well. Example: before...
View ArticleServlet with Tomcat
Hello! I am a beginner using IntelliJ IDEA for Servlet development and I have a question.Do I need to manually add a reference to the servlet libs at Tomcat folder? I tought IntelliJ IDEA would do that...
View Article