Jarek
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 7
-
Created Kotlin UI DSL 2 - working with dynamic lists of objects
AnsweredHi, 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... -
Created FileEditorManagerEx.openFile and updating Plugin project to latest version
AnsweredFirst 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... -
Edited Making NameSuggestionProvider work
AnsweredI was trying custom implementation of Name suggestion provider, but it doesn't seem to get even initialized. class CustomNameSuggestionProvider : NameSuggestionProvider { init { println("Nam... -
Created Listening to the moment project is fully opened
AnsweredWhen 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... -
Created VirtualFile's Children order doesn't match Project Explorer's order
AnsweredI 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... -
Created Hooking into Dialog opening or possibly grabbing them right after being opened
AnsweredAs 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... -
Edited Loading icon from filesystem
PlannedHi,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...