主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Anton Makeev
活动总数
2373
最后的活动
2019年04月15日 16:26
成员加入日期
2007年07月02日 11:05
关注
0 名用户
关注者数
2 名用户
投票数
0
订阅数
888
活动概览
帖子(2)
评论(1483)
按最近的活动排序
最近的活动
投票数
创建于
2017年02月08日 17:37
If you could try to recreate a sample project that has the same issue it would definitely help
社区
AppCode
why is xcscheme file changed
0 票
创建于
2017年01月26日 20:28
It's not yet implemented, here is a feature request: https://youtrack.jetbrains.com/issue/IDEA-126775
社区
AppCode
possible to change color of selected tab
0 票
创建于
2017年01月19日 10:51
Jim, we still weren't able to reproduce the problem locally. Sample project would definitely help. You can strip it down to xcodeproj/xcworkspace files, no other sources needed; after that, you can...
社区
AppCode
why is xcscheme file changed
0 票
创建于
2017年01月18日 20:33
@Serksahin you can, simply right-click on a change and create a patch. Then share the patch
社区
AppCode
How to unshelve changes from VCS
0 票
创建于
2017年01月12日 16:31
Have you tried wrapping each action in a separate command?
社区
IntelliJ IDEA Open API and Plugin Development
Undo into dialog
0 票
创建于
2017年01月12日 14:06
I see, thanks. How do you want Undo to work in the dialogs?
社区
IntelliJ IDEA Open API and Plugin Development
Undo into dialog
0 票
创建于
2017年01月11日 12:48
Sean, we don't have publicly available framework to test AppCode plugins with. But you can build your own: Inherit from PlatformTestCase, in setUpProject open a test xcode project using ProjectUti...
社区
IntelliJ IDEA Open API and Plugin Development
Testing an AppCode Intention Plugin
0 票
创建于
2017年01月11日 12:21
Arsen, could you please describe what behavior you want to implement?
社区
IntelliJ IDEA Open API and Plugin Development
Undo into dialog
0 票
创建于
2016年12月23日 13:02
Command might be broken by dialogs, template steps etc. but I'm afraid you'll need to debug the specific code to make sense of it. Start with com.intellij.openapi.command.impl.UndoManagerImpl#comma...
社区
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 票
创建于
2016年12月23日 11:21
Looks like each command executed separately and deferred in invokeLater. Please try doing all tasks under one CommandProcessor.getInstance().executeCommand.
社区
IntelliJ IDEA Open API and Plugin Development
Undo programmatically
0 票
«
第一页
‹
上一页
下一页
›
最后
»