9.0 Beta (90.162) - issues when working with Groovy
Hello!
I was developing with Groovy for the last coouple of weeks and here what I've found not working correctly in IDEA (90.162, WinXP):
- Pressing Ctrl+Q doesn't display method's Javadoc but displays "No documentation found"
- Searching with Alt+F7 and checking "Skip results tab with one usage" still displays the results tab even when there's only one usage
- Pushing methods up and down with Ctrl+Shift+Up/Down doesn't work well: Up - nothing happens, Down - other methods Javadocs are not taken into consideration when our method is pushed
- When moving methods to other classes - their Javadocs were left in the old class, not moved
- Let's say I have (where I is my cursor) /**I
void something()
{
}
*
*/
void something()
{
}
请先登录再写评论。
Also, while debugging:
Please file separate issues for each of your requests. Thank you!
Hmm.. can't you do so, Peter ?
I don't always have time to spend another couple of hours to open IDEA issues in JIRA - it took me quite some time already to write down all those issues and post them in the forum.
Now if I won't post them to JIRA - then what ? Nobody will fix them ? I think it's your call now what to do with them.