主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
sen_vol
活动总数
21
最后的活动
2022年04月21日 12:47
成员加入日期
2021年12月13日 07:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
4
活动概览
帖子(3)
评论(14)
按最近的活动排序
最近的活动
投票数
创建于
2022年04月21日 12:47
I looked a bit in the sources and if I am not mistaken, the dsl uses some grid layout that lays out cells or subgrids and it the grid itself does not support resizing the cells. So using dsl here a...
社区
IntelliJ IDEA Open API and Plugin Development
cell(HtmlPanel) is not resizable in kotlin UI DSL 2
0 票
创建于
2022年04月20日 11:58
I tried: the same behaviour, as in first gif
社区
IntelliJ IDEA Open API and Plugin Development
cell(HtmlPanel) is not resizable in kotlin UI DSL 2
0 票
创建于
2022年04月20日 09:41
I also tried this: return panel { row { cell(htmlPanel).resizableColumn() }.resizableRow() }
社区
IntelliJ IDEA Open API and Plugin Development
cell(HtmlPanel) is not resizable in kotlin UI DSL 2
0 票
创建于
2022年04月20日 09:24
It works:
社区
IntelliJ IDEA Open API and Plugin Development
cell(HtmlPanel) is not resizable in kotlin UI DSL 2
0 票
创建于
2022年04月20日 09:24
But when using like this: override fun createCenterPanel(): JComponent? { val htmlPanel = object : HtmlPanel() { init { isVisible = true update() } ov...
社区
IntelliJ IDEA Open API and Plugin Development
cell(HtmlPanel) is not resizable in kotlin UI DSL 2
0 票
创建于
2022年04月20日 09:23
Hi, it does not help. The dialog is resizable only to the right, but not to the left:
社区
IntelliJ IDEA Open API and Plugin Development
cell(HtmlPanel) is not resizable in kotlin UI DSL 2
0 票
创建于
2022年03月08日 15:50
I'll think about implementing a separate logging. I was wondering may be I could use java.util.logging or something like tinylog, which does not depend on SLF4J, is it reasonable idea? Or something...
社区
IntelliJ IDEA Open API and Plugin Development
How to use logback-classic inside plugin? Conflicts with clion jar containing log4j binding
0 票
创建于
2022年03月08日 15:21
The logger output is redirected to ui by Appender, so I need to access the Appender directly to specify ui component. For that I cast slf4j logger to concrete implementation of logback-classic, and...
社区
IntelliJ IDEA Open API and Plugin Development
How to use logback-classic inside plugin? Conflicts with clion jar containing log4j binding
0 票
创建于
2022年03月08日 15:11
Yes, of course val coroutinesVersion by extra("1.5.2")val protobufVersion by extra("3.18.0")val grpcVersion by extra("1.40.1")val grpcKotlinVersion by extra("1.1.0")dependencies { implementation...
社区
IntelliJ IDEA Open API and Plugin Development
How to use logback-classic inside plugin? Conflicts with clion jar containing log4j binding
0 票
创建于
2022年03月05日 16:15
Here is the code where I cast slf4j logger to logback-classic logger and because the log4j binding is used, the error is raised here: (newLogger.underlyingLogger as Logger).getAppender("ClientAppe...
社区
IntelliJ IDEA Open API and Plugin Development
How to use logback-classic inside plugin? Conflicts with clion jar containing log4j binding
0 票
下一页
›
最后
»