manuel aldana

- Total activity 202
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 75
-
Created groovy compiler problem ("is not abstract and does not override setMetaData...")
hi,I got a problem compiling a groovy test class (using webtest).Following compiles:===class BlaTest extends GroovyTestCase{ void testBla() { }}Following does NOT compile:===import com.canoo.web... -
Created voting possiblity in idea-tracking system
is there a possiblity to vote for feature inside youtrack (like in former jira-system)? Would like to do so, think it is valuable for intellij-developers to search for priorities.sample ticket: htt... -
Created Cannot find 'Create groovy class' in 9.0
hi,in idea 8 i remember that i could simply create groovy class and idea would add the class with proper file name and package directive. In 9.0 I cannot do so. I have to do 'Create file' and add t... -
Created Method level based analyze feature (outgoing/incoming dependencies)
When analyzing code (both for comprehension and safe refactorings) I often find helpful:-incoming dependencies: when I change statement inside this method, what code do I influence and have to watc... -
Created Shortcut for 'scroll from source'
hi,inside editor i often need to jump to respective file in project view. unfortunately i cannot find a key-shortcut for this action. i looked for 'scroll from source' in keymap settings but could ... -
Created where to enable scope colors for tabs?
i looked at http://www.jetbrains.com/idea/nextversion/index.html, so i wanted to enable sope colors for tabs.i know how to define custom scopes but where do i enable the coloring of tabs? searching... -
Created svn merge tooling: how to postpone commit?
hi,i am using svn integration merge feature. i am choosing the option 'Integrate branch' where idea is merging the target working copy. After finishing the merge idea is offering me the commit to r... -
Created type auto-import on live-templates
hi i am having several custom live templates which use types from a different package (-> so I have to import them). For example:@Testpublic void $EXPR$(){}Unfortunately I always have to import @... -
Created idea 9, team-city plugin always logging out
hi,i am using team-city plugin inside idea 9.0 IU. login and authentication works fine but it is always logging out again. it seems to lose connection, which is annoying.has somebody experienced si... -
Created Global setting for closing tool-windows on losing-focus
for many tool-windows I use the automatic-close un losing-focus (see Pin-icon on tool-window).Is there a global setting for this? In every project the pin-setting can be different or are reset whe...