Sowmya Sri
- 活动总数 64
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 21
-
已编辑于 Right Build Configuration
已回答Hi Team, The plugin is developed using the IDE version 2024.2.2 I've not provided until build to support newer versions. I have picked up 223 as sinceBuild by considering the IDE versions starting ... -
已编辑于 Add ActionGroup to and Remove ActionGroup from EditorPopupMenu
已回答Hi Team,I understand that we can add actions to a given group dynamically. Is it possible to hide/show the group itself dynamically programmatically in a plugin? For dynamically adding actions to t... -
创建于 Add an action as one of the ToolWindow Options
已回答Dear Team,Can someone highlight how can I customise the options list in a ToolWindow Plugin? By adding my action to the ActionGroup named “ActiveToolwindowGroup”, the action gets added in the same ... -
创建于 Get Project Type using Open API
已回答Let's say we open up a new project in the IDE. Can I programmatically get the type of project the current IDE instance is opened for?I'm asking this in the context of my IntelliJ plugin that can pe... -
已编辑于 ToolWindowFactory (and DumbAware) Implementation Not Loaded Immediately When Installed
已回答Hi Team,I've a ToolWindowFactory implementation registered as an extension in plugin.xml. The ToolWindowFactory is DumbAware.After successful deployment, the toolwindow, when clicked, is not opened... -
已编辑于 Accessing objects in AnAction class
已回答Hi Team!I'm developing a plugin that uses JBCefBrowser for displaying web components. I've some classes implemented to deal with JBCefBrowser.Based on a keystroke in the active editor, I need to ad... -
已编辑于 Show Inline Texts (With Options To Accept/Ignore The Texts) In Editor
已回答Dear Team,My use case is simple. I've completion texts in hand. All I need is to show such texts inline in the editor with Accept/Ignore options such that when Accept is pressed, the texts get adde... -
已编辑于 Show Some Inline Texts (with Accept/Ignore options) In Editor
已回答Hi There!During a keyboard action in a Java based IntelliJ plugin, I'm looking for a way to show some inline texts (in grey color) in the editor with an Accept/Ignore options such that when Accept ... -
已编辑于 Handle DOM Events happening in the Embedded Browser (JBCefBrowser)
已回答Hi There! I'm in my initial phases of using JCEF in an IntelliJ Plugin. As a first step, I am able to render HTML contents in an embedded browser using JBCefBrowser. Now, I'm trying to capture the ... -
创建于 Custom Plugin Repository
已回答Dear Team, I belong to an enterprise and am trying to leverage your custom plugin repository feature. I am trying to use an authentication enabled Git Lab repository residing in my enterprise manag...