Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Imants Cekusins
Total activity
410
Last activity
June 25, 2024 06:27
Member since
July 30, 2015 11:35
Following
0 users
Followed by
0 users
Votes
15
Subscriptions
108
Activity overview
Posts (12)
Comments (275)
Sort by recent activity
Recent activity
Votes
Created
September 24, 2015 23:44
Hi Saleeh,You could define both languages in one bnf file.just make sure the lexer can figure out, which elements belong to which language, and return the appropriate element type.If bnf is defined...
Community
IntelliJ IDEA Open API and Plugin Development
Extending syntax checking
0 votes
Created
September 24, 2015 23:49
Irina,Saleeh needs to mix languages in one file type. This is common in some frameworks e.g. MVC: Html and C#.Net. Or Html and JavaScriptThis mixed code -if valid- should not throw errors.
Community
IntelliJ IDEA Open API and Plugin Development
Extending syntax checking
0 votes
Created
September 25, 2015 13:46
it is probably possible.these files may be relevant:JavaLexer:https://github.com/JetBrains/intellij-community/blob/a5cd6ac6102731ea9b557dcc1c684340f7d8432a/java/java-psi-impl/src/com/intellij/lang/...
Community
IntelliJ IDEA Open API and Plugin Development
Extending syntax checking
0 votes
Created
October 30, 2015 16:12
try this:disable as many plugins as possible - leave only the most essentialdisable other plugins which work on the same file extensioninvalidate caches & restart ideaopen plugin projectrebuild pl...
Community
IntelliJ IDEA Open API and Plugin Development
Trouble deploying plugin - works in sandbox but not when I manually build/install
0 votes
Created
October 30, 2015 16:44
maybe try this:uninstall your pluginopen plugin projectset breakpoint on any exception (maybe set class filter if you can narrow it down to any classes)run the plugin in debug mode
Community
IntelliJ IDEA Open API and Plugin Development
Trouble deploying plugin - works in sandbox but not when I manually build/install
0 votes
Created
October 25, 2015 15:56
why not try to build with gradle as in this example:https://github.com/JetBrains/kotlin-examples/tree/master/gradle/mixed-java-kotlin-hello-world
Community
IntelliJ IDEA Open API and Plugin Development
No classes generated for my plug-in
0 votes
Created
October 25, 2015 13:58
well done! Thank you for sharing it.
Community
IntelliJ IDEA Open API and Plugin Development
What is the Action class of "Run context configuration" and "Debug context configuration"
0 votes
Created
September 06, 2015 23:53
nearly there:Only the first line of the definition is displayed.A block element with full definition is passed to Processor<PsiElement>. Could it be that quick definition view stops at \n? How to c...
Community
IntelliJ IDEA Open API and Plugin Development
Quick Definition
0 votes
Created
September 07, 2015 08:28
Cheers Colin, I'll try ImplementationTextSelectioner.update: yes, ImplementationTextSelectioner did it.Thank you very much, Colin and Dmitry!
Community
IntelliJ IDEA Open API and Plugin Development
Quick Definition
0 votes
Created
October 17, 2015 16:43
cheers for posting the solution! :)
Community
IntelliJ IDEA Open API and Plugin Development
Match method signature
0 votes
«
First
‹
Previous
Next
›
Last
»