主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexandr Evstigneev
活动总数
194
最后的活动
2024年03月26日 09:34
成员加入日期
2017年01月30日 15:27
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
84
活动概览
帖子(0)
评论(109)
按最近的活动排序
最近的活动
投票数
创建于
2019年03月29日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Automatic code conversion on paste like "convert java code when paste it to .kt file"
0 票
创建于
2019年03月29日 09:14
Isn't com.intellij.codeInsight.editorActions.CopyPastePreProcessor is what you need?
社区
IntelliJ IDEA Open API and Plugin Development
Automatic code conversion on paste like "convert java code when paste it to .kt file"
0 票
创建于
2019年03月29日 09:11
Could you please describe what exactly you are trying to achieve?
社区
IntelliJ IDEA Open API and Plugin Development
Change txt in dialog box with own plugin
0 票
创建于
2019年03月29日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Apply code inspection to all files in project API
0 票
创建于
2019年03月27日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Element from alien project
0 票
创建于
2019年03月27日 06:42
How about setting a breakpoint in com.intellij.psi.impl.smartPointers.SmartPointerManagerImpl#ensureMyProject to the throw statement and just run under debugger?
社区
IntelliJ IDEA Open API and Plugin Development
Element from alien project
0 票
创建于
2019年03月11日 09:00
See com.intellij.openapi.diagnostic.Logger
社区
IntelliJ IDEA Open API and Plugin Development
How to print debugging messages?
0 票
创建于
2019年03月07日 08:02
Just curious, why this post, issue and patch, instead of a pull request?
社区
IntelliJ IDEA Open API and Plugin Development
If you use the GUI Form Editor you may want this patch
0 票
创建于
2019年03月07日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Bug of VirtualFileManager.constructUrl: constructs file://C:/ URIs without three /// on Windows
0 票
创建于
2019年03月07日 07:54
You may start right here com.intellij.ui.breadcrumbs.BreadcrumbsProvider
社区
IntelliJ IDEA Open API and Plugin Development
Extending Breadcrumbs
0 票
«
第一页
‹
上一页
下一页
›
最后
»