mac和textmate新手,有人可以解释一下这些快捷键吗?

发布于 2024-09-05 07:48:57 字数 187 浏览 4 评论 0原文

我基本上是第一次使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

盛夏尉蓝 2024-09-12 07:48:57

查看此链接,了解一些键盘符号的翻译。这应该可以帮助你:)

另外这里是来自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.

alt text
(source: osxkeyboardshortcuts.com)

风筝在阴天搁浅。 2024-09-12 07:48:57

另外,对于 textmate,我实际上是在 textmate 中定义一个项目还是我只是处理文件而 textmate 不会创建自己的 .project 类型文件?

你可以两者都做。您可以通过转到“文件”->“在 TextMate 中创建一个新项目”新建项目并手动添加文件,或者您可以将文件夹拖到 TextMate 中,它将从这些文件创建一个项目(您可以稍后添加其他文件)。请注意,第二种方法不会创建 .tmproj 文件,因此如果您想“保留”该项目,则必须保存它(文件 -> 保存项目)。

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 ?

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文