How to debug Groovy Scripts loaded from the database?
I have a set of groovy scripts that I store in the database. I would like to debug those in my Intellij. I can download them to my local file system and make sure that they compiled to the output...
View ArticleHow to run leda 12.1 in a sandbox to avoid corrupting a 12.0 install ?
Hi, I use intellij for work, this I need a working install. I would like to be able to test leda on some projects to check its viability for me before I commit to it. From what I have seen, on my...
View ArticleRefactoring method parameters
Imagine following code: publicvoid method(String currentText) { Matcher matcher = getMatcher(currentText); while (matcher.find()) { doSomething(currentText,...
View ArticleSupport Freemarker in IntelliJ IDEA 12
The Freemarker's site is mentioned that Freemarker is supported by IntelliJ IDEA out-of-box. On your forum I found mentions about support Freemarker. But, unfortunately, I have not found any mention of...
View ArticleIs it possible to git commit parts of code? (Git add -p equivalent)
Hello everyone! Does anyone know if it's possible to commit selected lines of code, rather than whole files?This would be the 'git add -p' equivalent. Thank you!
View ArticleFlex user
Hi, I'm a flex user since version 2 and i have always used flashbuilder. Now, considering the indifference of Adobe and the constant bugs you have with eclipse, I was thinking about changing IDE....
View ArticleProject relative artefact output path
Do PROJECT_DIR, MODULE_DIR macros not work as a artifacts exploded web artifact output directory? Seems if I do use a variable I can build the artifact OK, contents look good. But when I try to launch...
View ArticleSpecial Javascript libs (localFileSytem, Phonegap API ...)
hello All I'm working on a PhoneGap project, the installation, debugging on emulator & USB device work's nice. As I'm in Phonegap environement, I use spécial javascript libs, but I'm don't know...
View Articlephp Plugin from phpStorm6
Daoes anybody know where I Can find the Information when the pluginVersion from phpStrom will be released. Thanks Torsten
View ArticleGWT Facet
GWT SDK path can be auto detected from MVN dependency in the web project but failed to detect when the <packaging>jar</packaging>, copying etryies directly into the Idea .impl file solves...
View Articleconsistent file select for rearranger and reformat.
It should be possible in the left panel to select a partial packagename, e.g. mindprod.com in package J6 then rearrange or reformat allpackage under that branch. It should be possible in the left panel...
View ArticleIDEA + Android + Maven = various library and resource resolution problems
Here is the setup:OSX 10.8.2, Maven 3.0.4, IDEA 12.0.4 Current example is an "apklib" project, since that is what my real project is, but this does not seem to be limited to that type. Create project...
View ArticleIntellij 12 Look and Feel and SVN
I am trying to upgrde to 12 but I keep going back to 11 because of so many things. So I am going to post some questions here and hopefully figure out how to make version 12 work for me. In Intellij 11...
View ArticleStill stuck on version 10.5.4 until JSP editing performance in version 11...
I gave up on version 11 on it's initial release due to unusably slow JSP editing performance earlier in the year. I just checked back using version 11.1.3 8 months later and it's still unusably slow....
View ArticleHowto place Git-Pull button on toolbar?
Hi, Using Idea CE 12.04 on Linux. There is a VCS with a blue down arrow on the toolbar. It says "Update Project". However, I often use Menu VCS / Git / Pull. Is it possible to put a button of this...
View ArticleMultiple test resources - files not copy in output directory
Im using intellij 12.0.4 (community) and i try EAP 12.1, i got the same wrong behavior. I try to setup my java project with multiple test resources directory, im using the maven convention...
View Articlerun Twitter Bootstrap project
Hi,I created new Twitter Bootstrap project.When I want run it, I open file in browser by clicking on appearing panel in right, top corner of editor. It's lame... How can I configure Intellij Ida to...
View Articlegrails service class not recognized
Hi all, I have a grails application, everything runs fine. I just went to create my first service class and Intellij doesn't recognize it when I create an instance of it. It works, created a test...
View ArticleLanguage Injection Colors
I've spent about 4 hours looking for the colors options for Language Injection. I've given up, does anyone know where I can access these settings? Thank you!
View ArticleCustomize autocomplete colors
hey Guys, Is it possible to change the colors for the autocomplete function? It looks fine with the default theme but completely fails with darcula. Also, is it possible to change the tint of grey in...
View Article