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
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
Created
November 29, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
Scroll from Source action customization
0 votes
Created
March 11, 2020 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?
Community
IntelliJ IDEA Open API and Plugin Development
Scroll from Source action customization
0 votes
Created
March 11, 2020 22:29
Nice!
Community
IntelliJ IDEA Open API and Plugin Development
Scroll from Source action customization
0 votes
«
First
‹
Previous
Next
›
Last
»