Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Doroshko
Total activity
2479
Last activity
November 15, 2024 18:36
Member since
June 09, 2009 09:45
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
851
Activity overview
Articles (0)
Posts (0)
Comments (1628)
Sort by recent activity
Recent activity
Votes
Created
October 07, 2015 08:33
com.intellij.psi.search.FilenameIndex
Community
IntelliJ IDEA Open API and Plugin Development
How traverse through project in IntelliJ?
0 votes
Created
October 29, 2013 10:08
com.intellij.lang.javascript.json.JSONLanguageDialect.JSONYou'll need to add jars from JavaScript Language plugin to your Plugin SDK classpath and dependency on 'JavaScript' in plugin.xml.
Community
IntelliJ IDEA Open API and Plugin Development
JSON highlighting in LanguageTextField
0 votes
Created
October 30, 2013 09:15
Yes, IDEA_HOME/plugins/JavaScriptLanguage/lib/JavascriptLanguage.jar is enough, though it is recommenden to add all jars from IDEA_HOME/plugins/JavaScriptLanguage/lib/Just checked with a clean In...
Community
IntelliJ IDEA Open API and Plugin Development
JSON highlighting in LanguageTextField
0 votes
Created
October 30, 2013 09:53
Instead you'd better add JavaScriptLanguage.jar and other jars from the corresponding folder to Plugin SDK classpath as I recommended in my first answer (Project Structure | SDKs).
Community
IntelliJ IDEA Open API and Plugin Development
JSON highlighting in LanguageTextField
0 votes
Created
October 02, 2015 08:33
JsonLanguage
Community
IntelliJ IDEA Open API and Plugin Development
JSON highlighting in LanguageTextField
0 votes
Created
March 13, 2015 15:04
Error message "could not match input" means that there's a bug is in your lexer. As docs say lexer must match the entire contents of the file even with syntax errors.This is guaranteed if the last ...
Community
IntelliJ IDEA Open API and Plugin Development
Flex-based lexer hits invalid text range while building file-based index
0 votes
Created
January 28, 2016 17:11
Official comment
Your CLion build is 143.1186. According to the 'Compatible builds' column at Dart plugin page you should use Dart plugin version 143.1247. By the way, unless you are behind a firewall, the best way...
Community
CLion
Dart plugin doesn't install in CLion but works elsewhere (update)
0 votes
Created
May 31, 2016 06:48
Sorry, I'm afraid I don't fully understand what you've already done in your plugin and what you want to accomplish. My answer was general: if your language is based on XML you should reuse IntelliJ...
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight custom xml tag?
0 votes
Created
May 30, 2016 13:38
If your custom language is based on XML I'd recommend to reuse existing XML lexer/parser, etc. You can add your language specific code highlighting/completion/etc. to IntelliIJ's XML support. Depen...
Community
IntelliJ IDEA Open API and Plugin Development
How to highlight custom xml tag?
0 votes
Created
May 30, 2016 09:17
Do you mean AIR Desktop app? Intellij IDEA uses ADL tool from the AIR SDK to start the app. And if the same app is started twice then the 2nd ADL invocation doesn't start the app but only prints 'i...
Community
IntelliJ IDEA Users
Is it possible to run multiple Air clients in the same project?
0 votes
«
First
‹
Previous