Netbeans:在突出显示的文本上应用 HTML 代码
是否可以像 Zend Studio 5 一样在突出显示的文本上应用 HTML 代码?
例如:
Is it possible to apply HTML code on highlighted text like in Zend Studio 5?
For example:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
打开偏好设置->编辑->宏(版本6.9.1)打开工具>选项>编辑>宏(版本 8.0.1)
添加一个名为“html-bold”的新宏,然后突出显示它。将其粘贴到宏代码部分:
如果需要,可以设置快捷方式。我用 CTRL+B 尝试了一下,效果很好。
请注意,它将用您选择的文本替换剪贴板的当前内容。
要了解有关 Netbeans 宏的更多信息,请参阅您在 Netbeans 中创建了哪些有用的宏?
Open preferences -> Editor -> Macros (in version 6.9.1)Open Tools > Options > Editor > Macros (in version 8.0.1)
Add a new macro called something like "html-bold", then hightlight it. Paste this in the Macro Code section:
Set a shortcut if you want. I tried it with CTRL+B and it worked fine.
Note that it will replace the current contents of your clipboard with the text you selected.
To learn more about Netbeans macros, see What useful macros have you created in Netbeans?
在 MacOSX 版本 (8.0.2) 上,宏编辑器仍位于 6.9.1 位置(首选项 -> 编辑器 -> 宏)。
上面的方法效果很好,尽管我必须使用 Ctrl-Alt- 作为我的元键序列,因为 MacOSX 分配了一些其他更方便的键序列。
On the MacOSX version (8.0.2), the Macros editor is still in the 6.9.1 location (Preferences->Editor->Macros).
The above works well, although I had to use Ctrl-Alt- as my meta key sequence, since MacOSX assigns some of the other more convenient ones.