Simon Stückemann
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created ReferencesSearch: Assertion Error
I am trying to use ReferencesSearch.search() to find references to various elements in multiple PsiTreeChangeListeners under certain conditions.In particular, I am trying to find references to a pa... -
Created Set Default Selection in Refactoring Dialogs
I am using several of the refactoring handlers in my plugin code, for example the IntroduceFieldHandler in order to launch a refactoring to introduce a new field for a given PsiExpression.However, ... -
Created RefactoringElementListenerProvider::getListener not Called for Moving Instance Method
I am using the following code to pick up refactorings: public class MyRefactoringElementListenerProvider implements RefactoringElementListenerProvider { private static final Logger LOG = Logger.... -
Created LocalInspectionTool Results in ToolWindow
I have build a LocalInspectionTool that reports problems directly by highlighting parts of the code and offering quick fixes. However, I would like to extend this and offer more sophisticated optio... -
Created Using Gradle to run Automated Tests
Hello everyone,For a plugin I am developing I have set up automated build scripts using gradle. This works well for the actual compilation and packaging of the plugin but fails to work for tests.My... -
Created Observe Java Code Changes and Refactor based on Analysis
Hello everyone,I am trying to get into IntellIJ IDEA plugin development and running into a few problems, so naturally, this is my first post here. I hope at some point I'll be able to answer some q...