主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Tim Schulze-Hartung
活动总数
12
最后的活动
2024年12月11日 09:17
成员加入日期
2023年10月31日 20:35
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
3
活动概览
帖子(2)
评论(6)
按最近的活动排序
最近的活动
投票数
创建于
2024年12月11日 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.
社区
IntelliJ IDEA Open API and Plugin Development
TextMate-based syntax highlighting in custom code-style panel
0 票
创建于
2024年11月20日 08:12
Many thanks, Alexander. This also clarifies how to correctly listen for and check diagnostics.
社区
IntelliJ IDEA Open API and Plugin Development
Test based on LSP-server functionality
0 票
已编辑于
2024年11月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Test based on LSP-server functionality
0 票
创建于
2023年11月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Problematically importing TextMate packages
0 票
创建于
2023年11月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Problematically importing TextMate packages
0 票
已编辑于
2023年10月31日 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?
社区
IntelliJ IDEA Open API and Plugin Development
Problematically importing TextMate packages
0 票