主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alexey Kudravtsev
活动总数
71
最后的活动
2024年10月28日 15:10
成员加入日期
2020年05月26日 16:46
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
23
活动概览
文章(0)
帖子(0)
评论(48)
按最近的活动排序
最近的活动
投票数
创建于
2023年10月23日 12:04
Hello. Apparently you should take into an account visual lines, not only logical lines.So instead of adding a line marker to each and every line, you should add it to each visual line only, once.Pl...
社区
IntelliJ IDEA Open API and Plugin Development
Hide line number bar button when code is folded
0 票
创建于
2023年09月19日 09:46
I think the problem is that the “find usages” should be run under a progress indicator. could you please try return ProgressManager.getInstance().runProcess(() -> { // my code }, new ProgressIn...
社区
IntelliJ IDEA Open API and Plugin Development
IconProvider Problem in IntelliJ 2023
0 票
创建于
2023年09月18日 10:43
Hello. The LineMarker API is intended for highlighting some useful information about the document text in the gutter (the space to the left of the line). It does so by calling LineMarkerProviders a...
社区
IntelliJ IDEA Open API and Plugin Development
Is there a way to display gutter icons during execution?
0 票
创建于
2023年06月07日 12:53
I can't seem to reproduce this problem. Is there any plugin I can download or something to try to reproduce?
社区
IntelliJ IDEA Open API and Plugin Development
Annotations "Jump to Source"
0 票
创建于
2023年06月05日 13:12
Hi. By "it didn't help" you meant `scpiElement.navigate()` method didn't navigate correctly, or this method was never called?
社区
IntelliJ IDEA Open API and Plugin Development
Annotations "Jump to Source"
0 票
创建于
2023年05月30日 10:20
Hello. So this is some sort of your own PSI? Because It can't find ScpiTokenType anywhere. Please make sure that the implementation of this PSI node correctly handles navigation, meaning `yourCusto...
社区
IntelliJ IDEA Open API and Plugin Development
Annotations "Jump to Source"
0 票
创建于
2023年05月10日 11:40
Oh, I see, the issue is https://youtrack.jetbrains.com/issue/IDEA-320027/FileTypeIndex.processFilesPlainTextFileType.INSTANCE-doesnt-process-files-marked-with-Mark-as-plain-text-or-Override-file-ty...
社区
IntelliJ IDEA Open API and Plugin Development
ProjectPlainTextFileTypeManager.getFiles() is deprecated, replacement PersistentFileSetManager.getFiles() is package private
0 票
创建于
2023年05月10日 09:41
You mean your issue is that `FileTypeIndex.processFiles(PlainTextFileType.INSTANCE)` doesn't process some files with unknown extensions, but you want it to?
社区
IntelliJ IDEA Open API and Plugin Development
ProjectPlainTextFileTypeManager.getFiles() is deprecated, replacement PersistentFileSetManager.getFiles() is package private
0 票
创建于
2023年05月09日 12:45
>I need a list of plain text files in my plugin to resolve links to these files. You need to mark some files as plain text from your plugin? Why? Every file with unknown extension is considered p...
社区
IntelliJ IDEA Open API and Plugin Development
ProjectPlainTextFileTypeManager.getFiles() is deprecated, replacement PersistentFileSetManager.getFiles() is package private
0 票
创建于
2023年05月08日 13:41
Hello Vladimir Schneider What do you want to do ?
社区
IntelliJ IDEA Open API and Plugin Development
ProjectPlainTextFileTypeManager.getFiles() is deprecated, replacement PersistentFileSetManager.getFiles() is package private
0 票
«
第一页
‹
上一页
下一页
›
最后
»