Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zolotov
Total activity
721
Last activity
November 01, 2023 08:52
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (480)
Sort by recent activity
Recent activity
Votes
Created
February 07, 2013 18:11
Why I want this? Because some of my clients are very confused when they read something that they realy dont understand.Sentences in lorem ipsum are generated randomly from some words list. And if y...
Community
PhpStorm
Emmet - own lorem ipson text?
0 votes
Created
February 07, 2013 11:33
Hi Jörg,At the moment there is no way to customize lorem text. Original emmet doesn't have that kind of customization too.'Lorem ipsum' often meaningless and I don't really understand the reason wh...
Community
PhpStorm
Emmet - own lorem ipson text?
0 votes
Created
April 27, 2016 15:51
No, it's ok, but now I don't know how to help. I found these issues: https://youtrack.jetbrains.com/issue/IDEA-150625 and http://stackoverflow.com/questions/30642954/gradle-in-android-studio-giving...
Community
IntelliJ IDEA Open API and Plugin Development
How to add external dependencies to an IntelliJ plugin project?
0 votes
Created
February 24, 2016 09:48
Hi Mihail, Yes, live template might be a solution. To expand template you can use `com.intellij.codeInsight.template.TemplateManager#startTemplate`. Also it's often handy to use `com.intellij.codeI...
Community
IntelliJ IDEA Open API and Plugin Development
Expanding live template in a QuickFix
0 votes
Created
February 03, 2016 22:01
Official comment
Hi Alexandr, I believe that the reason is in psi-viewer plugin which is located in idea-sandbox but is not part of tests classpath. To avoid this you can remove the plugin from sandbox or set cus...
Community
IntelliJ IDEA Open API and Plugin Development
Completion test exception
0 votes
Created
February 08, 2016 20:21
Got it now. I believe that it's 'XDebugger.Actions' group. In the action you can use following method in order to get selected variable: com.intellij.xdebugger.impl.ui.tree.actions.XDebuggerTreeAct...
Community
IntelliJ IDEA Open API and Plugin Development
Customising debugger actions
0 votes
Created
February 10, 2016 12:58
Here is the change that leads to this behavior: https://github.com/JetBrains/intellij-community/commit/99680a8633af6c88d4d3ce2b5e353f95596fd157 According to this I can see that the delete() method ...
Community
IntelliJ IDEA Open API and Plugin Development
PsiFile delete
0 votes
Created
April 07, 2016 11:57
> I don't know about the fork model for AS and Idea, do they have their own branches that get merged to each other from time to time or is it only having IDEA code going into AS? Android Studio is ...
Community
IntelliJ IDEA Open API and Plugin Development
Building plugins that depends on android using gradle plugin
0 votes
Created
April 03, 2016 18:51
Hi Fabio, Sorry for the late response. I couldn't compile your project, but I couldn't find missing classes/methods in Android Studio sources as well. > Is there a way for this plugin to ditch ALL ...
Community
IntelliJ IDEA Open API and Plugin Development
Building plugins that depends on android using gradle plugin
0 votes
Created
February 01, 2016 09:16
Official comment
Hi! As stated at http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html, 141 branch corresponds to IntelliJ IDEA 14.1. So the link to sources is https://github.c...
Community
IntelliJ IDEA Open API and Plugin Development
debugging intellij version 14.1
0 votes
«
First
‹
Previous
Next
›
Last
»