Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Peter Gromov
Total activity
2258
Last activity
May 09, 2023 12:44
Member since
July 25, 2008 18:59
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
739
Activity overview
Articles (0)
Posts (3)
Comments (1516)
Sort by recent activity
Recent activity
Votes
Created
December 20, 2011 20:18
Hamza,when I do the same in IDEA, I get to protected void onLoadFailure(M loadConfig, Throwable t) in BaseTreeLoader, which overrides the method you get navigated to. That's actually a quite nontri...
Community
IntelliJ IDEA Users
Cannot resolve symbol
0 votes
Created
November 04, 2011 23:14
Thanks very much for spotting the problem! It will be fixed in the next IDEA 11 EAP.
Community
IntelliJ IDEA Users
Velocity integration: automatic data language detection using double file extension not working
0 votes
Created
March 03, 2011 13:50
Is the script run as it should? Is it located under a source root? Is it compiled, does a corresponding .class-file exist in the output directory? Could you please post a screenshot of the breakpoi...
Community
IntelliJ IDEA Users
Can't debug groovy
0 votes
Created
January 16, 2012 13:50
Hi, this looks like a consequence of http://youtrack.jetbrains.net/issue/IDEA-48674. Invoking completion for the second time should help.
Community
IntelliJ IDEA Users
[Groovy] Code completion show only *Parallel proposals
0 votes
Created
January 16, 2012 22:08
Of course, Collection-related methods are suggested on the first completion when the qualified has a collection type (it's indicated in the issue text). But a File isn't a collection, or am I missi...
Community
IntelliJ IDEA Users
[Groovy] Code completion show only *Parallel proposals
0 votes
Created
February 08, 2012 15:48
That's only possible if you create a plugin that defines a new macro function, then it would look like thisif ($SELECTION$ != null) { $STMT$}where $STMT$=containingStatement($SELECTION$).It would ...
Community
IntelliJ IDEA Users
How to create Surround with Null Check Live Template
0 votes
Created
April 03, 2012 20:50
Could you please file a feature request for that (http://youtrack.jetbrains.com/dashboard)?
Community
IntelliJ IDEA Users
applying groovy intentions to an entire file
0 votes
Created
April 02, 2012 09:41
It does work, but you need to change the Editor | Code Completion | Completion Case Sensitive setting to 'None'.
Community
IntelliJ IDEA Users
How to use shiftless smart code compelete
0 votes
Created
April 30, 2012 14:23
Then I'm afraid we have nothing better so far, not even an idea what this could look like. If you have one, feel free to file a feature request to our tracker, thanks.
Community
IntelliJ IDEA Users
Lightweight Groovy IDE mode for script editing?
0 votes
Created
April 30, 2012 21:27
Please do file a ticket. Actually, we do have 'open directory' functionality in smaller IDEs like PHPStorm or PyCharm. So adding it to IDEA shouldn't be very hard. Harder is to figure out which JDK...
Community
IntelliJ IDEA Users
Lightweight Groovy IDE mode for script editing?
0 votes
«
First
‹
Previous
Next
›
Last
»