主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Volodymyr Gubarkov
活动总数
15
最后的活动
2023年03月31日 23:26
成员加入日期
2021年06月14日 14:31
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
4
活动概览
帖子(4)
评论(6)
按最近的活动排序
最近的活动
投票数
已编辑于
2023年03月31日 23:26
Actually, I've find the solution: https://github.com/xonixx/intellij-awk/blob/4cec2990ac6baaa3c033f9d8a8282544be69868e/src/test/java/intellij_awk/ExternalFileConfigurer.java#L12
社区
IntelliJ IDEA Open API and Plugin Development
How can I create a unit test for my language support plugin to emulate opening a file from outside of the project?
0 票
已编辑于
2023年03月30日 22:56
Hey Yann! Thank you for your reply. I'm not sure I've understood your question. Let me please rephrase a bit my problem to hopefully make it a bit more clear. So, my AWK support plugin works jus...
社区
IntelliJ IDEA Open API and Plugin Development
How can I create a unit test for my language support plugin to emulate opening a file from outside of the project?
0 票
已编辑于
2022年01月12日 14:09
Thank you Jakub! This indeed seems to be very close to what I need. Upd. Was able to add the tests I needed: https://github.com/xonixx/intellij-awk/blob/main/src/test/java/intellij_awk/AwkDocumenta...
社区
IntelliJ IDEA Open API and Plugin Development
What is the recommended approach for testing DocumentationProvider I've added for my language support plugin?
0 票
创建于
2021年10月09日 12:35
I'm planning to release new version of plugin soon. Is there any way I can prevent this issue from happenning this time? For example, what is the way to tell IDEA that my plugin needs a restart aft...
社区
IntelliJ IDEA Open API and Plugin Development
Internal IDE error right after updating my plugin to latest version
0 票
创建于
2021年10月04日 16:00
Sure, my bad. Initially I posted here since I was almost sure it's problem with my plugin and I'm doing something wrong. Then after some additional thinking I though this might be Idea bug, thus p...
社区
IntelliJ IDEA Open API and Plugin Development
Internal IDE error right after updating my plugin to latest version
0 票
创建于
2021年06月24日 21:04
Thank you Reece and Piotr for your advice. Eventually I'm now as well more in favor of single parser. Looks like the most straight forward approach.
社区
IntelliJ IDEA Open API and Plugin Development
Strategy to support two dialects for same programming language in my plugin
0 票