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
July 08, 2023 13:59
@jojo2357 I think Rustam Vishniakov is suggesting that a dedicated method will be available in public api. I would say, yes, that would be very useful! It will both make it more safe for plugin aut...
Community
IntelliJ IDEA Open API and Plugin Development
How to detect EnterHandlerDelegate line wrap during format
0 votes
Edited
July 02, 2023 10:53
I just want to clarify that AUTO_WRAP_LINE_IN_PROGRESS_KEY works fine for detecting if a line break occurs because the user was typing, we just want to also detect if the line break occurred becaus...
Community
IntelliJ IDEA Open API and Plugin Development
How to detect EnterHandlerDelegate line wrap during format
0 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
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
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
Next
›
Last
»