Chris

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
Created upgraded to intellij 13, now it seems like the inspection that suggests a field of a class can be final no longer works.
Hi.. i just upgraded to intellij 13 and I seem to have lost one of my favorite inspections: the one that suggests to me when i can make a field of a class final.I am uploading a screenshot that il... -
Created Running groovy script that uses AntBuilder (via right click / 'Run') results in NoClassDef org/apache/tools/ant/BuildLogger
Hi.I have a groovy script that works fine when i run it from the command line (on linux using groovy 2.3.0). but when i try to run the same script in intellij [ 12.1.6 Build: #IU-129.1359 ] i... -
Created trying to use nailgun / compile server approach to building my scala project, but it is still slow..
Hi -I followed the instructions on this page :http://blog.jetbrains.com/scala/page/2/in an attempt to use nailgun / compile server approach to building my scala project, but it still takes 4 seco... -
Created Wondering how to change font in the project panel (then pane that comes up when you hit alt-1)
Hi..I have succeeded in chaning the font for my editor windows (Settings/Editor/Colors&Fonts).. I would like to effect a change to the fontused in the Project window.Any advice on how to do that ... -
Created what is the keyboard shortcut that gives me a popup of the names and types of a method that I am in the process of typing an invocation for ?
Hi there...i know there is a key for this.. but my fingers just can't seem to remember it.. Say I type the following Thread.sleep(and then after the "(" I want a hint of what the parameters to... -
Created How can i get the Structure Window to appear in the far left panel directly under the Project Window ?
Hi.. I remember when I used eclipse i was able to reposition windows and they had some kind of gravity feature which caused them to anchor to some corner of the main window frame. This feature al... -
Created Stuck when trying to set a breakpoint in a maven java project that includes clojure code (actually Storm). can't even attach sources.
Hi - I'm using Storm in my Java project and am interested in stepping through the storm code when running in local mode to try to understand more of what is going on. Since Storm is implemented ... -
Created how to diff contents of a folder (recursively) against latest (or earlier) revision in SCM repo (e.g., Git ?)
Hi. I'm working with a project imported from maven (but i don't think the build framework matters).. anyway.. if i right click on one of the files in the project and select Git (my SCM system) i se... -
Created when i import a multi module maven project (originally pulled from git) version control is only set up partially correctly.
Hi, when i import my multi module maven project, Intellij (idea) seems to recognize that some of the directories and files originate from my git repository. Other directories and files have no... -
Created Feature Request: now that groovy 2.0 has static typing can you enable standard Java refactorings for a class that is marked @CompileStatic ?
I'm not sure if this is the right forum to suggest this feature, but here goes. The title should explain it all. Currently when i am editing a groovy class i don't get all the nice Java refactori...