Rembrandt107
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
-
Edited Two way text binding for textField updates javax.swing.text.AbstractDocument#data model but not GUI
AnsweredI 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... -
Created Proper way to handle indentation
AnsweredGiven 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 ... -
Edited Caused by: java.lang.ClassNotFoundException: org.postgresql.Driver
AnsweredHello, 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...