主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Mehmetnakcay
活动总数
17
最后的活动
2021年06月17日 16:51
成员加入日期
2020年03月23日 10:17
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
5
活动概览
帖子(2)
评论(8)
按最近的活动排序
最近的活动
投票数
创建于
2020年03月25日 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...
社区
IntelliJ IDEA Open API and Plugin Development
initial size for toolwindow couldn't make it work?
3 票
创建于
2020年06月26日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to create breakpoints programmatically?
1 票
创建于
2021年02月04日 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...
社区
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 票
创建于
2020年08月03日 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).
社区
IntelliJ IDEA Open API and Plugin Development
UI testing with MockProject
0 票
创建于
2020年07月29日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Indexing every time I debug. Too slow.
0 票
已编辑于
2020年03月24日 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?
社区
IntelliJ IDEA Open API and Plugin Development
initial size for toolwindow couldn't make it work?
0 票
创建于
2020年03月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
initial size for toolwindow couldn't make it work?
0 票
已编辑于
2020年03月24日 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...
社区
IntelliJ IDEA Open API and Plugin Development
initial size for toolwindow couldn't make it work?
0 票