主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Erik Pragt
活动总数
1019
最后的活动
2026年02月19日 08:47
成员加入日期
2005年10月18日 11:05
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
316
活动概览
帖子(181)
评论(522)
按最近的活动排序
最近的活动
投票数
创建于
2014年10月01日 17:04
Chicken and egg problem? ;-)Seriously though, uploading it by hand is something which would be nice if it could be automated, but I can work around that, or automate it myself.Having to wait two da...
社区
IntelliJ IDEA Open API and Plugin Development
Live templates plugin
0 票
创建于
2008年10月03日 13:16
Nice, thanks! Another small question: is it enough to define a ProductivityFeaturesProvider, or do I also need to register them somewhere?
社区
IntelliJ IDEA Open API and Plugin Development
Productivity Hints?
0 票
创建于
2008年10月05日 20:58
Hi Yann,I think I did as you said: I've created a file (hints.hello.html), put it in ]]>/src/, referenced it using "FeatureDescriptor featureDescriptor = new FeatureDescriptor("id", GROUP_DESCRIPTO...
社区
IntelliJ IDEA Open API and Plugin Development
Productivity Hints?
0 票
创建于
2008年10月05日 21:46
Great, that works! Thanks!! But how did you know that? And do you also know why it's not possible (unless you have a suggestion...) to retreive the Productivity Hints from an online source?
社区
IntelliJ IDEA Open API and Plugin Development
Productivity Hints?
0 票
创建于
2014年11月05日 23:11
Thanks to the Mks plugin, I found it: https://code.google.com/p/ideamksplugin/source/browse/trunk/src/main/java/org/intellij/vcs/mks/MksStatusWidget.java?r=372You need to use a TextRepresentation t...
社区
IntelliJ IDEA Open API and Plugin Development
How to add text to the StatusBar?
0 票
创建于
2014年12月07日 22:22
Sure, I'll try.It's just that the plugin isn't very active, and there are already lots of open issues, and some open pull requests.Besides that, I'm building an alternative for the Markdown plugin,...
社区
IntelliJ IDEA Open API and Plugin Development
How to reload editor preview window
0 票
创建于
2014年11月22日 20:38
PS: thanks about the remark about TODO's, but this is the first step. Implementing the full Lexer would be very time consuming, especially since I have never done anything like that before, so I th...
社区
IntelliJ IDEA Open API and Plugin Development
How to add items to the TODO panel
0 票
创建于
2014年12月01日 13:52
Hi Alexander, thanks for the reply.For sure there plugins which do it, but how do I find these plugins? Eg, I've never installed the Dart plugin before, I didn't know it had this menu.Question: why...
社区
IntelliJ IDEA Open API and Plugin Development
How to add items to a tab context menu?
0 票
创建于
2014年12月01日 14:01
Ah, now I see. Thanks, this make things much more clear. Is there any documentation on this I missed? I checked these locations, but couldn't find it: - https://confluence.jetbrains.com/display/ID...
社区
IntelliJ IDEA Open API and Plugin Development
How to add items to a tab context menu?
0 票
创建于
2014年12月01日 14:11
Ah, thanks. I actually read that page, but it wasn't clear to me how I could add context menu items based on that information. After re-reading it, it's still not clear to me, but your example is, ...
社区
IntelliJ IDEA Open API and Plugin Development
How to add items to a tab context menu?
0 票
«
第一页
‹
上一页
下一页
›
最后
»