主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Rembrandt107
活动总数
12
最后的活动
2024年06月21日 14:36
成员加入日期
2024年06月06日 13:02
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
3
活动概览
帖子(3)
评论(4)
按最近的活动排序
最近的活动
投票数
创建于
2024年06月21日 14:36
Figured it out while was preparing the sample project to share, it is not a bug/issue, but rather tricky coincidence which was hard to spot because of how things were rendered on GUI and in state (...
社区
IntelliJ IDEA Open API and Plugin Development
Two way text binding for textField updates javax.swing.text.AbstractDocument#data model but not GUI
0 票
已编辑于
2024年06月19日 17:44
The issue is that I get cursor like this after hitting enteritem1 { item2 { | } }but I'd like to get it like thisitem1 { item2 { | } }Thanks for your recommendation, I tried to look into JSO...
社区
IntelliJ IDEA Open API and Plugin Development
Proper way to handle indentation
0 票
已编辑于
2024年06月18日 11:07
Hi,The new child line is initially empty, thus not a part of block tree (since I drop WSs) and consequently no child attributes are applied.Should I include WSs into block tree and handle all of th...
社区
IntelliJ IDEA Open API and Plugin Development
Proper way to handle indentation
0 票
已编辑于
2024年06月06日 16:28
Initially I tried org.springframework.jdbc.datasource.DriverManagerDataSource from org.springframework:spring-jdbc.It complained about Caused by: java.lang.IllegalStateException: Could not load JDB...
社区
IntelliJ IDEA Open API and Plugin Development
Caused by: java.lang.ClassNotFoundException: org.postgresql.Driver
0 票