Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Simon Stückemann
Total activity
27
Last activity
January 16, 2016 12:41
Member since
December 27, 2014 19:30
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
7
Activity overview
Posts (6)
Comments (14)
Sort by recent activity
Recent activity
Votes
Created
April 26, 2015 08:14
Okay, I may use reflection in that case although it's quite hacky... Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Set Default Selection in Refactoring Dialogs
0 votes
Created
February 27, 2015 07:22
I am using Gradle as an ant wrapper on Jenkins which is working well after some initial problems. I was also scared away by downloading the IDEA sources for every build as that would take a long it...
Community
IntelliJ IDEA Open API and Plugin Development
Continuous Integration for plugins?
0 votes
Created
December 30, 2014 20:12
Thank you and sorry for the late reply – I was not working on this for the last two days.I've had a look and it seems that LocalInspectionTool is fairly limited and – as the name suggests – focuses...
Community
IntelliJ IDEA Open API and Plugin Development
Observe Java Code Changes and Refactor based on Analysis
0 votes
Created
December 31, 2014 10:42
Yes, last night I played around some more with PsiTreeChangeListener and already ended up writing a lot of boilerplate code to reduce the number of events. I will focus my efforts on an instance of...
Community
IntelliJ IDEA Open API and Plugin Development
Observe Java Code Changes and Refactor based on Analysis
0 votes
Created
March 20, 2015 11:43
I see, that makes sense. What I'm trying to accomplish is two-fold. The first is a hard requirement, the second part would be nice, but is not strictly necessary.From my own plugin I would like to ...
Community
IntelliJ IDEA Open API and Plugin Development
RefactoringElementListenerProvider::getListener not Called for Moving Instance Method
0 votes
Created
April 29, 2015 20:37
I don't.I have tracked the problem down a little further though and it seems to be quite deep. Here's what I've found so far:scope.getTextLength() == 567scope.getText().length() == 549That seems od...
Community
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch: Assertion Error
0 votes
Created
April 29, 2015 22:21
I see, I wasn't aware that it is a synchronous action, so trying to run the search inside a write action doesn't have any effect as the lock is already aquired. Is there a way to schedule another a...
Community
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch: Assertion Error
0 votes
Created
April 30, 2015 09:00
I feel silly now, that makes a lot of sense I've now removed the hack and am using an ApplicationListener instead. It's workign well, thanks so much!
Community
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch: Assertion Error
0 votes
Created
April 25, 2015 17:14
Hm, sadly in this case it seems as though IntroduceFieldDialog is package local and I cannot set the initialiserPlace myself. Is there any specific reason for this?
Community
IntelliJ IDEA Open API and Plugin Development
Set Default Selection in Refactoring Dialogs
0 votes
Created
February 27, 2015 18:21
Very interesting. While we are talking about it: It appears that some of the packages were once part of Maven Central (http://mvnrepository.com/artifact/com.intellij) but there have not been any ne...
Community
IntelliJ IDEA Open API and Plugin Development
Continuous Integration for plugins?
0 votes
«
First
‹
Previous