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
Posts (0)
Comments (109)
Sort by recent activity
Recent activity
Votes
Created
March 29, 2019 09:51
Plugin development documentation is not a full reference, unfortunately. It's more like jump start, giving you an architectural overview and examples for your first steps. Next step is search IDEA ...
Community
IntelliJ IDEA Open API and Plugin Development
Automatic code conversion on paste like "convert java code when paste it to .kt file"
0 votes
Created
March 29, 2019 09:14
Isn't com.intellij.codeInsight.editorActions.CopyPastePreProcessor is what you need?
Community
IntelliJ IDEA Open API and Plugin Development
Automatic code conversion on paste like "convert java code when paste it to .kt file"
0 votes
Created
March 29, 2019 09:11
Could you please describe what exactly you are trying to achieve?
Community
IntelliJ IDEA Open API and Plugin Development
Change txt in dialog box with own plugin
0 votes
Created
March 29, 2019 09:10
What javadoc says about GlobalInspectionTool? Inspections supposed to be run silently for the current editor or manually on some scope, e.g project files. What is your goal?
Community
IntelliJ IDEA Open API and Plugin Development
Apply code inspection to all files in project API
0 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 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
«
First
‹
Previous
Next
›
Last
»