Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Ross Goldberg
Follow
New posts
New posts and comments
Total activity
156
Last activity
August 14, 2020 14:23
Member since
April 02, 2015 07:44
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
44
Activity overview
Posts (42)
Comments (65)
Sort by recent activity
Recent activity
Votes
Created
August 14, 2020 14:23
I no longer get the error that this patch is supposed to fix. I’m not on the JetBrains network. Do you still get the error? If so, what versions of the Kotlin plugin & IDEA are you running? What co...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ Community build error downloading Kotlin plugin
0 votes
Edited
August 14, 2020 04:11
I somehow missed the replies above. I haven't used the intellij-community repo since our earlier discussion. I've upgraded to IDEA-U 2020.2.1 EAP & Kotlin plugin 1.4.0-rc-release-IJ2020.2-2; I'm no...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ Community build error downloading Kotlin plugin
0 votes
Created
August 11, 2020 10:46
Is the "Symbol API based Go To Declaration" the best code to investigate, or is it better to investigate the code that will run if "Symbol API based Go To Declaration" is not used? My installation...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing `Navigate -> Declaration` action going to declaration for runtime type instead of the compile-time type while debugging
0 votes
Edited
August 05, 2020 05:05
I'm looking into this again. GotoDeclarationAction doesn't seem to be used in the same way by 2020.2 as it was in older versions. I've looked through other code & found places where goto is actua...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing `Navigate -> Declaration` action going to declaration for runtime type instead of the compile-time type while debugging
0 votes
Created
May 06, 2020 14:48
Thanks for the info. Will investigate in a bit.
Community
IntelliJ IDEA Open API and Plugin Development
Implementing `Navigate -> Declaration` action going to declaration for runtime type instead of the compile-time type while debugging
0 votes
Created
May 03, 2020 18:12
I'm getting back to looking into this. Can someone point out an exact line of code, where, for normal circumstances in the java debugger: 1) the declaration for a reference usage is determined 2) t...
Community
IntelliJ IDEA Open API and Plugin Development
Implementing `Navigate -> Declaration` action going to declaration for runtime type instead of the compile-time type while debugging
0 votes
Created
March 20, 2020 17:53
That makes sense. Would opening up a ticket in the Groovy issue system for support for this make sense? If so, could someone from the JetBrains debugger and/or groovy team submit it? I assume they’...
Community
IntelliJ IDEA Users
Groovy field watchpoints new / old values in condition
0 votes
Created
March 20, 2020 13:04
I'll try to do that soon. The groovy step definition code is in a different directory than the cucumber feature files. Will that not work? If the Cucumber Groovy plugin can be configured to look fo...
Community
IntelliJ IDEA Users
Running single cucumber scenario from .feature file
0 votes
Created
March 20, 2020 13:01
Are you saying that `this.property` is the old value, and `property` is the new value? If so, then that's what I wanted.
Community
IntelliJ IDEA Users
Groovy field watchpoints new / old values in condition
0 votes
Created
March 13, 2020 18:46
Thanks for info. Does IntelliJ use the old or new value of the field in the watch point condition?
Community
IntelliJ IDEA Users
Groovy field watchpoints new / old values in condition
0 votes
1
2
3
4
5
6
›
»