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 07, 2014 16:33
Hi Dmitry, Thanks for your response. It will be tricky for me to fix that. Is there maybe a workaround to force the reload of the file, or some other solution?Erik
Community
IntelliJ IDEA Open API and Plugin Development
How to reload editor preview window
0 votes
Created
November 22, 2014 20:35
Hi Dmitry,Thanks for the quick response. I've added debug points to all methods of the TODO parser, and IntelliJ breaks at none of them, so it seems like it's indeed not called.Could it be that the...
Community
IntelliJ IDEA Open API and Plugin Development
How to add items to the TODO panel
0 votes
Created
November 26, 2014 12:34
Hi guys,I'm still stuck with this. Anyone got a suggestion?Erik
Community
IntelliJ IDEA Open API and Plugin Development
How to add items to the TODO panel
0 votes
Created
December 01, 2014 13:00
Hi Marcin,Thanks for the reply. I've done what you said, and my plugin.xml now looks like this: <extensions defaultExtensionNs="com.intellij"> <fileTypeFactory implementation="org.asciidoc.intelli...
Community
IntelliJ IDEA Open API and Plugin Development
How to add items to the TODO panel
0 votes
Created
December 14, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to register keyboard shortcuts for actions the right way?
0 votes
Created
December 15, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to register keyboard shortcuts for actions the right way?
0 votes
Created
August 19, 2015 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...
Community
IntelliJ IDEA Open API and Plugin Development
Detect on Paste event?
0 votes
Created
August 19, 2015 11:07
True, but what I wanted to do was based on the context guess if it's HTML (that should be doable) or Markdown (which is a bit more tricky, but I could check if it has titles starting with #-es), an...
Community
IntelliJ IDEA Open API and Plugin Development
Detect on Paste event?
0 votes
Created
September 06, 2015 20:55
Ah, super, that's exactly what I was looking for.
Community
IntelliJ IDEA Open API and Plugin Development
Determine version of IntelliJ
0 votes
Created
August 19, 2015 11:10
Thanks! It's implemented now: https://twitter.com/epragt/status/633957430070747136
Community
IntelliJ IDEA Open API and Plugin Development
Right click -> Open in Browser
0 votes
«
First
‹
Previous
Next
›
Last
»