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
December 18, 2023 12:33
That'd be worth adding to documentation, please.Also why not open that servise for public?I've actually tried copy-pasting Psi2Symbol and it's MyPointer classes, which for whatever reason didn't wo...
Community
IntelliJ IDEA Open API and Plugin Development
How create Symbol for Psi
0 votes
Created
July 07, 2023 15:33
Ou ok - seems that it's mostly just separate from all the other features not integrated like I though. https://blog.jetbrains.com/platform/2023/07/lsp-for-plugin-developers/
Community
IntelliJ IDEA Open API and Plugin Development
GrammarKit - statement struggle with inline function
0 votes
Edited
July 07, 2023 17:10
That'd create a new issue of splitting statements somehow as not all of them ends by semicon - like if condition if true: asd(); where endStmt is closing asd() call, the whole if condition is not...
Community
IntelliJ IDEA Open API and Plugin Development
GrammarKit - statement struggle with inline function
0 votes
Created
May 16, 2023 06:52
Correct me if I'm wrong, but digging into it - the bnf grammar used with grammar-kit is only Context free,while the grammar I'm trying to create is not as statements inside inline function are litt...
Community
IntelliJ IDEA Open API and Plugin Development
GrammarKit - statement struggle with inline function
0 votes
Created
May 09, 2023 15:19
P.S. I've tried to change gradle build to IntelliJ as writtent at the end of: https://www.jetbrains.com/help/idea/work-with-gradle-projects.html#delegate_build_gradle But no luck... or does it not ...
Community
IntelliJ IDEA Open API and Plugin Development
Swing UI elements not initialized
0 votes
Created
May 05, 2023 16:31
I've found it, properties are not getted mutable and copied I suppose, so after altering them I have to call (library.modifiableModel as ModifiableModelEx).properties = props
Community
IntelliJ IDEA Open API and Plugin Development
Saving custom Library globally
0 votes
Created
May 03, 2023 19:01
Just a little update, I've been looking into community idea and noticed, that Kotlin's LibraryPropeties used itself in generic type so I've tried to update it like: @State(name = "GdLibraryProperti...
Community
IntelliJ IDEA Open API and Plugin Development
Saving custom Library globally
0 votes
Created
May 03, 2023 17:08
One additional question please:I'm having hard time persisting LibraryState. Library is now created and saved ok with: val library = modifier.createLibrary(name, GdLibraryKind)val libModifier = lib...
Community
IntelliJ IDEA Open API and Plugin Development
Saving custom Library globally
0 votes
Created
May 03, 2023 15:10
Oh, I've managed to overlook that I'm commiting Library instead of LibraryTable. Another case where taking a break from code solves it.Thank you for pointing me to tests... saw it right away.
Community
IntelliJ IDEA Open API and Plugin Development
Saving custom Library globally
0 votes
Edited
April 07, 2023 14:34
Thanks, for anyone else looking for it the main thing is to send message into .tooltip() instead of message param of newAnnotation holder .newAnnotation(HighlightSeverity.ERROR, "Instead of the...
Community
IntelliJ IDEA Open API and Plugin Development
Annotator message formatting
0 votes
«
First
‹
Previous
Next
›
Last
»