Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anıl Mısırlıoğlu
Software Developer
Total activity
11
Last activity
February 08, 2021 23:51
Member since
November 08, 2020 17:14
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
2
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Edited
February 08, 2021 23:51
(sorry for late answer)Thanks for your answers. I changed my code according to what you said and tried again, it worked exactly as I wanted it.A revised version of the code for who has the same pro...
Community
IntelliJ IDEA Open API and Plugin Development
TreeTable Collapse/Expand Buttons
0 votes
Created
February 03, 2021 11:46
Here are you; private fun buildOverviewPanel(set: TraceSpanSet): JBScrollPane{ root = set.node() val model = TraceChartTableModel(root) val table = TraceChartTable(model) // extend of TreeTableView...
Community
IntelliJ IDEA Open API and Plugin Development
TreeTable Collapse/Expand Buttons
0 votes
Created
November 09, 2020 07:44
I found what I was looking for. Thank you for your help!
Community
IntelliJ IDEA Open API and Plugin Development
I Need Help About Checkbox Tree
0 votes
Created
November 09, 2020 07:31
I found the Checkbox Tree before, but I do not fully understand its usage. I could not find a detailed documentation. Can you send me a simple code sample?
Community
IntelliJ IDEA Open API and Plugin Development
I Need Help About Checkbox Tree
0 votes