Baraiya Rajat

- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 10
-
Created 'RegisterToolWindowTask' is marked unstable with @ApiStatus.Internal
AnsweredHi, 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... -
Created Error and Warnings when running a plugin
AnsweredHello, 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... -
Created Get All directories containing java source code
AnsweredHello, 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... -
Created Display options based on fileName
AnsweredHello, 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... -
Created Get Selected File names from ProjectViewPane and add Action Group
AnsweredHi, 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... -
Created Copy certain files after plugin installation
AnsweredHello, 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... -
Created Warning after initializing Plugin Gradle Template
AnsweredHello, I downloaded the plugin template to create an IntelliJ IDEA plugin from Github. After initializing and adding plugin description, I ran the plugin just to see if the dependencies were setup ... -
Created Run a task in Background and Wait for result
AnsweredHello, I am developing a plugin that runs a task which takes about 2-3 minutes to execute. After that, it should display results in tabular format in the ToolWindow. I want to run this task in bac... -
Created Error while registering a task in toolWindow in Intellij IDEA 2022.2
AnsweredHello, I am trying to register a new task to ToolWindow. It works for version 2021, but it is throwing me below error IDEA version 2022. java.lang.IllegalStateException: You must not register tool... -
Created Display a rendered HTML page like "What's new in IntelliJ IDEA " Tab
AnsweredHello, I need to display an HTML rendered page as a tab in the Editor Window in exactly the same manner as what IntelliJ IDEA displays when clicked on "What's new in IntelliJ IDEA" in Help menu. I ...