Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
1445952621
Total activity
11
Last activity
August 30, 2024 07:38
Member since
October 28, 2019 08:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
4
Activity overview
Posts (3)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
August 30, 2024 07:38
I choose to build IDEA from source. fighting with colors and size..here is my result:the primary color is set to yellow , and the secondary is set to shallow blue, make it easier to distinguish be...
Community
PhpStorm
How to change colour of file in "find in files"?
0 votes
Created
April 05, 2024 07:15
This is more related to modifying the IDEA itself rather than plugins. I found a way to do it. In fact, the modification is quite simple, involving less than 100 lines of code. This is because the...
Community
IntelliJ IDEA Users
how to force side panels to have uniform width / size
0 votes
Created
April 01, 2024 14:36
workaround:```private var xxyyWin: Component? = nullif (focusedComponentInWindow is com.intellij.openapi.editor.impl.EditorComponentImpl) {xxyyWin = focusedComponentInWindow} else if (xxyyWin!=null...
Community
IntelliJ IDEA Users
hierarchy address bar on top of main editor updates incorrectly when find TextField is active
0 votes
Created
April 01, 2024 08:07
just turn of option “remember size”:https://youtrack.jetbrains.com/issue/IDEA-293980/Tool-windows-option-to-keep-individual-size-per-window Another question, how to use right-click dragging on the ...
Community
IntelliJ IDEA Users
how to force side panels to have uniform width / size
0 votes