主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Simon Stratmann
活动总数
165
最后的活动
2024年03月12日 09:23
成员加入日期
2018年09月06日 06:41
关注
0 名用户
关注者数
0 名用户
投票数
13
订阅数
47
活动概览
帖子(40)
评论(65)
按最近的活动排序
最近的活动
投票数
创建于
2020年11月17日 10:20
Jakub, thanks for the quick response! I'm looking at implementations of ParserDefinition, SyntaxHighlighterFactory, Commenter, and the fileType EP. With everything else disabled I still get syntax ...
社区
IntelliJ IDEA Open API and Plugin Development
Disable custom language plugin in certain cases / depending on language version
0 票
创建于
2020年11月07日 16:56
I got it working now. I really would love to explain how but I changed so much I wouldn't know where to start....
社区
IntelliJ IDEA Open API and Plugin Development
References and usages: Go to declaration works, usages return results, jump to usage does not
0 票
创建于
2020年11月04日 10:23
Alright, thanks for the response anyway. It's a bit more ardous in my case because I can't get the grammar and recoverWhile and stuff like that to work properly so getting the context is hard. But ...
社区
IntelliJ IDEA Open API and Plugin Development
Custom langugage: Autocomplete based on grammar?
0 票
创建于
2020年11月03日 07:03
Thank you Yann. I think this ignores the context of the completion and always suggests any of the keywords. I tried the same approach as used in the CustomFileTypeCompletionContributor which basica...
社区
IntelliJ IDEA Open API and Plugin Development
Custom langugage: Autocomplete based on grammar?
0 票
创建于
2020年03月18日 06:48
You could just put a dummy file somewhere and check for its existence.
社区
IntelliJ IDEA Open API and Plugin Development
Is there a away to check if my plugin is running locally?
0 票
创建于
2020年03月05日 15:11
When using Notification#notify the ballon always had the same size (title plus one line plus action) and didn't show the full content. I didn't find any other way of showing a ballon with a larger ...
社区
IntelliJ IDEA Open API and Plugin Development
Notifications "stuck" and can't be closed anymore
0 票
创建于
2020年03月03日 18:26
Thank you, Yann.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin working folder to store resources
0 票
创建于
2020年02月16日 11:54
Thanks, Aleksey, the current documentation at https://www.jetbrains.org/intellij/sdk/docs/basics/architectural_overview/general_threading_rules.html says "Background progresses are managed by Progr...
社区
IntelliJ IDEA Open API and Plugin Development
ProgressManager.getInstance().executeNonCancelableSection() runs in GUI thread
0 票
创建于
2020年02月16日 11:46
I managed to get it done this way: refreshToolWindowButton.addActionListener(e -> { Task.Backgroundable task = new Task.Backgroundable(project, "Loading Gitlab Pipelines") { @Override ...
社区
IntelliJ IDEA Open API and Plugin Development
ProgressManager.getInstance().executeNonCancelableSection() runs in GUI thread
0 票
创建于
2019年03月13日 08:46
Thanks, I've voted for the request.
社区
IntelliJ IDEA Users
Add final keyword to implemented / overridden methods
0 票
«
第一页
‹
上一页