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 01, 2016 14:16
Hi, You can find documentation here: http://www.jetbrains.org/intellij/sdk/docs/ As for log4j, what kind of problems do you have with it?
Community
IntelliJ IDEA Open API and Plugin Development
To begin with writing a plugin on intellij for android studio
0 votes
Created
February 02, 2016 12:18
Official comment
Hi Cedric, I believe it should be something like this: CompilerProjectExtension.getInstance(project).setCompilerOutputUrl(VfsUtilCore.pathToUrl(path))
Community
IntelliJ IDEA Open API and Plugin Development
How can I modify the project compiler output directory of a project?
0 votes
Created
February 02, 2016 13:17
Official comment
Hi Fabio, Sorry for delay. I've recreated the problem, but the thing is that I cannot find LaunchUtils and AndroidDevice classes neither in Android Studio 1.5.1 SDK nor in IntelliJ IDEA 15.0.3. I b...
Community
IntelliJ IDEA Open API and Plugin Development
Building plugins that depends on android using gradle plugin
0 votes
Created
February 04, 2016 09:45
Hi Eran, At least you should check that the plugin is enabled and compatible with IDEA 14. Also it's worth to take a look at log files (Help | Show Log in <file_browser>)
Community
IntelliJ IDEA Open API and Plugin Development
diff window not working in 14 versions
0 votes
Created
February 05, 2016 07:34
Hi Richard, Do you mean that you want to add your action in the menu that appears on right mouse click in editor? If so, you should implement an action and add it to EditorPopupMenu group, see http...
Community
IntelliJ IDEA Open API and Plugin Development
Customising debugger actions
0 votes
Created
February 05, 2016 07:47
Hi Appu, Each plugin is loaded by separate PluginClassLoader and its dependencies from ./lib/ directory are loaded by URLClassLoader. Likely you've installed DependencyPlugin in IDEA and in the sam...
Community
IntelliJ IDEA Open API and Plugin Development
Loading a service from a plugin included as a library results in a ClassCastException
0 votes
Created
February 08, 2016 13:20
Hi, It's ok to use PsiFile#delete method, at least in case you do that on default PsiFileImpl implementation. What is the exception you get? Attach full stacktrace please.
Community
IntelliJ IDEA Open API and Plugin Development
PsiFile delete
0 votes
Created
February 09, 2016 11:29
I'm not sure that it makes much sense to delete() a fake file, so the question is why are you doing this? As for exception I believe there is a full stacktrace in logs that might tell you why it's ...
Community
IntelliJ IDEA Open API and Plugin Development
PsiFile delete
0 votes
Created
February 09, 2016 13:07
Anyway the stacktrace is needed. Javadoc of PsiFile#delete method says that the exception is possible, without stacktrace I can't say why it happens
Community
IntelliJ IDEA Open API and Plugin Development
PsiFile delete
0 votes
Created
February 10, 2016 16:38
Official comment
Hi, Use the same path but without 'community' part. Here is the most recent documentation: http://www.jetbrains.org/intellij/sdk/docs/tutorials/code_intentions.html
Community
IntelliJ IDEA Open API and Plugin Development
How to create a new IntentionAction plugin
0 votes
«
First
‹
Previous
Next
›
Last
»