Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
T M Schouten
Total activity
77
Last activity
July 10, 2023 18:01
Member since
June 04, 2018 11:05
Following
0 users
Followed by
0 users
Votes
43
Subscriptions
14
Activity overview
Posts (8)
Comments (12)
Sort by recent activity
Recent activity
Votes
Created
May 18, 2023 14:54
Thanks! I guess it is an issue with the plugin verifier then as it gets confused on the function marked inline.
Community
IntelliJ IDEA Open API and Plugin Development
Registering a tool window programmatically without using Internal api
0 votes
Created
January 05, 2023 19:28
Just want to add that the stubElementTypeHolder has to be a Java interface, a Kotlin interface will not work and IStubElementType will fail with All stub element types should be created before ind...
Community
IntelliJ IDEA Open API and Plugin Development
Using externalIdPrefix for a stubElementTypeHolder generated by Grammar-Kit
0 votes
Created
January 04, 2023 14:24
Clear, thanks!
Community
IntelliJ IDEA Open API and Plugin Development
Using externalIdPrefix for a stubElementTypeHolder generated by Grammar-Kit
0 votes
Created
July 28, 2022 19:11
Thanks for your answer! That first issue sounds similar, though I recall when I searched for this exception I also found it reported against some other plugins, so it wouldn't surprise me if the Ko...
Community
IntelliJ IDEA Open API and Plugin Development
Stub ids not found for key in index
0 votes
Created
October 04, 2021 16:25
Thanks, that works for me! For reference, adding this to build.gradle.kts works: tasks.test { systemProperty("idea.force.use.core.classloader", "true")}
Community
IntelliJ IDEA Open API and Plugin Development
jarFiles is not set for PluginDescriptor
0 votes
Edited
February 25, 2021 19:38
Solution: set inspection level in plugin.xml, e.g. <localInspection implementationClass="myclass" level="WARNING" /> and always use GENERIC_ERROR_OR_WARNING in source code.Other options are e.g. "W...
Community
IntelliJ IDEA Open API and Plugin Development
How to add a user-overridable ProblemHighlightType for an inspection descriptor which is error by default?
0 votes
Created
October 13, 2020 06:23
Indeed, it looks to be exactly that issue, thanks for linking it!
Community
IntelliJ IDEA Open API and Plugin Development
Recommended way to create custom code style settings: createCustomSettings is marked as Internal api
0 votes
Edited
May 20, 2020 06:56
I will do so, thanks for the comment! [edit] submitted: https://youtrack.jetbrains.com/issue/IDEA-241360
Community
IntelliJ IDEA Open API and Plugin Development
How to avoid a caret stop at punctuation when it is not a word boundary?
0 votes
Created
March 16, 2020 17:27
Thanks, found it now. Thanks for letting me know, looking forward to that!
Community
IntelliJ IDEA Open API and Plugin Development
How to register a New Project type without using the non-dynamic ModuleType extension?
0 votes
Edited
April 29, 2021 08:28
[Edit] I have no idea why this is downvoted, but it appears that it didn't work for someone. Please let me know if you find something to be improved in this workflow. Original post: Vaughan Rouesne...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin not unload-safe because class loader cannot be unloaded
-1 votes
«
First
‹
Previous