Charlie Choiniere
- Total activity 160
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 47
-
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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 ... -
Created 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... -
Created 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... -
Created 15 EAP: Sluggish Scroll Performance
I'm getting really sluggish scrolling performance and ui update performance (opening and closing code folding) on OS X Mavericks with the custom JDK. Switching the Boot JDK back to 1.6 fixes the is...