Erik Pragt
- Total activity 1015
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 314
-
Erik Pragt created a post, Determine version of IntelliJ
Hi all,Is there a way to get the product version in which the plugin was installed? For example, is it possible to determine in some way if the plugin is running in PhpStorm, WebStorm, IntelliJ Com... -
Erik Pragt created a post, Detect on Paste event?
Hi all,I'm working on my AsciiDoc plugin, and I'd like to add an 'on paste' feature to detect if the clipboard contains either markdown or HTML, and convert it to adoc if possible. How can I listen... -
Erik Pragt created a post, Right click -> Open in Browser
Hi all,I have a request for the AsciiDoc plugin to add the 'open in browser' feature, but right now I'm not sure how to do that, and I'm not even sure if it's possible. Any hints?Thanks,Erik -
Erik Pragt created a post, How to register keyboard shortcuts for actions the right way?
Hi guys,I'm making keyboard shortcuts for certain actions in my plugin, however, it doesn't turn out the way I want. <!-- Add your actions here --><group id="AsciiDoc"> <group id="TextFormatting" ... -
Erik Pragt created a post, What's wrong with this code??
Hi all,I've created an action to convert Markdown to AsciiDoc. However, whenever I run it, IntelliJ will convert the file correctly, but then, in an infinite loop, keep updating the project view.Am... -
Erik Pragt created a post, How to reload editor preview window
I guys, I have attached a small screencast, in which I convert a Markdown document to AsciiDoc. The Markdown has a preview tab, and so has the AsciiDoc document, but after the Markdown document is ... -
Erik Pragt created a post, How to add items to a tab context menu?
Hi all,I want to add a menu item to the context path of specific files (in this case, Markdown files). How can I do this? Any samples available?Thanks,Erik -
Erik Pragt created a post, How to build plugins using TeamCity?
Hi guys,We're looking into a new buildserver for my current customer as a replacement for Jenkins. To get some experience with TeamCity, I'd like to try to build some of my plugins using TeamCity (... -
Erik Pragt created a post, How to add items to the TODO panel
Hi guys,I have TODO items in my AsciiDoc documents, and I'd like to add them to IntelliJ's todo Panel. How can I accomplish such a feat?(In the meantime, I checked the Markdown plugin, and copied s... -
Erik Pragt created a post, Is there a way to detect the current theme?
Question: is it possible to detect which theme a user is running, and specifically, if it's Darcula or not? If so, how can I do this?Thanks,Erik