Sowmya Sri
- Total activity 64
- Last activity
- Member since
- Following 1 user
- Followed by 0 users
- Votes 0
- Subscriptions 21
-
Created How to dispose/delete a LightVirtualFile when not needed?
AnsweredI'm using LightVirtualFile (and a CEFbrowser inside) to render some HTML contents. When there's a user action, I'm creating a LightVirtualFile (with the help of FileEditorProvider). When I close th... -
Created Plugin Listing in Marketplace
Dear Team,We've published a plugin in JB Marketplace. The plugin's compatibility range starts from 223+ (no until build is set). This means the plugin is compatible with IDE versions starting from ... -
Edited Plugin License
AnsweredDear Team,I'm going to maintain the LICENSE file in the plugin repository and include it in the build artifact. While uploading the plugin, if I skip mentioning the license URL, will the license pr... -
Edited Listen to Changing IDE Theme
AnsweredHi Team,I've come across the below listeners that can help capture the changing theme of the IDE. Which listener do you recommend? LafManagerListener - LafManager provides methods to get the chang... -
Edited DialogWrapper Dimensions
AnsweredI'm using the below DialogWrappers for redirection to an external website from the Plugin. The DialogWrapper comprises a JPanel that has two labels (one for the question and the other for the redir... -
Created Warning From Plugin Verifier
AnsweredHi Team,The Plugin Verifier warns me with the below message. I'm not referring to any bundled plugin as on today and the cwm-plugin seems to be IDE related. Should this be acted upon? 2024-12-02T12... -
Edited Identifying Disposables
AnsweredHi Team,I'm asking this in the context of an IntelliJ ToolWindow Plugin. Is it good to make all classes (leaving plugin services) Disposable and implement dispose with “Disposer.register(myDisposab... -
Edited Disposer Logs
AnsweredHi Team, I'm asking this in the context of a ToolWindow plugin. I'm looking for a way to check the allocation and dispose traces. The documentation advises to set “idea.disposer.debug” to "on". H... -
Created IOException with VM Options
PlannedWhenever I run the plugin locally in a sandbox, I face the below IOException. I don't use/need to set any custom VM options.1.) Why do I get this?2.) Would this issue affect anything related to res... -
Edited @VisibleForTesting Annotation
AnsweredThe com.intellij.openapi.editor.LogicalPosition class has getColumn() method. From the plugin, I can access this method in 2024.* IDE versions very well without any warnings. When I access in 2023....