Victor Rentea
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 6
-
Created How to access "find usages" functionality from my own plugin?
AnsweredI am implementing some advanced refactoring support for java and I want to reuse the existing "Find Usages" of a local variable, specifically to whether a reference to that variable is a "READ" or ... -
Created Add a maven library to the test fixture of a plugin
AnsweredI want to test a plugin adding several inspections related to commonly used frameworks like Lombok and Hibernate(JPA). In my automated plugin tests I am trying to configure a project in my fixture... -
Created Analyze Parameter Mutation - Code inspection
AnsweredHI all, I dream of a way to hint at method call site whether a parameter mutates somewhere in the call tree under that method. Any fields that change could be collected and presented like checkC... -
Edited Changing the background color/image of a specific editor
AnsweredI am building a plugin to help me do more engaging live presentations. 1) I want to set the background image of a specific editor. Is there any way to do that? I know about setting a background ima...