Kghkumara

- Total activity 48
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 18
-
Kghkumara created a post, AnsweredHow to check Whether auto build enabled
How can I check whether "Build project Automatically" option is enabled. can anyone help me -
Kghkumara created a post, How to make menu item set selected by default
I have toggle menu item in my app. I want to make it selected when open IDE. What is the proper way to do that. -
Kghkumara created a post, AnsweredHow to create menu item like view-> toolbar
In view menu there is a item call toolbar. that can be select and de-select. when select right mark appear. How can i make my menu item like that (select and de-select) -
Kghkumara created a post, When save or save all or auto save, how can i get list of files which saved
When i am saving a file i want to get list of files which save using API. Can any one help me. -
Kghkumara created a post, How to get list of change but not compiled file in given project
I have to find files which are changed but not compiled in my java project. I have used below code for that, List<String> changedFiles = BuildManager.getInstance().getFilesChangedSinceLastCompilati... -
Kghkumara created a post, Get current project if i am not working anAction file
Hi, if i am working in multipal projects in multipal windows anyone can help me to get current working project in java file which is NOT extend anAction. -
Kghkumara commented, -
Kghkumara created a post, How to get PsiPackage of a file
I have a .java file located in src folder. no packages in src folder. file exist just in src folder How can i get PsiPackage of that file. PsiPackage pkg = JavaPsiFacade.getInstance(project()).find... -
Kghkumara created a post, How to get Current IntelliJ version programmatically
Can anyone help me to get current intelliJ version in java, programmatically -