Charlie Choiniere
- 活动总数 160
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 47
-
创建于 Redesigning the forum
Will you be redesigning the forum any time soon? This is so much harder to read / scan / search than the previous forum to the point where it's almost unusable. It's difficult enough as it is to wr... -
创建于 Facets in other IDEs beyond Idea
I'm getting a bunch of potential users of my plugin trying to use my plugin with some of the separate IDEs like WebStorm and PHPStorm. I've put all of my plugin configuration into a facet because t... -
创建于 JavaScript Support
I have a few questions about depending on the JavaScript plugin in a your own plugin.First which jars are actually needed? For my case I downloaded Idea Ultimate 14.4 and copied plugins/JavaScriptL... -
创建于 Custom Language Tutorial with C Style Language
I really like the custom language tutorial and I understand most of it, but I'm having trouble with the bnf and flex lexer concepts. I would love to see a basic flex and bnf grammar kit tutorial wi... -
创建于 What happened to all the code examples in the open api docs?
All the code examples are missing from http://www.jetbrains.org/intellij/sdk/docs/reference_guide/custom_language_support.html. The inline code examples were really helpful. Now they are just links... -
创建于 JavaScript API: Change Icon for JSLike file.
Is there a way to extend the JavaScript Language FileType? I would like to register files with the extension of .ds as JavaScript files with my plugin and provide a custom icon for those files. I w... -
创建于 Background Queue with Progress Indicator
Are there any code examples on how to do this floating around? I've successfully setup a progress indicator with a backgroundable task using the ProgressManager class, but I realized now that I nee... -
创建于 Store unique password in per module settings
I have a module that has specific server settings which includes a password.The current approach I'm taking is to create a UUID and store it in the module file, creating one if it does not already ... -
创建于 Set Default Facet and Add Options in Wizard
I've added framework support for my Facet that I've created so you can check the frameworks box in the project wizard and it will add the framework to the project. However I can't figure out how to... -
创建于 Get Reference to Component in ToolWindow
I've been following along with https://devnet.jetbrains.com/message/5491616 to try to and do something similar where I log output to a console from http request responses.I've created a toolWindowF...