sen_vol
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
Created cell(HtmlPanel) is not resizable in kotlin UI DSL 2
AnsweredWhen I use HtmlPanel on its own it is resizable. When I use inside `row` dsl builder with `cell` the resulting panel is not resizable. Is it supposed behavior? Or can I somehow make it resizable? /... -
Created How to use logback-classic inside plugin? Conflicts with clion jar containing log4j binding
AnsweredIn my plugin I need to output logging messages with line number, time and so on. So for that purpose I need some logging framework which output I would redirect to ui. So I tried using logback-clas... -
Edited How to add search functionality to `Editor`
AnsweredIn my plugin I receive messages from remote server, and it is useful to output some of those messages to user. For that purpose I found ConsoleViewImpl in IntelliJ Platform. But as there are a lot ...