Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zolotov
Total activity
721
Last activity
November 01, 2023 08:52
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (480)
Sort by recent activity
Recent activity
Votes
Created
December 23, 2016 10:05
Official comment
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...
Community
IntelliJ IDEA Open API and Plugin Development
DefaultLiveTemplatesProvider
0 votes
Created
December 23, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
custom language plugin
0 votes
Created
December 22, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
custom language plugin
0 votes
Edited
December 22, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
custom language plugin
0 votes
Created
December 21, 2016 11:00
Yes, there is plugin.xml file that is generated on creating project
Community
IntelliJ IDEA Open API and Plugin Development
custom language plugin
0 votes
Created
December 20, 2016 10:09
Official comment
`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...
Community
IntelliJ IDEA Open API and Plugin Development
custom language plugin
0 votes
Created
December 12, 2016 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...
Community
IntelliJ IDEA Open API and Plugin Development
Inject custom language into JS/CSS code
0 votes
Created
November 22, 2016 18:00
Then put it in VirtualFile, it's also UserDataHolder
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to change the Editor language / content type dynamically?
0 votes
Created
November 22, 2016 17:45
Subclasses must be referenced via "$" in plugin.xml: <lang.substitutor implementationClass="org.mule.tooling.lang.dw.editor.WeaveEditor$WeaveIOSubstitutor"/>
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to change the Editor language / content type dynamically?
0 votes
Created
November 22, 2016 17:13
I cannot say anything by class name of exception. Stacktrace, content pluign.xml, content of your LanguageSubstitutor class might be helpful
Community
IntelliJ IDEA Open API and Plugin Development
Is it possible to change the Editor language / content type dynamically?
0 votes
«
First
‹
Previous
Next
›
Last
»