Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Mikko Ahlroth
Total activity
19
Last activity
March 04, 2020 18:02
Member since
June 02, 2016 19:22
Following
0 users
Followed by
0 users
Votes
3
Subscriptions
3
Activity overview
Posts (3)
Comments (10)
Sort by votes
Recent activity
Votes
Created
March 04, 2020 18:02
Thanks for the help, I was able to fix the code. I could not get your Gradle build to work, but I took the code changes. Now I have a follow-up issue. I want to get the language of the document tha...
Community
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not catching all characters
0 votes
Created
March 04, 2020 08:39
Ah of course. Sorry about that, I only have a little time for this every evening and screwed that up. Thanks for your help, I will test your PR this evening. :)
Community
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not catching all characters
0 votes
Created
March 04, 2020 05:26
You can try this branch: https://gitlab.com/code-stats/code-stats-intellij/-/tree/wip/2020-refactor (the wip/2020-refactor branch). It's mostly commented out in the TypedActionHandler so it should ...
Community
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not catching all characters
0 votes
Created
March 04, 2020 05:01
Well like I said, when used like that, no characters are input and the handler is never called at all.
Community
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not catching all characters
0 votes
Edited
March 03, 2020 19:13
Thanks, where do I put that extension point? I put it in the <extensions> part in plugin.xml and implemented the class like you showed and now no typing works anymore. I.e. when I type, nothing hap...
Community
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not catching all characters
0 votes
Created
March 02, 2020 17:40
I got investigated a bit further. Whenever a suggestion is open, the typed characters are not sent to the delegate. So for example when I type "public", only "p" is sent to the delegate. For the re...
Community
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not catching all characters
0 votes
Created
June 01, 2017 06:18
I fixed this issue by listening for Window openings through WindowManager instead with this change: https://github.com/code-stats/code-stats-intellij/commit/89d4c77863f6f4779ecae6e4bfde7cb44c7a55db...
Community
IntelliJ IDEA Open API and Plugin Development
PHPStorm EAP 172.2273.9 getIdeFrame stopped working
0 votes
Created
June 03, 2016 04:27
Ah yes, I see that know. I will try using the code described here and bundle the appropriate CA cert with my plugin: http://stackoverflow.com/a/34111150
Community
IntelliJ IDEA Open API and Plugin Development
Certificate error with Let's Encrypt
0 votes
Created
June 02, 2016 20:25
For reference, here is the error dialog I get: The website is https://codestats.net/ so you can check that the certificate is valid.
Community
IntelliJ IDEA Open API and Plugin Development
Certificate error with Let's Encrypt
0 votes
Created
June 02, 2016 19:42
Thanks Serge, that would be a solution for me but not for the users of the plugin. I cannot tell everyone to install certificates into their system. That's why I'm asking if a CA certificate update...
Community
IntelliJ IDEA Open API and Plugin Development
Certificate error with Let's Encrypt
0 votes