sen_vol
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 4
-
创建于 cell(HtmlPanel) is not resizable in kotlin UI DSL 2
已回答When 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? /... -
创建于 How to use logback-classic inside plugin? Conflicts with clion jar containing log4j binding
已回答In 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... -
已编辑于 How to add search functionality to `Editor`
已回答In 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 ...