如何“开启” Xcode 4 中的版本编辑器?
怎么做呢?
版本编辑器的文档网址是什么?
如果我单击版本编辑器工具按钮,我只会看到右侧的空白屏幕
How to do so?
What URL is the documentation of version editor?
If I click version editor toolbutton I just see an empty screen to the right
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的问题的准答案(解决方法)(我认为)是..没有“打开”此功能之类的东西。如果它没有正确显示(我已经见过很多次了),则意味着 Xcode 出现了暂时性的精神失误,这一点值得商榷。 有可能 - 它(Xcode)即将崩溃......但如果你只是想完成它/达成协议/让这匹马摆脱痛苦,等等......
并且您应该能够像往常一样浏览您的版本,就像时间机器一样。编辑 里普利信不信由你 ® 我想我错了!
更有可能的是,你的 git“安排”已经变得“f-ed up”,不知何故。
对我来说,在 Mac 版 GitHub 客户端中进行任何提交都无法解决这种情况(对于一些文件)......但是,感谢这个提示,我猜想迫使 Xcode 通过“实际的”Xcode
File -> 来“在镜子中好好地、长时间地审视一下自己”。源代码控制=> commit
命令确实似乎恢复了有问题的源文件的版本编辑功能。The quasi-answer (workaround) to your question (I think) is that.. there IS NO such thing as a "turn on" for this feature. If it isn't showing up right - which I've seen many times - means Xcode is having a debatably-temporary mental lapse. Chances are - it (Xcode) is about to crash… but if you just want to be done with it / seal the deal / put the horse out of it's misery, etc..
and you should be able to browse your versions, á la Time Machine, as usual.EDIT Ripley's believe it or not ® I think I'm wrong!
More likely is that your git "arrangement" has become "f-ed up", somehow-or-other.
For me no amount of committing in the GitHub client for Mac would remedy the situation (for some files)… However, thanks to this hint, i guess forcing Xcode to "take a good, long look at itself in the mirror" via the "actual" Xcode
File -> Source control => commit
command does seem to bring back the version-editing functionality of problematic source files.