主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Alexander Zolotov
活动总数
721
最后的活动
2023年11月01日 08:52
成员加入日期
2011年04月05日 22:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
241
活动概览
文章(0)
帖子(0)
评论(480)
按最近的活动排序
最近的活动
投票数
创建于
2016年12月23日 10:05
正式评论
Hi Matthias, No, it's not supposed to use something beyond PluginClassLoader as default settings. Instead, you can download external file on application start and add all templates via TemplateSett...
社区
IntelliJ IDEA Open API and Plugin Development
DefaultLiveTemplatesProvider
0 票
创建于
2016年12月23日 06:28
It's better to check whether the new file type is appeared in Settings | Editor | File types. Anyway, the source code is completely correct and works. If you provide more info on how you compile an...
社区
IntelliJ IDEA Open API and Plugin Development
custom language plugin
0 票
创建于
2016年12月22日 22:28
The question is still valid. > First of all, your extension IS supported. How did you decide that it isn't? > i did it just like in the tutorial. As I said, you didn't. Have you tried the solutio...
社区
IntelliJ IDEA Open API and Plugin Development
custom language plugin
0 票
已编辑于
2016年12月22日 10:35
First of all, your extension IS supported. How did you decide that it isn't? In the second, there is an exception in log: ```ERROR: Icon cannot be found in 'icons/jar-gray.png', aClass='class uss...
社区
IntelliJ IDEA Open API and Plugin Development
custom language plugin
0 票
创建于
2016年12月21日 11:00
Yes, there is plugin.xml file that is generated on creating project
社区
IntelliJ IDEA Open API and Plugin Development
custom language plugin
0 票
创建于
2016年12月20日 10:09
正式评论
`com.intellij.lang.Language` is part of SDK that you should configure as it's said at http://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/prerequisites.html. After that, yo...
社区
IntelliJ IDEA Open API and Plugin Development
custom language plugin
0 票
创建于
2016年12月12日 11:54
Hi guys, I just want to confirm that Karol is completely right. Reimplementing HTML features is not needed, the only thing you have to implement is language substitutor. For example, Handlebars and...
社区
IntelliJ IDEA Open API and Plugin Development
Inject custom language into JS/CSS code
0 票
创建于
2016年11月22日 18:00
Then put it in VirtualFile, it's also UserDataHolder
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to change the Editor language / content type dynamically?
0 票
创建于
2016年11月22日 17:45
Subclasses must be referenced via "$" in plugin.xml: <lang.substitutor implementationClass="org.mule.tooling.lang.dw.editor.WeaveEditor$WeaveIOSubstitutor"/>
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to change the Editor language / content type dynamically?
0 票
创建于
2016年11月22日 17:13
I cannot say anything by class name of exception. Stacktrace, content pluign.xml, content of your LanguageSubstitutor class might be helpful
社区
IntelliJ IDEA Open API and Plugin Development
Is it possible to change the Editor language / content type dynamically?
0 票
«
第一页
‹
上一页
下一页
›
最后
»