Erik Pragt
- 活动总数 1015
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 314
-
创建于 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... -
创建于 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... -
创建于 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 -
创建于 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" ... -
创建于 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... -
创建于 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 ... -
创建于 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 -
创建于 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 (... -
创建于 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... -
创建于 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