Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexandr Evstigneev
Total activity
194
Last activity
March 26, 2024 09:34
Member since
January 30, 2017 15:27
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
84
Activity overview
Articles (0)
Posts (0)
Comments (109)
Sort by recent activity
Recent activity
Votes
Created
March 27, 2019 07:01
That complicates things. But you can just continue development and sometime it will happen :) Looks like you are using smartpointermanager from one project to create a smartpointer for psi element ...
Community
IntelliJ IDEA Open API and Plugin Development
Element from alien project
0 votes
Created
March 27, 2019 06:42
How about setting a breakpoint in com.intellij.psi.impl.smartPointers.SmartPointerManagerImpl#ensureMyProject to the throw statement and just run under debugger?
Community
IntelliJ IDEA Open API and Plugin Development
Element from alien project
0 votes
Created
March 14, 2019 07:53
Not exactly. This configuration just says to run plugin in your android studio. Dependencies are detected by <depends> ...</depends> values in your plugin.xml Your plugin will be compatible with d...
Community
IntelliJ IDEA Open API and Plugin Development
Supported products
1 vote
Created
March 11, 2019 09:00
See com.intellij.openapi.diagnostic.Logger
Community
IntelliJ IDEA Open API and Plugin Development
How to print debugging messages?
0 votes
Created
March 07, 2019 08:02
Just curious, why this post, issue and patch, instead of a pull request?
Community
IntelliJ IDEA Open API and Plugin Development
If you use the GUI Form Editor you may want this patch
0 votes
Created
March 07, 2019 07:59
Is far as I get it, there is no any three slashes. There is a protocol: file:// And a path (on unix systems starting with slash). /some/path Together they give us three slashes. Windows paths star...
Community
IntelliJ IDEA Open API and Plugin Development
Bug of VirtualFileManager.constructUrl: constructs file://C:/ URIs without three /// on Windows
0 votes
Created
March 07, 2019 07:54
You may start right here com.intellij.ui.breadcrumbs.BreadcrumbsProvider
Community
IntelliJ IDEA Open API and Plugin Development
Extending Breadcrumbs
0 votes
Created
February 25, 2019 07:36
As you might know from your experience - there is no such entity in the platform as a keyword. There are spaces/newlines, comments, errors and everything else. Some languages might have something l...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to determine if an element at caret is a keyword for the given language?
0 votes
Created
February 15, 2019 06:04
Just don't forget about those who is familiar with JetBrains products, but not original editor. They may be confused with such approach.
Community
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin] Add checkboxes to project view tree.
0 votes
Created
February 14, 2019 06:29
Could you please explain what are you trying to do? Sometimes same things done differently in different IDEs or editors.
Community
IntelliJ IDEA Open API and Plugin Development
[Custom Language Plugin] Add checkboxes to project view tree.
0 votes
«
First
‹
Previous
Next
›
Last
»