主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Vladimir Krivosheev
活动总数
451
最后的活动
2024年10月17日 08:21
成员加入日期
2009年06月29日 11:53
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
177
活动概览
文章(0)
帖子(0)
评论(274)
按最近的活动排序
最近的活动
投票数
创建于
2016年02月03日 08:27
In progress, please watch https://youtrack.jetbrains.com/issue/IDEA-149660
社区
IntelliJ IDEA Open API and Plugin Development
Unknown macro $PROJECT_CONFIG_DIR$ exception
0 票
创建于
2013年04月22日 10:12
1) About web server:You don't need to use Jetty. Idea contains internal any purpose server (you can implement any protocol — htttp, xmlrpc, protobuf, custom). But in case of HTTP you don't need to...
社区
IntelliJ IDEA Open API and Plugin Development
How to let IntelliJ connect to the Jetbrains chrome and firefox extension programmatically
0 票
创建于
2014年02月25日 10:52
"Threads" is not part of platform. And is not part of XDebugger API.So, it is not easy, but possible — just create and register your own implementation of "content".1) Override XDebugProcess.create...
社区
IntelliJ IDEA Open API and Plugin Development
Display Threads tab for debugger
0 票
创建于
2014年02月25日 10:54
Please note: don't forget about XBreakpointType.isSuspendThreadSupported
社区
IntelliJ IDEA Open API and Plugin Development
Display Threads tab for debugger
0 票
创建于
2014年02月14日 15:54
This method was not part of stable API, removed shortly after IDEA 13.0 release. Please see XDebugProcess.checkCanInitBreakpoints();Why do you need to use this API? What problem do you try to solve?
社区
IntelliJ IDEA Open API and Plugin Development
XDebugSession::setAutoInitBreakpoints removed from EAP 13.1 134.1007
0 票
创建于
2014年02月14日 16:33
API will be restored in the next EAP. (marked as deprecated and removed in IDEA 14), so, you don't need to publish special version for IDEA 13.1 EAP.Thanks for explanation, this API was introduced ...
社区
IntelliJ IDEA Open API and Plugin Development
XDebugSession::setAutoInitBreakpoints removed from EAP 13.1 134.1007
0 票
创建于
2015年01月21日 14:34
You don't need to create own breakpoint type. You should use JVM breakpoint type. 1) Register own implementation of JavaDebugAware (https://github.com/JetBrains/intellij-community/blob/master/java/...
社区
IntelliJ IDEA Open API and Plugin Development
Some questions about JVM debugger expression evaluation
0 票
创建于
2015年04月01日 12:10
Settings repository plugin allows you to have shared repostory of settings.But in your case it is not suitable, because such repo should be per "company", not per user.There is not yet finished sol...
社区
IntelliJ IDEA Open API and Plugin Development
Providing config via plugin
0 票
创建于
2015年04月01日 12:32
I have created https://youtrack.jetbrains.com/issue/IDEA-138631. I will fix it soon.
社区
IntelliJ IDEA Open API and Plugin Development
Providing config via plugin
0 票
创建于
2015年04月24日 07:44
Please use IntelliJ IDEA 14.1.3 EAP — https://confluence.jetbrains.com/display/IDEADEV/IDEA+14.1+EAP
社区
IntelliJ IDEA Open API and Plugin Development
Error in unit tests: DefaultColorSchemesManager has default state, but not marked to load it
0 票
«
第一页
‹
上一页
下一页
›
最后
»