Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Volodymyr Gubarkov
Total activity
15
Last activity
March 31, 2023 23:26
Member since
June 14, 2021 14:31
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
4
Activity overview
Posts (4)
Comments (6)
Sort by recent activity
Recent activity
Votes
Edited
March 31, 2023 23:26
Actually, I've find the solution: https://github.com/xonixx/intellij-awk/blob/4cec2990ac6baaa3c033f9d8a8282544be69868e/src/test/java/intellij_awk/ExternalFileConfigurer.java#L12
Community
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 votes
Edited
March 30, 2023 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...
Community
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 votes
Edited
January 12, 2022 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...
Community
IntelliJ IDEA Open API and Plugin Development
What is the recommended approach for testing DocumentationProvider I've added for my language support plugin?
0 votes
Created
October 09, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Internal IDE error right after updating my plugin to latest version
0 votes
Created
October 04, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Internal IDE error right after updating my plugin to latest version
0 votes
Created
June 24, 2021 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.
Community
IntelliJ IDEA Open API and Plugin Development
Strategy to support two dialects for same programming language in my plugin
0 votes