Sowmya Sri
- Total activity 64
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 0
- Subscriptions 21
-
Edited Right Build Configuration
AnsweredHi 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 ... -
Edited Add ActionGroup to and Remove ActionGroup from EditorPopupMenu
AnsweredHi 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... -
Created Add an action as one of the ToolWindow Options
AnsweredDear 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 ... -
Created Get Project Type using Open API
AnsweredLet'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... -
Edited ToolWindowFactory (and DumbAware) Implementation Not Loaded Immediately When Installed
AnsweredHi 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... -
Edited Accessing objects in AnAction class
AnsweredHi 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... -
Edited Show Inline Texts (With Options To Accept/Ignore The Texts) In Editor
AnsweredDear 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... -
Edited Show Some Inline Texts (with Accept/Ignore options) In Editor
AnsweredHi 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 ... -
Edited Handle DOM Events happening in the Embedded Browser (JBCefBrowser)
AnsweredHi 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 ... -
Created Custom Plugin Repository
AnsweredDear 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...