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 15, 2016 14:52
FileBasedIndex.getInstance().getContainingFiles( FileTypeIndex.NAME, JavaFileType.INSTANCE, GlobalSearchScope.allScope(project))
Community
IntelliJ IDEA Open API and Plugin Development
Getting all .java files within a project
0 votes
Created
January 15, 2016 19:18
Hello Dmitry,let's say we'd like to build cache of Psi elements.if getting a collection of all virtual files is not good, what is the recommended way of accessing all Psi elements in a project?is t...
Community
IntelliJ IDEA Open API and Plugin Development
Getting all .java files within a project
0 votes
Created
January 15, 2016 19:58
Thank you very much! I was not aware of FileBasedIndexCheers Dmitry
Community
IntelliJ IDEA Open API and Plugin Development
Getting all .java files within a project
0 votes
Created
January 09, 2016 08:44
in Project Structure: add abc.jar to a library (either local or global) then add this library to the module Dependencies.;)
Community
IntelliJ IDEA Open API and Plugin Development
How to add .jar file in libs folder of android studio using plugin
0 votes
Created
January 09, 2016 12:08
eh sorry I misunderstoodI don't know how to add it programmatically.
Community
IntelliJ IDEA Open API and Plugin Development
How to add .jar file in libs folder of android studio using plugin
0 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
«
First
‹
Previous
Next
›
Last
»