主页
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)
按最近的活动排序
最近的活动
投票数
已编辑于
2023年04月13日 19:43
import org.jetbrains.changelog.Changelogimport org.jetbrains.changelog.markdownToHTMLfun properties(key: String) = project.findProperty(key).toString()fun environment(key: String) = providers.envir...
社区
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 票
创建于
2023年04月11日 10:04
Hi, what exactly do you need?
社区
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 票
已编辑于
2023年04月10日 16:02
ToolWindowManager toolWindowManager = com.intellij.openapi.wm.ToolWindowManager.getInstance(myProject); ToolWindow toolWindow = toolWindowManager.getToolWindow("NameOfToolWindow"); i...
社区
IntelliJ IDEA Open API and Plugin Development
ToolWindow with Tabs & Outdated Docs/Examples
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»