Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Simon Stratmann
Total activity
165
Last activity
March 12, 2024 09:23
Member since
September 06, 2018 06:41
Following
0 users
Followed by
0 users
Votes
13
Subscriptions
47
Activity overview
Posts (40)
Comments (65)
Sort by recent activity
Recent activity
Votes
Created
November 17, 2020 10:20
Jakub, thanks for the quick response! I'm looking at implementations of ParserDefinition, SyntaxHighlighterFactory, Commenter, and the fileType EP. With everything else disabled I still get syntax ...
Community
IntelliJ IDEA Open API and Plugin Development
Disable custom language plugin in certain cases / depending on language version
0 votes
Created
November 07, 2020 16:56
I got it working now. I really would love to explain how but I changed so much I wouldn't know where to start....
Community
IntelliJ IDEA Open API and Plugin Development
References and usages: Go to declaration works, usages return results, jump to usage does not
0 votes
Created
November 04, 2020 10:23
Alright, thanks for the response anyway. It's a bit more ardous in my case because I can't get the grammar and recoverWhile and stuff like that to work properly so getting the context is hard. But ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom langugage: Autocomplete based on grammar?
0 votes
Created
November 03, 2020 07:03
Thank you Yann. I think this ignores the context of the completion and always suggests any of the keywords. I tried the same approach as used in the CustomFileTypeCompletionContributor which basica...
Community
IntelliJ IDEA Open API and Plugin Development
Custom langugage: Autocomplete based on grammar?
0 votes
Created
March 18, 2020 06:48
You could just put a dummy file somewhere and check for its existence.
Community
IntelliJ IDEA Open API and Plugin Development
Is there a away to check if my plugin is running locally?
0 votes
Created
March 05, 2020 15:11
When using Notification#notify the ballon always had the same size (title plus one line plus action) and didn't show the full content. I didn't find any other way of showing a ballon with a larger ...
Community
IntelliJ IDEA Open API and Plugin Development
Notifications "stuck" and can't be closed anymore
0 votes
Created
March 03, 2020 18:26
Thank you, Yann.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin working folder to store resources
0 votes
Created
February 16, 2020 11:54
Thanks, Aleksey, the current documentation at https://www.jetbrains.org/intellij/sdk/docs/basics/architectural_overview/general_threading_rules.html says "Background progresses are managed by Progr...
Community
IntelliJ IDEA Open API and Plugin Development
ProgressManager.getInstance().executeNonCancelableSection() runs in GUI thread
0 votes
Created
February 16, 2020 11:46
I managed to get it done this way: refreshToolWindowButton.addActionListener(e -> { Task.Backgroundable task = new Task.Backgroundable(project, "Loading Gitlab Pipelines") { @Override ...
Community
IntelliJ IDEA Open API and Plugin Development
ProgressManager.getInstance().executeNonCancelableSection() runs in GUI thread
0 votes
Created
March 13, 2019 08:46
Thanks, I've voted for the request.
Community
IntelliJ IDEA Users
Add final keyword to implemented / overridden methods
0 votes
«
First
‹
Previous