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
February 17, 2016 13:58
Hello Adel, here is a note from tutorial: 10.6. Define a reference contributor A reference contributor allows you to provide references from elements in other languages such as Java to elements in ...
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor doesn't catch needed
0 votes
Created
February 17, 2016 14:33
what happens if you remove referenceContributorfrom plugin.xml?
Community
IntelliJ IDEA Open API and Plugin Development
ReferenceContributor doesn't catch needed
0 votes
Created
February 18, 2016 19:08
for Java, read the completion FAQ this method may shed some light re: how completion list is populated.
Community
IntelliJ IDEA Open API and Plugin Development
Completion list APIs
0 votes
Created
February 19, 2016 18:52
ListenerUtil may help.
Community
IntelliJ IDEA Open API and Plugin Development
[Question] is there any way to get edit document action?
0 votes
Created
February 25, 2016 12:53
Hello Denis, take a look at PsiElementRenameHandler and RenameHandler implementations for more cases you need to get PsiElements somehow to init rename
Community
IntelliJ IDEA Open API and Plugin Development
Rename refactorings as a method to be called from my program
0 votes
Created
March 02, 2016 08:27
I did not notice there was PSI viewer in the first video. :-P Lexer definition possibly expects a crlf. Beginning of file and crlf are not the same thing. how did you define lexer? with grammar kit?
Community
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 votes
Created
March 02, 2016 11:04
I'd make these changes: CRLF = [\n\r]+ WHITE_SPACE = [\s\t\f] what is the purpose of these:LINE = [^\r\n]+FULL_LINE = [^\ \t\f\r\n]+ [^\r\n]*EMPTY = [^] ? are they necessary?
Community
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 votes
Created
March 02, 2016 11:25
does it make any difference after you remove EMPTY?
Community
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 votes
Created
March 05, 2016 19:40
so is element passed to processElementUsages - correct?
Community
IntelliJ IDEA Open API and Plugin Development
Pass in the "right" element to Find Usage Handler
0 votes
Created
March 05, 2016 20:54
do the elements returned by multiResolve implement getNameIdentifier getReference getReferences getPresentation ?
Community
IntelliJ IDEA Open API and Plugin Development
multiResolve() doesn't allow the user to choose a navigation target
0 votes
«
First
‹
Previous
Next
›
Last
»