主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Mikko Ahlroth
活动总数
19
最后的活动
2020年03月04日 18:02
成员加入日期
2016年06月02日 19:22
关注
0 名用户
关注者数
0 名用户
投票数
3
订阅数
3
活动概览
帖子(3)
评论(10)
按最近的活动排序
最近的活动
投票数
创建于
2020年03月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not catching all characters
0 票
创建于
2020年03月04日 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. :)
社区
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not catching all characters
0 票
创建于
2020年03月04日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not catching all characters
0 票
创建于
2020年03月04日 05:01
Well like I said, when used like that, no characters are input and the handler is never called at all.
社区
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not catching all characters
0 票
已编辑于
2020年03月03日 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...
社区
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not catching all characters
0 票
创建于
2020年03月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
TypedHandlerDelegate not catching all characters
0 票
创建于
2017年06月01日 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...
社区
IntelliJ IDEA Open API and Plugin Development
PHPStorm EAP 172.2273.9 getIdeFrame stopped working
0 票
创建于
2016年06月03日 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
社区
IntelliJ IDEA Open API and Plugin Development
Certificate error with Let's Encrypt
0 票
创建于
2016年06月02日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Certificate error with Let's Encrypt
0 票
创建于
2016年06月02日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Certificate error with Let's Encrypt
0 票