Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Rembrandt107
Total activity
12
Last activity
June 21, 2024 14:36
Member since
June 06, 2024 13:02
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
3
Activity overview
Posts (3)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
June 21, 2024 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 (...
Community
IntelliJ IDEA Open API and Plugin Development
Two way text binding for textField updates javax.swing.text.AbstractDocument#data model but not GUI
0 votes
Edited
June 19, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Proper way to handle indentation
0 votes
Edited
June 18, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Proper way to handle indentation
0 votes
Edited
June 06, 2024 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...
Community
IntelliJ IDEA Open API and Plugin Development
Caused by: java.lang.ClassNotFoundException: org.postgresql.Driver
0 votes