在 TextWrangler 中注释/取消注释 Python 代码块
在询问之前对此进行了一些搜索。还有另一个 线程 似乎在 IDLE 中询问同样的问题编辑器,但我想知道 TextWrangler。
手册列出了“取消/注释选择”,但在键盘快捷键部分却没有列出似乎没有出现,而且当我编辑 Python 文件时,它肯定不在我的“文本”下拉列表中。 (我简单地检查了其他语言,但仍然没有在下拉列表中看到该选项。)
是否有某种方法可以处理此问题或为 Python 添加该功能?如果有一些关于在 Python 中使用 TextWrangler 的综合指南(或者如果您想为 OS X 除了陈旧的 emacs/vim 之外的任何其他编辑器,请告诉我。)
谢谢
Searched this a bit before asking. There is another thread that seems to be asking about this same issue in the IDLE editor, but I'm wondering about TextWrangler.
The manual lists "Un/Comment Selection" but in the keyboard shortcut section it doesn't seem to appear, and it's certainly not under my "Text" dropdown when I'm editing a Python file. (I briefly checked other languages and still did not see the option in the dropdown.)
Is there some way to handle this or add the feature for Python? If there is some comprehensive guide to using TextWrangler with Python (or if you want to pimp any other editor for OS X besides the tired old emacs/vim, let me know.)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它位于“文本”菜单中(第 5 项)。默认情况下,该命令没有键盘快捷键,但您应该能够使用系统的键盘首选项添加键盘快捷键。
为 TextWrangler 添加块注释快捷方式的具体说明:
添加
-- 就这样
It's in the "Text" menu (5th entry). The command doesn't have a keyboard shortcut by default, but you should be able to add one with the system's keyboard preferences.
Exact instructions for adding block comment shortcut for TextWrangler:
Add
-- There you go
Text Wrangler 中“取消/注释选择”的键盘快捷键是 ⌘/。我正在使用版本 4.5.2 并编辑 Ruby 文件。
the keyboard shortcut for "Un/Comment Selection" in Text Wrangler is ⌘/. I'm using version 4.5.2 and editing a Ruby file.