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
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
Created
October 17, 2015 07:52
Hello,in RESOLVECompletionContributoryou call extend .withElementType(ResTypes.IDENTIFIER)ResTypes.IDENTIFIER is only 1 element type, right?I'd try this:change RESOLVECompletionContributor so that ...
Community
IntelliJ IDEA Open API and Plugin Development
completion on non-dot qualifiers
0 votes
Created
October 17, 2015 12:58
well it appears that the reason completion is not triggered is : some element type does not trigger completion, when it should.I suggest to Capture additional element types.let's say, your symbol i...
Community
IntelliJ IDEA Open API and Plugin Development
completion on non-dot qualifiers
0 votes
Created
October 17, 2015 15:47
well if it works, this is all that matters ;)I do not understand bnf well. Particularly, what is this "identifier" thingy. in this example:http://cui.unige.ch/db-research/Enseignement/analyseinfo/A...
Community
IntelliJ IDEA Open API and Plugin Development
completion on non-dot qualifiers
0 votes
Created
October 17, 2015 16:17
if this "identifier" were derived type (defined in other terms), I would run "extend" with each base type.e.g.1) private static PsiElementPattern.Capture<PsiElement> usesSpec() { return psiE...
Community
IntelliJ IDEA Open API and Plugin Development
completion on non-dot qualifiers
0 votes
Created
November 14, 2015 08:37
> .. It worksThat's what matters. Well done.
Community
IntelliJ IDEA Open API and Plugin Development
How to Highlight one line in EditorTextField
0 votes
«
First
‹
Previous
Next
›
Last
»