Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Anton Makeev
Total activity
2373
Last activity
April 15, 2019 16:26
Member since
July 02, 2007 11:05
Following
0 users
Followed by
2 users
Votes
0
Subscriptions
888
Activity overview
Posts (2)
Comments (1483)
Sort by recent activity
Recent activity
Votes
Created
May 18, 2016 11:51
To undo some operation, you can use com.intellij.history.LocalHistory#put*Label/com.intellij.history.Label#revert API. Though Local History doesn't support binary files, I'm afraid: IDEA-99788
Community
IntelliJ IDEA Open API and Plugin Development
Reverting Deletion of a binary file.
0 votes
Created
March 15, 2016 20:11
How the user is supported to interact with the plugin, if it's using run configuration then you probably need another way to do it in code. If you share some details on the workflow I'd be able to ...
Community
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 votes
Created
March 16, 2016 15:36
In the original post you wrote >I make clion plugin to run valgrind, so I need run cmake If you plan to use run configuration, please see http://www.jetbrains.org/intellij/sdk/docs/basics/run_confi...
Community
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 votes
Created
March 16, 2016 16:23
If you run a CMake configuration it should be in the list of allDescriptors, and you can get ProcessHandler via com.intellij.execution.ExecutionManager#getRunningProcesses.
Community
IntelliJ IDEA Open API and Plugin Development
How to run cmake with clion.jar
0 votes
Created
March 29, 2016 16:48
If you inherit from OCNewFileAction you can then override createDialog and return an instance of CreateFileDialogBase or its subclass, which has all necessary controls (such as target and group). a...
Community
IntelliJ IDEA Open API and Plugin Development
Add a new class/file to xCode (AppCode) project
0 votes
Created
November 13, 2008 08:19
Nathan,We can discuss the API by the email (Anton.Makeev@jetbrains.com). I'm going to the vacation now and will be back by the beginning of December.Thanks,Anton Makeev
Community
IntelliJ IDEA Open API and Plugin Development
LocalVCS APIs in 8.0
0 votes
Created
July 31, 2012 14:42
Jonathan, do you have any exception in AppCode's log?Which version of AppCode do you test your plugin with, 1.5 or 1.6 EAP?
Community
IntelliJ IDEA Open API and Plugin Development
AppCode inspection
0 votes
Created
September 18, 2012 10:19
Jonathan,I apologize for the late respond.Have you managed to solve the problem with AppCode? Do you need any help?
Community
IntelliJ IDEA Open API and Plugin Development
AppCode inspection
0 votes
Created
July 08, 2015 08:27
Jonathan, what exactly do you change in the project file (by project file you mean project.pbxproj, right?)
Community
IntelliJ IDEA Open API and Plugin Development
AppCode doesn't notice the project file has been changed
0 votes
Created
July 08, 2015 11:16
I see, could you please file a bug report with the project before and after the change and the expected vs actual results?
Community
IntelliJ IDEA Open API and Plugin Development
AppCode doesn't notice the project file has been changed
0 votes
«
First
‹
Previous
Next
›
Last
»