Mikko Ahlroth
- 活动总数 19
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 3
-
已编辑于 TypedHandlerDelegate not catching all characters
已回答I have a very bare bones TypedHandlerDelegate implementation. Basically the code logs out the typed character and returns `Result.CONTINUE;`. In my plugin.xml it's declared with `<typedHandler impl... -
创建于 PHPStorm EAP 172.2273.9 getIdeFrame stopped working
In my IntelliJ Code::Stats plugin, I am using this piece of code to get the status bar of a newly opened project window: https://github.com/code-stats/code-stats-intellij/blob/master/src/StatsColle... -
创建于 Certificate error with Let's Encrypt
已回答I made an IDEA plugin for my web service which sends a request to my website. The website uses HTTPS with a valid Let's Encrypt certificate. All browsers and Qualys's SSL Test accept the certificat...