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
August 15, 2015 18:12
> SegmentArray.segmentNotFound I ran into a similar exception (although different assertion error: 6, not 2005). In this case it was caused by lexer returning null element type in the middle of the...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
January 15, 2016 16:03
if you are looking for path relative to src, you could replace path up to src with "".here is how to get src:ProjectRootManager.getInstance(project).getContentSourceRoots();
Community
IntelliJ IDEA Open API and Plugin Development
Getting all .java files within a project
0 votes
Created
January 15, 2016 19:37
> you can use classes like JavaClassNameIndex and JavaFieldNameIndex... and for custom languages, does Idea build cache for those too? Or are only built-in / supported languages being cached?
Community
IntelliJ IDEA Open API and Plugin Development
Getting all .java files within a project
0 votes
Created
January 10, 2016 09:04
Hello Adam,this may or may not be the issue:if you use Linux Gnome, check your settings for Window focus.most likely it is set to "mouse" or "sloppy" mode.It is easy to check: when your popup appea...
Community
IntelliJ IDEA Open API and Plugin Development
Why can't I type in the JTextField of my popup?
0 votes
Created
January 16, 2016 18:58
Would it be possible to use enum (instead of String) for topics? ;)
Community
IntelliJ IDEA Open API and Plugin Development
How to find topics ?
0 votes
Created
January 16, 2016 09:48
Hello Kingsley> I added some extension points for custom librariescould you hint: which extension points? ;)> programmatically create a library that is my custom library typenot sure how to do this...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically add external libraries for custom LibraryKind
0 votes
Created
January 16, 2016 10:17
very neat.thank you very much for the detail.actually "Cannot Save Project - null" error rings a bell. I ran into this after reorganizing project structure: rearranging modules, manually (outside o...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically add external libraries for custom LibraryKind
0 votes
Created
August 18, 2015 18:30
could referencesSearch EP work?
Community
IntelliJ IDEA Open API and Plugin Development
Reference to a named element using a different name?
0 votes
Created
August 18, 2015 18:55
you are welcome Scottglad it worked :)
Community
IntelliJ IDEA Open API and Plugin Development
Reference to a named element using a different name?
0 votes
Created
August 18, 2015 16:09
similar problem here: ReferencesSearch returns 0 results.element exists, references are created..any hints?update: never mind, found a workaround
Community
IntelliJ IDEA Open API and Plugin Development
ReferencesSearch findAll() returns Empty Collection
0 votes
«
First
‹
Previous
Next
›
Last
»