Mikko Ahlroth
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 3
-
Edited TypedHandlerDelegate not catching all characters
AnsweredI 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... -
Created 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... -
Created Certificate error with Let's Encrypt
AnsweredI 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...