Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Michael Wölk
Total activity
161
Last activity
October 14, 2024 14:50
Member since
June 16, 2016 13:19
Following
0 users
Followed by
0 users
Votes
5
Subscriptions
37
Activity overview
Posts (32)
Comments (87)
Sort by recent activity
Recent activity
Votes
Edited
April 13, 2023 19:43
import org.jetbrains.changelog.Changelogimport org.jetbrains.changelog.markdownToHTMLfun properties(key: String) = project.findProperty(key).toString()fun environment(key: String) = providers.envir...
Community
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 votes
Created
April 11, 2023 10:04
Hi, what exactly do you need?
Community
IntelliJ IDEA Open API and Plugin Development
Why are projectListeners red highlighted?
0 votes
Edited
April 10, 2023 16:02
ToolWindowManager toolWindowManager = com.intellij.openapi.wm.ToolWindowManager.getInstance(myProject); ToolWindow toolWindow = toolWindowManager.getToolWindow("NameOfToolWindow"); i...
Community
IntelliJ IDEA Open API and Plugin Development
ToolWindow with Tabs & Outdated Docs/Examples
0 votes
Created
April 25, 2021 08:09
If youre plan something, then i can wait - Thanks
Community
IntelliJ IDEA Open API and Plugin Development
Enhance Spellchecker
0 votes
Edited
April 17, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Enhance Spellchecker
0 votes
Created
April 11, 2021 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.
Community
IntelliJ IDEA Open API and Plugin Development
Enhance Spellchecker
0 votes
Edited
April 09, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Enhance Spellchecker
0 votes
Created
April 08, 2021 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...
Community
IntelliJ IDEA Open API and Plugin Development
Enhance Spellchecker
0 votes
Created
January 08, 2021 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
Community
IntelliJ IDEA Open API and Plugin Development
No Reproducable Error
0 votes
Created
January 06, 2021 16:24
intellij { ... version 'LATEST-EAP-SNAPSHOT' alternativeIdePath '/snap/phpstorm/current'} Yes, thanks!
Community
IntelliJ IDEA Open API and Plugin Development
How to run/debug PHPStorm to Test Plugin
0 votes
«
First
‹
Previous
Next
›
Last
»