Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
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
March 22, 2017 11:24
I see; since clang-tidy is run on per-file basis, you need to do the following for every file: OCResolveConfiguration configuration = OCInclusionContextUtil.getActiveConfiguration(file)if (configu...
Community
IntelliJ IDEA Open API and Plugin Development
CLion: Get cmake output directory
0 votes
Created
March 21, 2017 18:47
It's currently not possible, unfortunately: IDEA-99788
Community
IntelliJ IDEA Open API and Plugin Development
Is there a way to extend Undo/Redo with additional custom operations with the goal to Undo/Redo binary file content.
0 votes
Created
March 21, 2017 18:44
Christian, First of all, please keep in mind that since CLion doesn't provide a public API, we cannot guaranty that it will be stable across versions. In 2017.1 there might me many configurations ...
Community
IntelliJ IDEA Open API and Plugin Development
CLion: Get cmake output directory
0 votes
Created
March 21, 2017 18:37
Changes that modify files are not merged by the undo engine, I'm afraid. The only way to have 'atomic' undo is to make the changes inside one command.
Community
IntelliJ IDEA Open API and Plugin Development
ProgressManager#WithProgressAsync + CommandProcessor#executeCommand
0 votes
Created
March 21, 2017 16:52
JavaDoc says 'make undoable action in current document in order to Undo action work from current file'. Usually undo is available in all affected files plus in the file that the action was initiate...
Community
IntelliJ IDEA Open API and Plugin Development
When should we use UndoUtil.markPsiFileForUndo()?
0 votes
Created
March 21, 2017 16:35
Sean, apologies for the delay, was on vacation. I think you need to add the file to the xcode project first. Try something like PBXProjectFile project = XcodeMetaData.getInstance(getProject()).get...
Community
IntelliJ IDEA Open API and Plugin Development
Testing an AppCode Intention Plugin
0 votes
Created
February 28, 2017 11:58
Daniel, what are the steps to reproduce? Could you please attach the log file (Help | Show Log in ...)
Community
CLion
Error: IOException: Cannot run program "C:\Users\daniel\Google": CreateProcess error=193, %1 is not a valid Win32 application
0 votes
Edited
February 21, 2017 00:01
>1) Is dialog required? Can i create Dir\Group silently? >2) I have no PBXProjectFile and PBXGroup to instantiate dialog. Can i find them in Event? Try something like this: helper = Extensions....
Community
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 votes
Created
February 20, 2017 23:48
I'm afraid there is no special API for that. Could you please elaborate, what kind on info do you need and what for?
Community
IntelliJ IDEA Open API and Plugin Development
How to intercept Undo/Redo operations?
0 votes
Created
February 17, 2017 15:30
You must not implement/override the extension, instead call it using the following snippet: OCNewFileHelperProvider[] providers = Extensions.getExtensions(OCNewFileHelperProvider.EP_NAME); myHelper...
Community
IntelliJ IDEA Open API and Plugin Development
AppCode add PsiDir issue
0 votes
«
First
‹
Previous
Next
›
Last
»