Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
H Raven
Total activity
99
Last activity
July 02, 2024 07:32
Member since
October 19, 2018 19:01
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
22
Activity overview
Posts (19)
Comments (50)
Sort by recent activity
Recent activity
Votes
Created
March 29, 2023 08:08
I'm extending AbstractBlock, which implemnents ASTBlock, but the position does not take into account whitespaces so I don't know after how many empty line I'm at -> or I got something wrong. f.e. f...
Community
IntelliJ IDEA Open API and Plugin Development
getChildAttributes caret position
0 votes
Created
March 28, 2023 15:00
I was afraid it might not be possible, I also could not find anything this specific in PyBlock. Thank you for response.
Community
IntelliJ IDEA Open API and Plugin Development
getChildAttributes caret position
0 votes
Created
March 21, 2023 18:10
Thank you, that was actually quite an easy solution I've missed.
Community
IntelliJ IDEA Open API and Plugin Development
Formatter - comment settings based on position
0 votes
Created
February 26, 2023 19:08
Thank you, I haven't even realized, that Alignment should be null apart from those specific tokens like assigments.
Community
IntelliJ IDEA Open API and Plugin Development
Formatter alignment - unsure about tutorial explanation
0 votes
Edited
January 15, 2023 14:33
Ou awesome - had no idea how else to get Project instance. Getting it from IdeFrame instead of defaultProject made the Library above work - module is present, library files get indexed and it does ...
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 votes
Created
January 15, 2023 10:24
I've came up with an ugly workaround using IndexableSetContributor override fun getAdditionalProjectRootsToIndex(project: Project): MutableSet<VirtualFile> { val path = GdSettingsState.getInsta...
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 votes
Created
January 15, 2023 09:04
Thank you, I've tried it, but in both IntelliJ & Rider I've run into an issue, that ModuleManager.getInstance(project).modules is always empty, which is weird even more so for IntelliJ, where in Pr...
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 votes
Created
January 11, 2023 06:59
Hi, can anyone help me with it, please?
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 votes
Edited
December 30, 2022 10:08
No, it's a GdScript from Godot - so completly unrelated language. The reason why I need Rider is because Godot projects can use both GdScript & C# simultaneously. That Library I'm trying to create...
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 votes
Edited
December 29, 2022 16:52
I'm trying to create a Standard Library... list of built-in classes available in empty project, built-in functions They are resolved inside editor f.e. when I extend my class by one of them, call a...
Community
IntelliJ IDEA Open API and Plugin Development
SDK in other IDE is not indexed
0 votes
«
First
‹
Previous
Next
›
Last
»