主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Charlie Choiniere
活动总数
160
最后的活动
2020年08月11日 20:49
成员加入日期
2010年02月04日 17:58
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
47
活动概览
帖子(41)
评论(71)
按最近的活动排序
最近的活动
投票数
创建于
2015年06月30日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 票
创建于
2015年06月30日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Get Reference to Component in ToolWindow
0 票
创建于
2015年07月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Tutorial with C Style Language
0 票
创建于
2015年07月15日 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 ...
社区
IntelliJ IDEA Open API and Plugin Development
Custom Language Tutorial with C Style Language
0 票
创建于
2015年07月14日 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...
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript Support
0 票
创建于
2015年07月14日 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?
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript Support
0 票
创建于
2015年07月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 票
创建于
2015年07月13日 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!
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 票
创建于
2015年07月13日 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...
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 票
创建于
2015年07月13日 16:09
I've updated my code as you suggest and now it does not throw any errors in the community edition, however it does not map the files with a ds extension to the JavaScript language in the ultimate e...
社区
IntelliJ IDEA Open API and Plugin Development
JavaScript API: Change Icon for JSLike file.
0 票
«
第一页
‹
上一页
下一页
›
最后
»