主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Alain Tavan
活动总数
68
最后的活动
2020年11月11日 20:45
成员加入日期
2012年10月19日 22:29
关注
0 名用户
关注者数
1 名用户
投票数
3
订阅数
19
活动概览
帖子(10)
评论(36)
按最近的活动排序
最近的活动
投票数
创建于
2019年12月05日 19:34
with the help of someone on the slack page of intellij I implemented following working solution public class PasteImageHandler extends EditorActionHandler implements EditorTextInsertHandler { ...
社区
IntelliJ IDEA Open API and Plugin Development
PasteAction not called when running through IntelliJ?
0 票
创建于
2019年12月03日 17:00
maybe it is easier if I share the entire class ? I'm not a big fan of implementing all logic in one single class, but here i did it to simplify the code and have just one file. package com.swis...
社区
IntelliJ IDEA Open API and Plugin Development
PasteAction not called when running through IntelliJ?
0 票
创建于
2019年12月02日 18:58
Sorry to disturb you again. I implement the class like you said and wrote this inside of the method @Nullable@Overridepublic Object getData(@NotNull String dataId) { if(dataId == null) { r...
社区
IntelliJ IDEA Open API and Plugin Development
PasteAction not called when running through IntelliJ?
0 票
创建于
2019年12月02日 17:19
Thanks Yann :) by any chances, do you have a source code I could look at ? My actual solution has no paste_provider and i admit that i'm a bit lost . Thank you in advance for your help.
社区
IntelliJ IDEA Open API and Plugin Development
PasteAction not called when running through IntelliJ?
0 票
创建于
2019年11月19日 07:38
concerning hg i was a bit wondered as the project has no mercurial settings at all and as I did not add dependency to it. Indeed for git and svn I needed to explicitly add the plugins 'svn4idea', '...
社区
IntelliJ IDEA Open API and Plugin Development
What is the best way to get the branch of a file ?
0 票
创建于
2019年11月18日 19:46
wow this is a lot more than expected :) thanks a lot Aleksey, i'll try the different ideas and can finally finish my work on this part :)
社区
IntelliJ IDEA Open API and Plugin Development
What is the best way to get the branch of a file ?
0 票
创建于
2019年11月03日 20:45
I did what you proposed and override the reset method to include the code that was in the updateUIState and now I don't have any exception anymore ;) Thanks a lot. I can continue to work on the f...
社区
IntelliJ IDEA Open API and Plugin Development
how to use a TextFieldWithCompletion inside of a configuration window that was build with the form builder ?
0 票
创建于
2019年11月03日 18:40
full stacktrace. I pushed my current state into https://github.com/alain57/swissas-dev-tools/tree/bugfix here is the full stack trace.. I really hope you can help me ;) Details: Current thread:...
社区
IntelliJ IDEA Open API and Plugin Development
how to use a TextFieldWithCompletion inside of a configuration window that was build with the form builder ?
0 票
已编辑于
2019年11月02日 13:51
thanks Aleksey, even if the position is not exactly what I wanted it is working like I wished ;) subject can be marked as answered ;)
社区
IntelliJ IDEA Open API and Plugin Development
annotation right click add a menu entry and get the author string
0 票
创建于
2019年11月01日 15:15
The given source code are clear, I guess it will not be a big issue for me to use that :) But I didn't saw any positioning, I guess that the newly added action is always at the bottom of the menu. ...
社区
IntelliJ IDEA Open API and Plugin Development
annotation right click add a menu entry and get the author string
0 票
«
第一页
‹
上一页
下一页
›
最后
»