主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Erik Pragt
活动总数
1015
最后的活动
2016年01月18日 14:37
成员加入日期
2005年10月18日 11:05
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
314
活动概览
帖子(181)
评论(520)
按最近的活动排序
最近的活动
投票数
创建于
2015年08月19日 10:48
Hi Dmitry,Thanks for the info. Why would that be impossible? I understand IntelliJ doesn't have access when I copy something from a different application, but the moment before I paste, I could tec...
社区
IntelliJ IDEA Open API and Plugin Development
Detect on Paste event?
0 票
创建于
2014年12月15日 22:17
Hi Dmitry...Leftovers from testing? I'm not sure what that means, but I've attached my complete plugin.xml, and this is the only place where I've registered keyboard mappings. As trivial as it soun...
社区
IntelliJ IDEA Open API and Plugin Development
How to register keyboard shortcuts for actions the right way?
0 票
创建于
2014年12月14日 10:37
Hi Dmitry,Thanks for the anwer. I'm a bit confused though.In the mapping, I have now 2 actions, 1 for bold, 1 for italic.the bold is mapped using ctrl b, the italic using control i. When I right cl...
社区
IntelliJ IDEA Open API and Plugin Development
How to register keyboard shortcuts for actions the right way?
0 票
创建于
2014年12月11日 17:26
Super, I've added that too! Thanks!
社区
IntelliJ IDEA Open API and Plugin Development
What's wrong with this code??
0 票
创建于
2014年12月11日 15:36
So, the whole action now looks like this: @Overridepublic void actionPerformed(@NotNull final AnActionEvent event) { final PsiFile file = event.getData(DataKeys.PSI_FILE); final Project project =...
社区
IntelliJ IDEA Open API and Plugin Development
What's wrong with this code??
0 票
创建于
2014年12月11日 15:30
Ah, yes, that works! Thanks for your speedy help!!!The functionality did change a bit now, because if the file is open, IntelliJ will close the file (which makes sense of course, since I just delet...
社区
IntelliJ IDEA Open API and Plugin Development
What's wrong with this code??
0 票
创建于
2014年12月11日 15:21
I'm trying that now, but how do I get access to the PsiDirectory?
社区
IntelliJ IDEA Open API and Plugin Development
What's wrong with this code??
0 票
创建于
2014年12月11日 15:10
Hi Dmitry, Thanks for the quick reply. You mean replacing:String newFileName = FilenameUtils.getBaseName(file.getName()) + ".adoc";virtualFile.rename(this, newFileName);document.setText(convertMark...
社区
IntelliJ IDEA Open API and Plugin Development
What's wrong with this code??
0 票
创建于
2014年12月09日 06:23
I'm the author of the plugin, and I wasn't aware of such a bug. I'll take a look, thanks for reporting.
社区
IntelliJ IDEA Open API and Plugin Development
where I can find the `Sample Text File Editor` source code?
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 票
«
第一页
‹
上一页
下一页
›
最后
»