Rembrandt107
- 活动总数 12
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 3
-
-
Rembrandt107 创建了一个帖子, 已回答Two way text binding for textField updates javax.swing.text.AbstractDocument#data model but not GUI
I use bindText function from…/ideaIC-2024.1.2-sources.jar!/com/intellij/ui/dsl/builder/textField.kt:41on textArea to bind PSI elements and GUI to allow some code edits from GUI.GUI → PSI flow works... -
-
-
Rembrandt107 创建了一个帖子, 已回答Proper way to handle indentation
Given nested structure e.g.item1 { item2 { } }I would like the IDE to place caret at one additional level of indentation when I hit Enter after `item2 {`.By default indentation would be the same ... -
-
Rembrandt107 创建了一个帖子, 已回答Caused by: java.lang.ClassNotFoundException: org.postgresql.Driver
Hello, I have searched for previous posts concerning similar issue and can confirm that build/distributions/plugin.zip has in its lib directory postgresql-42.7.3.jar. Other dependencies are loaded...