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
January 10, 2016 18:08
check if the mouse pointer stays over the textbox as you type.Gnome mouse/sloppy mode means: once mouse moves away, Gnome promptly sets focus to the window where the mouse pointer is.try to click o...
Community
IntelliJ IDEA Open API and Plugin Development
Why can't I type in the JTextField of my popup?
0 votes
Edited
May 13, 2016 21:27
Hello Bruno, Lexer needs to be light-weight. Lexing happens very often. Trying to control it: when it runs, how much it parses - is a futile exercise. If lexer runs too slowly, refactor it so it pe...
Community
IntelliJ IDEA Open API and Plugin Development
Incremental reparsing and rehighlighting
0 votes
Created
April 01, 2016 21:30
Hello Guno, Are you implementing goto or view quick definition? is source resolved to target?
Community
IntelliJ IDEA Open API and Plugin Development
Navigating from reference using definitionsScopedSearch
0 votes
Created
April 19, 2016 08:01
Hello Vince, here is my understanding : find usages usually returns collection of all symbols resolved to this one (usage of which we look for) Symbol resolution implementation is language specific...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ IDEA IDE “Find Usages” Algorithm
0 votes
Created
March 01, 2016 20:41
Hello Denis, did you check element structure with PSI Viewer? is it as expected?
Community
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 votes
Created
March 02, 2016 12:28
I don't know enough about lexer notation to help. Sorry.
Community
IntelliJ IDEA Open API and Plugin Development
Highlighter does not work for the first token
0 votes
Created
March 05, 2016 19:23
Hello Yen, is the element which is passed to processElementUsagessomewhere near the element you expect? I mean, is it a complex element which is made of parts, and a wrong part is passed?
Community
IntelliJ IDEA Open API and Plugin Development
Pass in the "right" element to Find Usage Handler
0 votes
Created
March 05, 2016 20:36
does your multiresolve return multiple results?
Community
IntelliJ IDEA Open API and Plugin Development
multiResolve() doesn't allow the user to choose a navigation target
0 votes
Created
March 05, 2016 20:50
.. and no options popup appears when you click on an element and multiple results are returned?
Community
IntelliJ IDEA Open API and Plugin Development
multiResolve() doesn't allow the user to choose a navigation target
0 votes
Created
March 05, 2016 20:52
I don't quite understand why passing correctly resolved element to find usage handler breaks find usage..
Community
IntelliJ IDEA Open API and Plugin Development
Pass in the "right" element to Find Usage Handler
0 votes
«
First
‹
Previous
Next
›
Last
»