Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Tim Schulze-Hartung
Total activity
12
Last activity
December 11, 2024 09:17
Member since
October 31, 2023 20:35
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
3
Activity overview
Posts (2)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
December 11, 2024 09:17
Please let me know if you need more information to help me out here. I have collected some technical facts during hours-long debugging.
Community
IntelliJ IDEA Open API and Plugin Development
TextMate-based syntax highlighting in custom code-style panel
0 votes
Created
November 20, 2024 08:12
Many thanks, Alexander. This also clarifies how to correctly listen for and check diagnostics.
Community
IntelliJ IDEA Open API and Plugin Development
Test based on LSP-server functionality
0 votes
Edited
November 14, 2024 11:50
Hi Alexander,thanks for the pointer back to your previous suggestion. Based on it, my current best guess would be the following runnable source. However, an error occurs during teardown:Listeners l...
Community
IntelliJ IDEA Open API and Plugin Development
Test based on LSP-server functionality
0 votes
Created
November 03, 2023 13:18
Jakub Chrzanowski I'm targeting IU 2023.2.4 (since=232, until=232.*), so I think this should be fine, right?Should it suffice to add this to the Gradle build script to access the package?```intelli...
Community
IntelliJ IDEA Open API and Plugin Development
Problematically importing TextMate packages
0 votes
Created
November 03, 2023 11:27
@... Thank you. How do I get this into the classpath though? The plugin is now bundled, and if I include it in `intellij.plugins` and build the project, I still cannot import the class (`org.jetbra...
Community
IntelliJ IDEA Open API and Plugin Development
Problematically importing TextMate packages
0 votes
Edited
October 31, 2023 20:35
@... Is this still possible? What package would these classes be found in? Otherwise, how would I programmatically import a TextMate bundle shipped with my IJ IDEA Ultimate plugin?
Community
IntelliJ IDEA Open API and Plugin Development
Problematically importing TextMate packages
0 votes