Maven property refering an system property red
I build an profile to glassfish in my projetc, where I set an property that points to an system property (com.sun.aas.instanceRoot) that glassfish provide when running. Like that: <profile>...
View ArticleColdFusion debug settings missing in IDEA 12
In the documentation for "Project Settings/Coldfusion", it specifies that there should be some debugger settings (for 12+) between the Language and Server Mappings sections. But all that shows for me...
View ArticleTomcat 8.0.0-RC1
We need to evaluate WebSocket 1.0 API (JSR-365) which is only available in the recently released Tomcat 8.0.0-RC1Can Tomcat 8.0 be used with IDEA 12.1.4?We did a quick test and everytime we try to run...
View ArticleMain menu missing on OSX Mavericks DP 6
After upgrading to OSX Mavericks DP 6 IntelliJ menus are missing: there's the Apple menu and 'IntelliJ IDEA' menu which does not open (can highlight only); all other menus are missing. Eclipse has a...
View ArticleHow to Set AutoscrollToSource in ProjectViewImpl
Hi, I'm developing idea plugin and want set AutoscrollFromSource & AutoscrollToSource in the project view. I found the following class...
View ArticleIDEA can not create jsp from template in a maven web app module
Hi: I have created a maven web application module, however I found some problems: 1) There will be a default jsp file named index.jsp generated, however this is its content:...
View ArticleSoftware change survey
Researchers at the University of Illinois conduct a study about frequent software changes. Tell us your opinion! http://goo.gl/3CTI9m
View ArticleJetGradle + Ivy: useless dependencies on source arifacts
I switched to Gradle and build a local Ivy repository (from Ivy RoundUp).Using JetGradle it generates a dependency tree. Unfortunately it contains all javadoc and source atrifacts, too:-) I.E. my...
View ArticleUpgrade to 12.1.4
Hello I have an ultimate licence and am upgrading mt IntelliJ to 12.1.4.I uninstalled all the previous versions but did not delete my plugins, cache etc However, in the installation progress when I...
View ArticleRemote deployment and vagrant
I'm a little confused about how to setup remote deployment to access a local vagrant box. I'm trying to setup a Remote Deployment and JBoss Remote run configuration that could just pickup the artifacts...
View ArticleMixed feelings about IntelliJ IDEA 12
I recently started using IntelliJ ultimate, and for the most part, I find the experience superior to using Eclipse. It has taken me some time to figure out the equivalents of a few things, but overall...
View Articlehow to output user message into the console?
how can i get the InputStream and OutputStream of the Console?i want to output message into console and read the user input from the console.who can help me?best regards kissley
View Articlehow to output user message into the intellij's console
i want to output user message into the console of intellij,how can i do it?not the system console of command,it is intellij's console
View ArticleAdd method to interface
Is there a refactor available that if I add a method to a interface, a stub for the method will automatically added to all implementers? It would save a lot of tediousness if there was. Nothing is...
View Articleadding compile parameter to a project
hi guys. i am new to jetbrain and when i am going to add some command line compile parameter to my project(main module arguments) i cant find any specific place to enter them. right click on module...
View Articleunderstanding how to control which resources get copied over
ok, this is all for actionscript/air for ios... this is what I understand: for any file/folder to even be elgible for copying over, it or it's containing folder needs to marked as a src root -- true?...
View ArticleLooking for Suggestions on Custom Code Completion in Property Files
Hey guys, I was looking for some suggestions. I am currently working on projects where I use properties type files to set attributes for particular variables used for U.I., database, etc. My question...
View Articlehow to output user message into the console in a plugin
recently i was wrote a plugin to running a specified project,like tomcat or jetty plugin,it needs to output some message into the console when the project is running,and then to collected the input of...
View ArticleShare Run/Debug configuration between projects ?
Hi,I have several projects and I'd like to share a debug configuration between all of them (without using a cvs). Is it somehow possible ? cheers,Tex
View Article