Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Charlie Choiniere
Total activity
160
Last activity
August 11, 2020 20:49
Member since
February 04, 2010 17:58
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
47
Activity overview
Posts (41)
Comments (71)
Sort by recent activity
Recent activity
Votes
Created
June 29, 2015 18:27
I figured out two ways of accomplishing this.public class MyToolWindowFactory implements ToolWindowFactory { @Override public void createToolWindowContent(@NotNull Project project, @NotNul...
Community
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 votes
Created
June 30, 2015 14:17
Thanks that seems to work. Although I got a null reference to the consoleView in the logs randomly. I'll have to investigate. My guess is I tried to log to it before it was initialized by the plugin.
Community
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 votes
Created
June 30, 2015 17:42
I figured out why the null reference happens, The toolWindow is not initialized until it is opened. Is there a way to work around this? I need the project in order to create the console view. Not s...
Community
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 votes
Created
July 14, 2015 02:03
Actually a tutorial reimplementing this logic in GrammarKit would be amazing. None of the UI, but how to write a BNF and Lexer to accomplish all the settings provided here. That would be a great fo...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Tutorial with C Style Language
0 votes
Created
July 15, 2015 11:03
Thanks for the explanation Dimitry. I'm still trying to wrap my head around grammars, lexers and parsers, but they seem to be the key to writing a custom language beyond simple highlighting. I was ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom Language Tutorial with C Style Language
0 votes
Created
July 14, 2015 19:23
Oh wow, thank you. I was super confused about what I need to do. This make sense. So when I deploy my plugin they are not added to the plugin folder, only for development purposed. Using the FileTy...
Community
IntelliJ IDEA Open API and Plugin Development
JavaScript Support
0 votes
Created
July 14, 2015 19:33
Sorry I forgot to ask. Since I'm not going to be using a LanguageTypeFactory anymore, would this just go in a Project or Module component or is there a plugin extension specifically for this purpose?
Community
IntelliJ IDEA Open API and Plugin Development
JavaScript Support
0 votes
Created
July 13, 2015 11:28
I was able to register my Icon using the IconProvider using the following code. public class DSIconProvider extends IconProvider { @Nullable @Override public Icon getIcon(PsiElement elemen...
Community
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 votes
Created
July 13, 2015 11:38
OK that makes sense. Are the jars bundled with the community edition? Do you know what they are called and where I would find them? Thanks again!
Community
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 votes
Created
July 13, 2015 12:17
I was able to find all the jars and added them to my plugins lib folder. I then registered the ds file with the code below, but first the basic syntax highlighting does not work and second this see...
Community
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 votes
«
First
‹
Previous
Next
›
Last
»