Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Erik Pragt
Total activity
1019
Last activity
February 19, 2026 08:47
Member since
October 18, 2005 11:05
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
316
Activity overview
Posts (181)
Comments (522)
Sort by recent activity
Recent activity
Votes
Created
December 11, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
What's wrong with this code??
0 votes
Created
December 11, 2014 15:21
I'm trying that now, but how do I get access to the PsiDirectory?
Community
IntelliJ IDEA Open API and Plugin Development
What's wrong with this code??
0 votes
Created
December 11, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
What's wrong with this code??
0 votes
Created
December 11, 2014 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 =...
Community
IntelliJ IDEA Open API and Plugin Development
What's wrong with this code??
0 votes
Created
December 11, 2014 17:26
Super, I've added that too! Thanks!
Community
IntelliJ IDEA Open API and Plugin Development
What's wrong with this code??
0 votes
Created
December 05, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
where I can find the `Sample Text File Editor` source code?
0 votes
Created
August 26, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Right click -> Open in Browser
0 votes
Created
August 26, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Right click -> Open in Browser
0 votes
Created
August 30, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Right click -> Open in Browser
0 votes
Created
September 06, 2015 18:55
Anyone ideas?
Community
IntelliJ IDEA Open API and Plugin Development
Right click -> Open in Browser
0 votes
«
First
‹
Previous