Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mehmetnakcay
Total activity
17
Last activity
June 17, 2021 16:51
Member since
March 23, 2020 10:17
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
5
Activity overview
Posts (2)
Comments (8)
Sort by recent activity
Recent activity
Votes
Created
March 25, 2020 16:15
I just debugged the intellij source code and found the solution. Just posting here just in case anyone might need that: TOOL_WINDOW_HEIGHT is the size you want it to be. ToolWindowEx ex = (ToolWin...
Community
IntelliJ IDEA Open API and Plugin Development
initial size for toolwindow couldn't make it work?
3 votes
Created
June 26, 2020 11:49
Hi plugin.coder, If you dont have the class ReferenceType object first you need to get it. you can get the ReferenceType object using debugProcess.getVirtualMachineProxy().getVirtualMachine().class...
Community
IntelliJ IDEA Open API and Plugin Development
How to create breakpoints programmatically?
1 vote
Created
February 04, 2021 15:03
I am facing the same issue. in a configuration setting page I have created with 2020.3. I have JLabels and JTextPanes, with the same theme and same settings JTextpanes are black and JLabels are whi...
Community
IntelliJ IDEA Open API and Plugin Development
Why IntelliJ IDEA 2020.1 doesn't properly render HTML content font color in Dracula theme for JTextPane?
0 votes
Created
August 03, 2020 16:41
so I ve got the response in slack instead of MockProject, I ll try using normal ProjectImpl (should be aware of indexing though, dont wanna wait whole jdk indexing just for UI tests).
Community
IntelliJ IDEA Open API and Plugin Development
UI testing with MockProject
0 votes
Created
July 29, 2020 18:53
I have updated to 2020.2 and it is even slower now. But it is not pure intellij problem, when I use gradle in command line it finishes in acceptable time but when I debug inside intellij using grad...
Community
IntelliJ IDEA Open API and Plugin Development
Indexing every time I debug. Too slow.
0 votes
Edited
March 24, 2020 15:49
with my current resolution I tested couple of times, and finally got a perfect result when I specify -150 value to stretchHeight. But should it be negative value like that?
Community
IntelliJ IDEA Open API and Plugin Development
initial size for toolwindow couldn't make it work?
0 votes
Created
March 24, 2020 15:27
I also tried with a blank implementation nothing at all just to limit the vertical height with the blank code below, you can see how big that blank toolwindow is. public class UndoBookmarksToolWin...
Community
IntelliJ IDEA Open API and Plugin Development
initial size for toolwindow couldn't make it work?
0 votes
Edited
March 24, 2020 15:14
so the toolwindow class I use is below a simple toolwindow with implements createToolWindowContent method. and in plugin.xml I give the anchor top. what I want to do is to limit the initial size o...
Community
IntelliJ IDEA Open API and Plugin Development
initial size for toolwindow couldn't make it work?
0 votes