add Web-Inf/Classes to subversion?
I want to add the WEB-INF/classes to subversion, and detect changes -to commit them- in that folder in Intellij IDEA. I'm not happy with this workflow, but my work uses it in that way. Tortoise SVN...
View ArticleIntellij to support .jpage
Intellij could consider to support Java Scrap Book code as it happens in eclipse through extention files .jpage. Currerntly configuring .jpage as java source code does complain that, the file does not...
View ArticleUsability when moving classes with the mouse
Hello there When browsing with the mouse through the project in project window we often face the problem that IDEA thinks we want to move (in terms of refactoring) a class or a package (etc.). That's...
View Articlenew FXML file for JavaFX with the corresponding controller
would be great to have a basic template of a new File with a new empty FXML with its respective controller: like netbeans does: Test.fxmlTestController.fxml
View Articlegit diff no longer works in Update Project Info tab
OS X 10.8.3IntelliJ 12.0.4When I pull the latest from github, the Update Project Info tab shows the files that have been updated, but when I CMD+D to diff any one of them, the diff window shows the...
View ArticlePython plugin not showing all syntax highlighting
Hi Folks. We're using IDEA Ultimate 12.0.4 (newer versions have a bug where project files are not displayed - see python project shows no files after...) and Python Plugin 2.10.0 on two Macs OS X...
View ArticleSpecifying a javadoc url does not work with some urls
Heyhey community, really love the feature that you can specify a documentation url which points to a javadoc somewhere. So it always was working perfect since now. I tried to add this documentation...
View ArticleNested source directories
For some unknown reason, people I work with have created nested source directories: src - SpecialDirectory - src - nested source directory - some regular source directory that's part...
View ArticleCan I automatically build a .jar dependency when its source files change?
I have a project "MyApp", that depends on a .jar library "MyJar". Is it possible to set up the "MyApp" project so that "MyJar" builds automatically whenever I build MyApp and MyJar's source files have...
View ArticleAspectJ Compiler
I am using the AJC compiler for aspects in my project. It is really slow. What can I do to speed it up the build/hot deploy process? WinXP x863 gigs of RAMJDK5IntelliJ 12.1.2
View ArticleAndroid Emulator no longer launched in debug session
Hi all; Ok, I just started with Android development today. At first it was working fine launching the emulator when I started the debug session (although it took over a minute to actually run my code)....
View ArticleSHA1 digest error for air android apk
i use keytool to generate a keystroke file and covert it to p12 file. In Flash/android tab, i fill in the keystoke path. And than generate the apk file by build/package air application. All working...
View ArticleGWT + GAE + High Replication
I'm sure I'm missing something obvious, but after looking for the answer for half an hour, I give up. I'm trying to run a GWT application on a local appengine (development) server using intellij 12. My...
View ArticleGWT + GAE + High Replication
I'm sure I'm missing something obvious, but after looking for the answer for half an hour, I give up. I'm trying to run a GWT application on a local appengine (development) server using intellij 12. My...
View ArticleHelloWorld Project
Hi I just installed IntelliJ v12 Community Edition and followed the instructions at: http://www.jetbrains.com/idea/webhelp/creating-and-running-your-first-java-application.html However, I don't see any...
View ArticleThanks to Jetbrains for Typescript support
I just used IDEA to write my first HTML game using Typescript and the CreateJS libraries. Just wanted to say it was a more pleasurable experience than I have *ever* had writing Javascipt, and even with...
View ArticleIntelliJ Hangs on Save
Hi, My IntelliJ Ide hangs when I press save after changing something while editing Java class file. I have EsclipseMode plugin installed. I have attached threaddump files. Thanks for your time. Regards
View ArticleUncaught ReferenceError: io is not defined
I'm having trouble debugging javascript project.I'm trying to debug both server and client side locally at the same time.I'm using Node, Express, and socket.io. The main.js under the server runs OK in...
View ArticleJUnit classpath file?
Hello all, I had (in Idea 12.0) a JUnit test with a really long classpath, and Idea asked me if I wanted to put the classpath in a file so it would run, since it was bumping against the maximum command...
View Article