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
February 21, 2015 14:11
Having had a further look at some other examples and the documentation it appears to me that Project:getUserData/Project:putUserData() are candidates for the data sharing opportunities that I am lo...
Community
IntelliJ IDEA Open API and Plugin Development
LocalInspectionTool Results in ToolWindow
0 votes
Created
February 23, 2015 12:06
Thank you, Anna!In my case I would actually like the tool window to update its contents as the user types, thus basically acting similarly to the annotations in the editor but showing more informat...
Community
IntelliJ IDEA Open API and Plugin Development
LocalInspectionTool Results in ToolWindow
0 votes
Created
February 17, 2015 11:48
Thank you – that was it!
Community
IntelliJ IDEA Open API and Plugin Development
Using Gradle to run Automated Tests
0 votes
Created
March 20, 2015 13:56
Thanks for the help, I will likely use PsiTreeChangeListener in this case.
Community
IntelliJ IDEA Open API and Plugin Development
RefactoringElementListenerProvider::getListener not Called for Moving Instance Method
0 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
Next
›
Last
»