主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Michael Wölk
活动总数
161
最后的活动
2024年10月14日 14:50
成员加入日期
2016年06月16日 13:19
关注
0 名用户
关注者数
0 名用户
投票数
5
订阅数
37
活动概览
帖子(32)
评论(87)
按最近的活动排序
最近的活动
投票数
创建于
2021年04月25日 08:09
If youre plan something, then i can wait - Thanks
社区
IntelliJ IDEA Open API and Plugin Development
Enhance Spellchecker
0 票
已编辑于
2021年04月17日 10:01
yes, my in addition. to eliminate the false ones i add words that i found with my plugin as correct to the dict (if you have a better idea to override the origin instead, please tell). myManager is...
社区
IntelliJ IDEA Open API and Plugin Development
Enhance Spellchecker
0 票
创建于
2021年04月11日 16:10
TL;DR. The Quesion was: Why is "dns" or "php" not a valid word with that check "!myManager.hasProblem(word);" ? These words are valid standalone.
社区
IntelliJ IDEA Open API and Plugin Development
Enhance Spellchecker
0 票
已编辑于
2021年04月09日 09:41
I ended up by adding a new custom inspection (extends SpellCheckingInspection). To solve my problem i needed some Recursion and smart Algorithms. Not the easiest task :-D I try to find so much vali...
社区
IntelliJ IDEA Open API and Plugin Development
Enhance Spellchecker
0 票
创建于
2021年04月08日 09:57
Ive created a class: package application;import com.intellij.psi.PsiElement;import com.intellij.spellchecker.tokenizer.SpellcheckingStrategy;import com.intellij.spellchecker.tokenizer.Tokenizer;imp...
社区
IntelliJ IDEA Open API and Plugin Development
Enhance Spellchecker
0 票
创建于
2021年01月08日 17:10
Could Reproduce with one of the previous version, but not with the latest. The Solution was simply to build a newer build on top of the latest sources
社区
IntelliJ IDEA Open API and Plugin Development
No Reproducable Error
0 票
创建于
2021年01月06日 16:24
intellij { ... version 'LATEST-EAP-SNAPSHOT' alternativeIdePath '/snap/phpstorm/current'} Yes, thanks!
社区
IntelliJ IDEA Open API and Plugin Development
How to run/debug PHPStorm to Test Plugin
0 票
创建于
2020年11月29日 12:04
unfortunately this doesnt work anymore. It looks like he does not register the MyProjectViewPane https://github.com/comod/syncScrollFromSource/blob/master/src/main/resources/META-INF/plugin.xml htt...
社区
IntelliJ IDEA Open API and Plugin Development
Scroll from Source action customization
0 票
创建于
2020年03月11日 22:31
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360007685120-Scroll-from-Source-action-customization-?page=1#community_comment_360001483819 help this?
社区
IntelliJ IDEA Open API and Plugin Development
Scroll from Source action customization
0 票
创建于
2020年03月11日 22:29
Nice!
社区
IntelliJ IDEA Open API and Plugin Development
Scroll from Source action customization
0 票
«
第一页
‹
上一页
下一页
›
最后
»