Home
MPS Support | JetBrains
Contact Support
Community
Sign in
Maros Sandor
Total activity
4
Last activity
February 19, 2024 14:16
Member since
November 23, 2022 10:20
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (0)
Comments (2)
Maros Sandor
commented,
February 19, 2024 14:16
Hi, you can update() on an EditorComponent. However, the proper way would be to run your code as an EditorCommand in which case cells update automatically.
Community
MPS
Updating Editor after runWriteInEDT
0 votes
Maros Sandor
commented,
November 23, 2022 10:20
Technically, when designing your concept editor, you can insert a swing component cell type. This allows you to show a custom JComponent for the cell. If you create and return a JFXPanel then you s...
Community
MPS
JavaFX in the editor
1 vote