IntelliJ 13 and remote host sync
I have IntelliJ 12 PHP project and setum remote host sync and everything works as expected. When I have upgraded to IntelliJ 13.0.2 the sync stopped working. When I update a file and save it IntelliJ...
View ArticleAuthentication Required dialog keeps appearing.
I access my Subversion server over VPN. When the VPN is down, despite the fact that I'm not doing any kind of subversion operation (i.e., commit, check out, update) IntelliJ IDEA 13.0.2 (Build...
View ArticleAutomatic Upload File Watcher output
Hi we have the File Watcher Plugin enabled to compile SCSS to CSS, this works fine. Problem: The "Automatic Upload" in Tools > Deployment only uploads the .scss to the default host, not the compiled...
View ArticleFeature Proposal for Java Comments: @see + {@link}
Hi, sometimes I would like to link to another location in an inline Java comment like @see or {@link} in JavaDoc comments, example: private static final Set LAYOUT_SET_NEW = new...
View Articleimport and configure JEE app
Configure Python - Idea reports "cannot find reference 'alarm' in 'signal.de' JEE appat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.
View ArticleUnable to write square or curly brackets in IntelliJ IDEA CE while using...
Hello, I'm using IntelliJ IDEA Community Edition 13.0.2, and my keymap is Croatian. In order to write square or curly brackets with this keymap I need to use Alt Gr + F and G (square) or B and N...
View ArticleFloating Windows won't stay on second screen (Mac OS 10.9.2 / JDK7)
Hi, I recently changed from JDK6 to JDK7 on my Mac. I used to have the debugging window (detached and floating) on the second screen. Since the change, it "jumps" back to the main Idea window as soon...
View ArticleHibernate console returns nulls
Hello, now I'm facing such problem: executing HQL queryis ("FROM Entity") in Hibernate consle return nulls. When specifiying fields ("SELECT id FROM Entity") – works correct. Please see folowing...
View ArticleAnnotation processor generated code
Hi I have bounced into a few problems related to annotation processors. 1) Shouldn't annotation processor discovery be enabled by default? It would make things easier since developers would not have to...
View ArticleIntelliJ 13 - javascript debugger stops on every module load
I'm trying to use the IntelliJ 13 to debug my node.js unit tests and application by remote connecting on port 5858. I run with node --debug-brk ..., and then connect from IntelliJ. My problem is that...
View ArticleAndroid Profiling
How can I profile an Android app from within IDEA, possibly using JProfiler plugin? I see no evident way of doing this. Furthermore, I would also like full control of the Android processes (i.e. the...
View ArticleHow to authenticate wsdl using Intellij's "Generate Java Code from WSDL" window?
Hi, I am trying to generate some java classes from a wsdl url but it requires authentication. I have tried everything in the said "Generate Java Code from WSDL" window but the only option where I can...
View ArticleSplit editor tabs but don't duplicate file?
Say I open 2 files, index.html and styles.css, now I want to split screen these so I can see them both at the same time. When I do "Split Vertically" I am now left with 3 tabs: index.html |...
View ArticleGradle "cannot resolve symbol 'task'"
Hi,I've just started working with Gradle - wrote the "hello world" task helloWorld { println 'Hello World'} The symbols "task" and "helloWorld" are coming up cannot resolve.+ when i try to create an...
View ArticleCurly braces, keywords and line breaks showing as uncovered lines
Hi, I am trying to use Test Coverage using Intellij's runner as tracing but I have uncovered lines on things which aren't supposed to be measured, like curly braces, keywords and line breaks. Attached...
View ArticleTurn on the validation XSD 1.1 in Intellij IDEA
Is any way how to turn on the validation of XSD version 1.1 in Intellij IDEA instead of default 1.0? As I know to be able to validate against version 1.1 the processor should just take -xsdversion:1.1,...
View ArticleFlex Project Problems After Upgrading To Xcode
Hello, Yesterday I upgraded xcode to the latest version, and then in my project's debug configuration I updated the iOS Simulator path to the new 7.1 SDK location. Today though whenever I try and debug...
View ArticleThe generated WADL Intellij code for RESTful
WS client to useSearch x = new Target.Search(); Target t = new Target(); Search x = new Target.Search(); String description = "?";
View ArticleUnable to use java/groovy console while debugging
I have a very simple groovy script that reads a username and password from the console. If I run the script from the command line it works perfectly. However, if I try to run it from within Intellij,...
View ArticleIDEA + plugins vs. Specialised Products
Hi there, What's the difference between IDEA + appropriate plugin (i.e. PHP) vs PHPStorm. Same goes for RubyMine and PyCharm. Do I miss any functionality?I dabble with Python/Ruby and PHP and would...
View Article