Chandan Patel

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Chandan Patel created a post, Any method to close preferences page
I have opened preferences page using showSettingsUtil.getInstance().showSettingsDialog(). Is there any method to close this preferences screen ? -
Chandan Patel created a post, Check preferences page ok and cancel action
In preferences page user either clicks ok or Cancel button apply() is called. Can we check if action is ok or Cancel inside apply() function ? -
Chandan Patel created a post, Opening and closing of preferences wozard
I was able to open preferences screen using - import com.intellij.openapi.options.ShowSettingsUtil; showSettingsUtil.getInstance().showSettingsDialog() Now I have okay, apply and cancel button t... -
Chandan Patel created a post, Intellij API to Build Project
I am creating a plugin for Intellij and I want to build a project using java code. Generally we use to build a project by using build option in Intellij Main Menu. Can I trigger it by using code ? ... -
Chandan Patel created a post, How to change the view of settings utils by an action?
I am able to open settings utils by - showSettingsUtil.getInstance().showSettingsDialog(null, "loginScreen"). Right half of this screen contains login button. on click of login action I want to cha...