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
April 04, 2017 09:53
The methods in the code example are only available in 2017.1. We are working on fully-integrated clang-tidy support.
Community
IntelliJ IDEA Open API and Plugin Development
CLion: Get cmake output directory
0 votes
Created
April 03, 2017 11:23
This looks suspicious: 'Configuration' combo box should contain all configurations registered in CMake settings. Do you have any errors/warnings in CMake tool window? Do you see both Release and De...
Community
CLion
Two different builts in seperate build directories
0 votes
Created
March 29, 2017 09:43
Sajith, in case the graphical view might have changes that are not reflected in the document, you might need a custom UndoProvider for them. If you simply need to keep the document and the view in ...
Community
IntelliJ IDEA Open API and Plugin Development
How to intercept Undo/Redo operations?
0 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
«
First
‹
Previous
Next
›
Last
»