Baraiya Rajat
- 活动总数 34
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 10
-
Baraiya Rajat 进行了评论, -
Baraiya Rajat 创建了一个帖子, 已回答'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 创建了一个帖子, 已回答Error 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 进行了评论, -
Baraiya Rajat 创建了一个帖子, 已回答Get 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 进行了评论, -
Baraiya Rajat 创建了一个帖子, 已回答Display 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 创建了一个帖子, 已回答Get 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 进行了评论, -
Baraiya Rajat 创建了一个帖子, 已回答Copy 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...