Jarek

- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 7
-
创建于 Kotlin UI DSL 2 - working with dynamic lists of objects
已回答Hi, I have read the docks regarding UI DSL version 2, and build settings that have static structure, where all the dynamic data are just text areas that accept JSON, that is decoded into data objec... -
创建于 FileEditorManagerEx.openFile and updating Plugin project to latest version
已回答First I would like to know how is it possible to develop plugin on EAP versions? I looked up version number, updated this in bulid.gradle.kts and it was unable to download it, (I also tried version... -
已编辑于 Making NameSuggestionProvider work
已回答I was trying custom implementation of Name suggestion provider, but it doesn't seem to get even initialized. class CustomNameSuggestionProvider : NameSuggestionProvider { init { println("Nam... -
创建于 Listening to the moment project is fully opened
已回答When using ProjectManagerListener, I can listen to the point where projects starts opening, what I need is to get to the point where project has opened all the split editors, which may take a few s... -
创建于 VirtualFile's Children order doesn't match Project Explorer's order
已回答I need to get exact same order of files as is in Project Explorer.When using VirtualFile's children property, its sorting order is from shortest path to longest, and I don't see any option to get i... -
创建于 Hooking into Dialog opening or possibly grabbing them right after being opened
已回答As last piece of functionality I'd like to achieve for plugin I am working on, I want to ensure that all Dialogues are opened consistently every single time, be it for new project (don't want to re... -
已编辑于 Loading icon from filesystem
已计划Hi,I need to load an Svg icon from filesystem, but so far my attempts failed. I want to use it in FileIconProvider to display user project icons in Monorepos.Icons imported from resources using Ico...