主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2016年09月18日 08:52
user can configure their settings: Appearance & Behaviour System Settings Save files automatically if application is idle for .. seconds
社区
IntelliJ IDEA Open API and Plugin Development
ExternalAnnotator not updating the red/green/yellow square/checkmark in upper right corner of the editor
0 票
创建于
2016年09月16日 13:41
> problem solved :) :) well done
社区
IntelliJ IDEA Open API and Plugin Development
Failed to add support for multiple languages in one plugin
0 票
创建于
2016年09月09日 11:16
if AllClassesGetter gives problem, check these threads for alternative way to enumerate project files: https://intellij-support.jetbrains.com/hc/en-us/community/posts/207378145-Obtaining-java-files...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin stopped working (debug and production)
0 票
创建于
2016年09月09日 10:38
it is necessary to debug plugin code, I am afraid.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin stopped working (debug and production)
0 票
创建于
2016年09月09日 10:09
Hello Guilherme, The plugin may not build. Did you check file creation time of the plugin file? Did you try to open the plugin in debug mode? You should be able to hit a breakpoint.
社区
IntelliJ IDEA Open API and Plugin Development
Plugin stopped working (debug and production)
0 票
已编辑于
2016年09月08日 18:57
different event triggers are probably not aware of each other. They trigger event as soon as there is a reason to do so, without connection to other event triggers. is externalAnnotator extension...
社区
IntelliJ IDEA Open API and Plugin Development
DocumentEvent and PsiTreeChangeEvent fired many times
0 票
创建于
2016年09月08日 15:38
Привет Ирина, document change events are triggered often. Nothing wrong with that. Calling external process on each event will slow down the program a lot. here is another possibility: init a re...
社区
IntelliJ IDEA Open API and Plugin Development
DocumentEvent and PsiTreeChangeEvent fired many times
0 票
已编辑于
2016年09月06日 20:30
do you mean: load externally parsed psi to Idea? PsiBinaryFileImpl https://github.com/JetBrains/intellij-community/blob/10a4c91dbfca935b4b5531003fd8c13b56e66202/platform/core-impl/src/com/intellij/...
社区
IntelliJ IDEA Open API and Plugin Development
create psi from binary file
0 票
创建于
2016年09月06日 19:15
to display bin as readable text, you still need to convert it to string. to format (difficult!), highlight text in Idea, you'd need to build psi tree. if there are psi parsers / formatters avail...
社区
IntelliJ IDEA Open API and Plugin Development
create psi from binary file
0 票
已编辑于
2016年09月02日 19:01
this should work too: <actions> <group id="Id1" text="Plugin name" description="Plugin actions"> <add-to-group group-id="MainMenu" anchor="last"/><group id="Id2" text="Hello action" description=".....
社区
IntelliJ IDEA Open API and Plugin Development
Plugin not showing in main menu
0 票
«
第一页
‹
上一页
下一页
›
最后
»