Is it possible to debug a shell script in In开发者_Python百科telliJ IDEA 9.0.3.I hava a shell script that calls a java program.I would like to set a breakpoint in this java program and debug through i
So I have a maven module (module-A) in IntelliJ. I recently moved some classes from it into another new maven module (module-B) and added a dependency to it. Once I had done this I also modified the s
In IntelliJ (version 9), in a java file, I can go to the matching brace or parentheses by pressing ctrl-] or ctrl-[.However, for whatever reason, this only works when I\'m in a java file.How do I find
Every once and a while IntelliJ starts getting really slow and the only thing I can do to fix things is to do a fresh checkout and create a new IntelliJ project.开发者_运维技巧 Recently I noticed that
I have an eclipse plugin which I want convert to an intellij plugin. Is th开发者_Go百科ere a quick way to do that. What will be the design patterns I can use?I think there is no simple and quick way t
I did right-click > refactor > move from the project menu, \"Move everything from .../../ to another directory\" > OK selected a different folder, and wham, all my data is gone.
I have been using IntelliJ IDE (version 5.1) with Tomcat server (version 5.5) to build my Java web applications. I\'m now trying to migrate my project to Eclipse IDE.
I am learning Java and using IntelliJ IDEA. How can I add a 开发者_开发知识库reference to an external jar in my project (like referencing a dll in Visual Studio)?
How do I get IntelliJ to auto-configure the Scala facet in a Maven project with mixed Scala and Java source code?
I\'m u开发者_如何学Gosing Intellij IDEA IDE. Instead of using it\'s internal build and dependency management tools I prefer external tools (ant+ivy if it matters). I want IDEA be able somehow catch on