主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Yann Cebron
活动总数
8231
最后的活动
2025年04月23日 09:06
成员加入日期
2003年04月16日 11:50
关注
0 名用户
关注者数
2 名用户
投票数
21
订阅数
3314
活动概览
帖子(120)
评论(4776)
按最近的活动排序
最近的活动
投票数
创建于
2014年10月05日 18:51
Please follow Read/Write Action pattern described here http://confluence.jetbrains.com/display/IDEADEV/IntelliJ+IDEA+Architectural+Overview
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to change VirtualFile content from Task.Backgroundable action?
0 票
创建于
2014年09月30日 15:25
It works for me in IJ Ultimate 14. What version/edition are you trying?
社区
IntelliJ IDEA Open API and Plugin Development
Live templates plugin
0 票
创建于
2014年09月30日 16:40
Plugin is visible and enabled in "Settings->Plugins"? Do you see "Bootstrap3" category in Editor->Live Templates? Please make sure to run IJ with JDK 1.7 since plugin was compiled with it. It works...
社区
IntelliJ IDEA Open API and Plugin Development
Live templates plugin
0 票
创建于
2014年09月30日 17:16
I assume you tried to de- and reinstall already?
社区
IntelliJ IDEA Open API and Plugin Development
Live templates plugin
0 票
创建于
2014年09月30日 18:28
you could verify idea.log if plugins are correctly loaded on startup or if there are any errors
社区
IntelliJ IDEA Open API and Plugin Development
Live templates plugin
0 票
创建于
2014年09月30日 18:45
Ok, thanks for confirming. Exception is swallowed intentionally here (com.intellij.codeInsight.template.impl.TemplateSettings#loadDefaultLiveTemplates) and thus only logged.
社区
IntelliJ IDEA Open API and Plugin Development
Live templates plugin
0 票
创建于
2014年10月01日 16:50
https://youtrack.jetbrains.com/issue/IDEA-107988
社区
IntelliJ IDEA Open API and Plugin Development
Live templates plugin
0 票
创建于
2014年10月01日 16:58
Apparently there's not too many 3rd party plugin devs pushing out weekly releases of their plugins ;-)
社区
IntelliJ IDEA Open API and Plugin Development
Live templates plugin
0 票
创建于
2014年09月24日 20:26
Have a look at com.intellij.ide.actions.GotoActionBase
社区
IntelliJ IDEA Open API and Plugin Development
How can I create plugin with similar to "ctrl-shift-n" dialog?
0 票
创建于
2008年10月03日 10:43
no, you're on the right track ;) you can use an application component extending ProductivityFeaturesProvider to provide your own tipsI've attached a sample, you'll need to supply the HTML files add...
社区
IntelliJ IDEA Open API and Plugin Development
Productivity Hints?
0 票
«
第一页
‹
上一页
下一页
›
最后
»