主页
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年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月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: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: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日 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月05日 20:52
Hi Xp Xp,For the live preview, what you're suggestion sounds awefully complex. Why not do it like in my AsciiDoc plugin? (check the animated gif!) https://github.com/bodiam/asciidoctor-intellij-plu...
社区
IntelliJ IDEA Open API and Plugin Development
where I can find the `Sample Text File Editor` source code?
0 票
创建于
2015年08月26日 18:00
Hi Dmitry,Thanks for the reply. I know I'm trying that, and that's exactly what I want: to display the raw contents of the .adoc file in the browser without the HTML transformation, because then th...
社区
IntelliJ IDEA Open API and Plugin Development
Right click -> Open in Browser
0 票
创建于
2015年08月26日 18:05
So, basically, I just want IntelliJ to open this file: file:///Users/erikp/IdeaProjects/test/test.adoc, without using the interal web server. Tried that, but that failed (Chrome will download the f...
社区
IntelliJ IDEA Open API and Plugin Development
Right click -> Open in Browser
0 票
创建于
2015年08月30日 10:43
I'm not sure what you mean. I'm not even sure the exception is the problem. Can we focus on a solution? I'm confused why it works when I run IntelliJ CE as a plugin (even then I have the stacktrace...
社区
IntelliJ IDEA Open API and Plugin Development
Right click -> Open in Browser
0 票
创建于
2015年09月06日 18:55
Anyone ideas?
社区
IntelliJ IDEA Open API and Plugin Development
Right click -> Open in Browser
0 票
«
第一页
‹
上一页