Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
19307130351
Total activity
7
Last activity
April 10, 2023 10:28
Member since
April 04, 2023 13:06
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (0)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
April 10, 2023 10:28
You can try: psiField.addBefore(psiAnnotation, psiField.getFirstChild());
Community
IntelliJ IDEA Plugin Users
How to solve java.lang.Throwable: Assertion failed: anchorBefore == null || anchorBefore.getTreeParent() == parent ?
0 votes
Created
April 07, 2023 12:17
I finally find a way to run command line in user's project. For example, when I call the method below, it will run " java -jar target/benchmarks.jar org.sample.JmhTestApp1.arrayListAdd -bm thrpt -f...
Community
IntelliJ IDEA Open API and Plugin Development
Running console commands from intelliJ plugin
0 votes
Created
April 04, 2023 13:11
Thanks to this article! I create a Panel by ToolbarDecorator.createPanel() and use xxx.form to design it. The Panel can't even show up! Then I delete xxx.form and it works.
Community
IntelliJ IDEA Open API and Plugin Development
panle create by ToolbarDecorator have a space
0 votes