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
February 07, 2013 11:39
Ole, it is a bug in 1.6.4 that we have already fixed. You can check OC-6447 for the worakound while we are preparing 1.6.x update.
Community
AppCode
How to set up external documentation?
1 vote
Created
June 26, 2013 06:58
You probably need to pass -com.apple.CoreData.SQLDebug 1 command line arguments.See some details here.
Community
AppCode
Show Core Data SQLite debug info
1 vote
Created
July 05, 2012 08:15
No, you cannot change the colors, but you can disable File Colors->Use colors in Editor Tabs and it will be more distinguishable.Anyway, we are aware of the usability problem here and will improve ...
Community
AppCode
possible to change color of selected tab
1 vote
Created
February 25, 2016 16:18
You need to create a Plugin API and point it to AppCode installation (see the instructions here: http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/setting_up_environment.html)
Community
IntelliJ IDEA Open API and Plugin Development
Add a new class/file to xCode (AppCode) project
1 vote
Created
February 29, 2016 11:20
AppCode (ObjC/C/CPP) doesn't have open API yet (and no documentation). Feel free to ask your question in the AppCode forum (https://intellij-support.jetbrains.com/hc/en-us/community/topics/20037954...
Community
IntelliJ IDEA Open API and Plugin Development
Add a new class/file to xCode (AppCode) project
1 vote
Created
May 06, 2016 16:11
My bad, apologies for being inattentive. The problem might be related to the case sensitivity of the source files, which are passed to the compiler and recorded in the debug info (CPP-6598). Do the...
Community
CLion
Debugging an externally compiled executable
1 vote
Created
April 25, 2016 13:05
Ilia, could you please leave a commend and attach a sample project (if possible) to CPP-6016 Debugger is showing "-var-create: unable to create variable object" ?
Community
CLion
STL map render
1 vote
Created
August 01, 2015 16:15
Sudhir,in C/C++ it's not generally possible to select any arbirary file (event with main() function) and launch it, since it first needs to be compiled first.To compile a file, the build system nee...
Community
CLion
Multiple Main Source files in CLion
1 vote
Edited
May 30, 2016 12:47
Nope, it's not possible if the existing API. You can only revert stack-wise. I'm afraid I don't understand the use case to be more specific here, but consider postponing all actions until the whole...
Community
IntelliJ IDEA Open API and Plugin Development
Revert in intellij
1 vote
Created
May 30, 2016 11:53
Then the generic command-based mechanics should work for you: simply wrap the sequence of your action into WriteCommandAction. Have you tried this approach?
Community
IntelliJ IDEA Open API and Plugin Development
Revert in intellij
1 vote
«
First
‹
Previous
Next
›
Last
»