mac和textmate新手,有人可以解释一下这些快捷键吗?
我基本上是第一次使用 textmate,但我不知道哪些键映射到这些有趣的符号。
使用 python 包,我按什么键:
运行 运行测试 运行项目单元测试
另外,使用 textmate,我实际上是在 textmate 中定义一个项目还是我只是处理文件而 textmate 不会创建自己的 .project 类型文件?
I'm using textmate for the first time basically, and I am lost as to what keys map to these funny symbols.
using python bundles, what keys do I press for:
run
run with tests
run project unit tests
Also, with textmate, do I actually define a project in textmate or do I just work on the files and textmate doesn't create its own .project type file ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看此链接,了解一些键盘符号的翻译。这应该可以帮助你:)
另外这里是来自Apple网站的链接详尽的快捷方式列表。
(来源:osxkeyboardshortcuts.com)
Check out this link for some of the translations to some of the keyboard symbols. This should help you out :)
Also here is a link from the Apple site for an exhaustive list of shortcuts.
(source: osxkeyboardshortcuts.com)
你可以两者都做。您可以通过转到“文件”->“在 TextMate 中创建一个新项目”新建项目并手动添加文件,或者您可以将文件夹拖到 TextMate 中,它将从这些文件创建一个项目(您可以稍后添加其他文件)。请注意,第二种方法不会创建
.tmproj
文件,因此如果您想“保留”该项目,则必须保存它(文件 -> 保存项目)。You can do both. You can create a new project in TextMate by going to File -> New Project and add your files manually, or you can drag a folder into TextMate and it will create a project from those files (you can add other files later). Note that the second method will not create a
.tmproj
file, though, so if you want to "keep" that project, you'll have to save it (File -> Save Project).