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