像 Textmate 一样的智能引号/括号作为脚本/服务
所以 Textmate 具有自动关闭的强大功能( { [ " ' 符号并将插入符号放在它们之间,
例如 type [ --> get []
以及在选定的文本上,如果您按任意键这些键中,它将文本包装在其中的一对中,例如
*some selected text* , hit ( --> (*some selected text*)
脚本(Applescript?),以便它可以在系统范围内使用?
我将如何编写一个复制此功能的 如何在 Emacs 中获取 TextMate 样式引号?
so Textmate has this great feature of auto-closing ( { [ " ' signs and putting the caret between them,
e.g. type [ --> get []
and also on selected text, if you press any of these keys, it will wrap the text in a pair of them. e.g.
*some selected text* , hit ( --> (*some selected text*)
how would i go about writing a script (Applescript?) which replicates this feature, so that it is usable system-wide?
see also here:
How do I get TextMate style quotes in Emacs?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个 Automator 服务,如下所示:
替代文本 http://img444.imageshack.us/img444/176/balancesquarebracketsse.png< /a>
You could create a Automator service like the following:
alt text http://img444.imageshack.us/img444/176/balancesquarebracketsse.png