Sowmya Sri
- 活动总数 64
- 最后的活动
- 成员加入日期
- 关注 1 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 21
-
创建于 How to dispose/delete a LightVirtualFile when not needed?
已回答I'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... -
创建于 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 ... -
已编辑于 Plugin License
已回答Dear 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... -
已编辑于 Listen to Changing IDE Theme
已回答Hi 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... -
已编辑于 DialogWrapper Dimensions
已回答I'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... -
创建于 Warning From Plugin Verifier
已回答Hi 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... -
已编辑于 Identifying Disposables
已回答Hi 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... -
已编辑于 Disposer Logs
已回答Hi 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... -
创建于 IOException with VM Options
已计划Whenever 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... -
已编辑于 @VisibleForTesting Annotation
已回答The 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....