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
December 22, 2015 13:51
looks like it is not marked.try:right clickMark Directory AsResources Root.. and redeploy
Community
IntelliJ IDEA Open API and Plugin Development
plugin does not find the png files
0 votes
Created
September 21, 2015 17:56
> IDE can't predict what is the user's intent: to rename module or to rename the directorywell in my case (I met with the same problem) the HandlersChooser pops up when user tries to rename a symbo...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
September 21, 2015 18:14
it is one bug in this plugin (could be in plugin code, of course) I could not get around so far.
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
September 21, 2015 19:13
> VariableInplaceRenameHandler should be disabled if you like to provide your own implementation for itthis gets rid of the chooser popup. Thank you for clarifying this! :)I however enabled isInpla...
Community
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 votes
Created
January 16, 2016 09:32
by "external libraries area" you mean editor project structure treeview (where modules, packages, sources etc appear), not File > Project Structure, right?> I also added a custom library type so wh...
Community
IntelliJ IDEA Open API and Plugin Development
Programmatically add external libraries for custom LibraryKind
0 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
«
First
‹
Previous
Next
›
Last
»