【发布时间】:2012-12-13 02:44:40
【问题描述】:
我想通过我在groovy 中编码的DSL 来处理floral formulae,所以我需要一些特殊符号,例如female sign 和Superscripts and Subscripts。
感谢great answers that I found on stackoverflow questions like this 现在我可以 以这种方式在 VIM (MacVim) 的源代码中插入特殊的 unicode 符号:
CTRL+V。 U 2 6 4 0.
但是,我希望能够在 Eclipse IDE 中做同样的事情(我正在尝试使用 Groovy/Grails Tool Suite 版本:3.1.0.RELEASE 来开发 grails 项目)
问题:如何通过知道编码在 Eclipse 编辑器中插入 4 位 unicode 符号(无需从其他来源剪切和粘贴)?
【问题讨论】:
-
$ Groovy 版本:2.0.5 JVM:1.7.0_06 供应商:Oracle Corporation 操作系统:Mac OS X $ Grails 版本:2.1.1