在 TextWrangler 中注释/取消注释 Python 代码块

发布于 2024-11-19 03:13:16 字数 510 浏览 12 评论 0原文

在询问之前对此进行了一些搜索。还有另一个 线程 似乎在 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 技术交流群。

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

发布评论

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

评论(2

十秒萌定你 2024-11-26 03:13:16

它位于“文本”菜单中(第 5 项)。默认情况下,该命令没有键盘快捷键,但您应该能够使用系统的键盘首选项添加键盘快捷键。

为 TextWrangler 添加块注释快捷方式的具体说明:

  1. 系统偏好设置
  2. 键盘
  3. 键盘快捷方式
  4. 应用程序快捷方式
  5. +
  6. 从应用程序下拉列表中选择 TextWrangler
  7. 在菜单标题字段中准确输入“取消/注释选择”
  8. 输入您想要的快捷方式
  9. 添加

    -- 就这样

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:

  1. System Preferences
  2. Keyboard
  3. Keyboard Shortcuts
  4. Application Shortcuts
  5. +
  6. select TextWrangler from the Application drop-down
  7. enter exactly 'Un/Comment Selection' in the Menu Title field
  8. enter the shortcut you want
  9. Add

    -- There you go

哭泣的笑容 2024-11-26 03:13:16

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.

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