Aarti Jangid

- Total activity 59
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 14
-
Created Message dialog in Intellij
I need a message dialog which supports html links and contain "Read more..." kind of a link, that expands the dialog and shows extra information with examples. and "Read less" kind of link also. Cu... -
Created Project Structure Dialog
AnsweredI am using my plugin to show the project structure module dialog, ProjectSettingsService.getInstance(Project).openModuleSettings(Module) and user is adding some dependencies to it. And after adding... -
Edited How to show Project Structure Dialog?
AnsweredHow to show Project Structure Module dialog to the user using plugin. I need that user add some Dependency into his project. so i wanted to show him Project Structure Module Dialog so that user can... -
Created How to listen to the library updates on Module?
AnsweredI wanted to listen if user is adding a jar file to the module or not. Can we do it using PsiTreeChangeListener? -
Created Revert in intellij
AnsweredThere are many actions that has been done by plug-in or user. I want to revert them, How to revert them programmatically. -
Created PsiTreeChangeListener - ChildRemoved is not working properly
AnsweredIn ChildRemoved, removed child is returned by event.getChild(). but it was not giving me the correct psiElement that i removed. if any declared statement is below to that removed psiElement then ev... -
Created PsiElement listener
I need a listener that can notify if PsiElement is not vaild. PsiTreeChangeListener seems not fit for this. Is there any other listener that can tell this. Or i have to create a listener ? How to c... -
Created PsiVariable
How to get the latest value assigned in the psiVariable. like psiVariable.something, Please let me know. Thanks in advance. -
Created How to find variable is initialized.
Hi All, Please help me, I am new to java, intellij and android. I want to search for a method call in the Android project and that method contain first argument as a String, that string also should... -
Created Read only mode for document
Hey, m beginner! Is there any other way to make a document read only except document.setReadOnly(true). If there is any other way that is better than this, Please let me know asap. Thanks in advanc...