Baraiya Rajat
- 活动总数 34
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 8
- 订阅数 10
-
创建于 '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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 Warning after initializing Plugin Gradle Template
已回答Hello, 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 ... -
创建于 Run a task in Background and Wait for result
已回答Hello, 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... -
创建于 Error while registering a task in toolWindow in Intellij IDEA 2022.2
已回答Hello, 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... -
创建于 Display a rendered HTML page like "What's new in IntelliJ IDEA " Tab
已回答Hello, 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 ...