Baraiya Rajat
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 10
-
Baraiya Rajat commented, -
Baraiya Rajat created a post, Answered'RegisterToolWindowTask' is marked unstable with @ApiStatus.Internal
Hi, I am trying to register a toolWindow programmatically using the below code. However, when I use RegisterToolWindowTask programmatically, I get a warning saying that it is marked illegal. I just... -
Baraiya Rajat created a post, AnsweredError and Warnings when running a plugin
Hello, I am getting few errors and warning which does not show where exactly these are coming from. If someone can provide information about these, it would be very helpful. 2022-09-17 19:16:30,3... -
Baraiya Rajat commented, -
Baraiya Rajat created a post, AnsweredGet All directories containing java source code
Hello, I am developing a plugin that needs all the paths to directory containing any java source code. In Eclipse, it can be done using below code. I do not know how it can be done in IntelliJ IDEA... -
Baraiya Rajat commented, -
Baraiya Rajat created a post, AnsweredDisplay options based on fileName
Hello, I want to add options like "Run" and "Debug" which are shown only for certain files like projectDirectory as shown. I want to provide options only when .java files are selected. How do I pro... -
Baraiya Rajat created a post, AnsweredGet Selected File names from ProjectViewPane and add Action Group
Hi, I am trying to add an actionGroup in the projectViewPane menu displayed when user right clicks on a file. I want to display this group if the user clicks on project directory or .java files onl... -
Baraiya Rajat commented, -
Baraiya Rajat created a post, AnsweredCopy certain files after plugin installation
Hello, I want certain files to be created from my plugin package to the user machine upon plugin installation and similarly, I want to delete those file after plugin uninstallation. Currently, I am...