Erik Pragt
- Total activity 1019
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 316
-
Created How to register new filetype in 'new file' list?
I'm creating an AsciiDoc plugin, and I'd the plugin to register itself in the list of new filetypes whenever you press Ctrl+N in the project view. Rigth now, I see HTML, Stylesheet, Javascript File... -
Created Where to register statusbar?
Question: I want to use add something to the IntelliJ status bar (a word counter for the current open editor). But where do I register the status bar? Is there a startup for the plugin, so the stat... -
Created How to add text to the StatusBar?
Hi all,I'm trying to add some features to the Asciidoc plugin, and a new feature to add is adding a wordcounter to the IntelliJ status bar. However, how do I add text there?I tried the following: ... -
Created How to exclude libraries?
Hi all,I'm building a plugin, and I'm using Groovy to generate some files for the plugin. However, Groovy isn't needed for the plugin itself, and, as such, I don't want it as a dependency, and I do... -
Created Why can't I use the same abbreviation in LiveTemplates?
I have a livetemplate, consisting of two parts: some HTML, and some CSS. I created two live templates for that, one which is applicable to HTML, and one to CSS. I'd like to use access those live te... -
Created Live template variables
Hi all,I've got a small question: is it possible to define variables in templates in a way that a variable only needs one value, but can be displayed in multiple ways?For example: if the text is li... -
Created Live templates plugin
Hi guys,I'm trying to create a plugin for Bootstrap3 live templates. There already exists on for PHP storm, but it doesn't work for IntelliJ. So here's my approach. However, mine also doesn't work ... -
Created Why don't you remove the announcements forum?
Hi guys,There's a nice announcements forum on the forum, which hasn't been updated for the past 4 years. Wouldn't it be an idea to either start using it again, or remove it?Erik -
Created Announcement?
At the top of the page there is an announcement of 2012, saying IntelliJ 12 EAP has started. Seems a bit out of date right, maybe an idea to remove it? -
Created Best way to create code completion (DSL) support in IntelliJ?
Hi all,I've got a small question: we've got an internally developed configuration language, which has some keywords and parameters, a bit like the following:expect mode=ALL match=TEXT api.returnCod...