Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexey Kudravtsev
Total activity
71
Last activity
October 28, 2024 15:10
Member since
May 26, 2020 16:46
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
23
Activity overview
Articles (0)
Posts (0)
Comments (48)
Sort by recent activity
Recent activity
Votes
Created
October 23, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Hide line number bar button when code is folded
0 votes
Created
September 19, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
IconProvider Problem in IntelliJ 2023
0 votes
Created
September 18, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to display gutter icons during execution?
0 votes
Created
June 07, 2023 12:53
I can't seem to reproduce this problem. Is there any plugin I can download or something to try to reproduce?
Community
IntelliJ IDEA Open API and Plugin Development
Annotations "Jump to Source"
0 votes
Created
June 05, 2023 13:12
Hi. By "it didn't help" you meant `scpiElement.navigate()` method didn't navigate correctly, or this method was never called?
Community
IntelliJ IDEA Open API and Plugin Development
Annotations "Jump to Source"
0 votes
Created
May 30, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
Annotations "Jump to Source"
0 votes
Created
May 10, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
ProjectPlainTextFileTypeManager.getFiles() is deprecated, replacement PersistentFileSetManager.getFiles() is package private
0 votes
Created
May 10, 2023 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?
Community
IntelliJ IDEA Open API and Plugin Development
ProjectPlainTextFileTypeManager.getFiles() is deprecated, replacement PersistentFileSetManager.getFiles() is package private
0 votes
Created
May 09, 2023 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...
Community
IntelliJ IDEA Open API and Plugin Development
ProjectPlainTextFileTypeManager.getFiles() is deprecated, replacement PersistentFileSetManager.getFiles() is package private
0 votes
Created
May 08, 2023 13:41
Hello Vladimir Schneider What do you want to do ?
Community
IntelliJ IDEA Open API and Plugin Development
ProjectPlainTextFileTypeManager.getFiles() is deprecated, replacement PersistentFileSetManager.getFiles() is package private
0 votes
«
First
‹
Previous
Next
›
Last
»