Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Vladimir Krivosheev
Total activity
451
Last activity
October 17, 2024 08:21
Member since
June 29, 2009 11:53
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
177
Activity overview
Articles (0)
Posts (0)
Comments (274)
Sort by votes
Recent activity
Votes
Created
February 03, 2016 08:27
In progress, please watch https://youtrack.jetbrains.com/issue/IDEA-149660
Community
IntelliJ IDEA Open API and Plugin Development
Unknown macro $PROJECT_CONFIG_DIR$ exception
0 votes
Created
April 22, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to let IntelliJ connect to the Jetbrains chrome and firefox extension programmatically
0 votes
Created
February 25, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
Display Threads tab for debugger
0 votes
Created
February 25, 2014 10:54
Please note: don't forget about XBreakpointType.isSuspendThreadSupported
Community
IntelliJ IDEA Open API and Plugin Development
Display Threads tab for debugger
0 votes
Created
February 14, 2014 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?
Community
IntelliJ IDEA Open API and Plugin Development
XDebugSession::setAutoInitBreakpoints removed from EAP 13.1 134.1007
0 votes
Created
February 14, 2014 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
XDebugSession::setAutoInitBreakpoints removed from EAP 13.1 134.1007
0 votes
Created
January 21, 2015 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/...
Community
IntelliJ IDEA Open API and Plugin Development
Some questions about JVM debugger expression evaluation
0 votes
Created
April 01, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Providing config via plugin
0 votes
Created
April 01, 2015 12:32
I have created https://youtrack.jetbrains.com/issue/IDEA-138631. I will fix it soon.
Community
IntelliJ IDEA Open API and Plugin Development
Providing config via plugin
0 votes
Created
April 24, 2015 07:44
Please use IntelliJ IDEA 14.1.3 EAP — https://confluence.jetbrains.com/display/IDEADEV/IDEA+14.1+EAP
Community
IntelliJ IDEA Open API and Plugin Development
Error in unit tests: DefaultColorSchemesManager has default state, but not marked to load it
0 votes
«
First
‹
Previous
Next
›
Last
»