Priya Kothari

- Total activity 51
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
-
Priya Kothari created a post, Problem with refreshing the project view
Hi,I am writing a SCM plugin similar to CVS. I have extended the rename/ move functionality of IntelliJ. I am facing some problem while refreshing the project view. When I move a file which is not ... -
Priya Kothari created a post, How to find whether short keys were used as InputEvent
Hi,I am writing a plugin and I have added certain short keys in the plugin.xml for my plugin. Some action gets invoked when I use the short key. I want to know whether that action was invoked becau... -
-
Priya Kothari created a post, Set different icons for each module in project.
Hi,I have multiple modules in my Project and I need to decorate these modules with my custom icons which are decided at run-time based on certain conditions.I am currently using Presentation object... -
-
-
Priya Kothari created a post, How to get project open in the IDEA ?
Hi,I have multiple IDEA instances open. When I switch between them, I want to know which project is open in the frame that is being activated.I have implemented the FrameStateListener to get the ev... -
Priya Kothari created a post, Getting NPE while refactoring in IDEA
Hi,I have a folder structure as follows: TestProject->src->src1->src2-src3->filesI have project in TestProject folder, and then another project in src3 folder.I have opened the project under src3 f... -
Priya Kothari created a post, Getting NPE while refactoring in IDEA
Hi, I have a folder structure as follows: TestProject->src->src1->src2-src3->filesI have project in TestProject folder, and then another project in src3 folder.I have opened the project under src3 ... -