Eclipse 有宏记录器吗?

2022-01-20 00:00:00 editor ide macros java eclipse

有没有好的 Eclipse 插件可以录制和回放宏?

Is there a good Eclipse plugin for recording and playing back macros?

我试过 这个,但这对我没有任何好处——它似乎还没有为黄金时段做好准备.

I've tried this one, but it didn't do me any good- it seemed like it wasn't ready for prime time.

我知道编辑器模板,但我正在寻找可以用来记录我的击键然后多次应用于一堆文本的东西.

I know about editor templates, but I'm looking for something that I can use to record my keystrokes and then apply multiple times against a wad of text.

这似乎是 IDE 中的一个奇怪漏洞.我是否缺少一些内置功能?

This seems like a strange hole in an IDE. Am I missing some built-in facility for this?

推荐答案

我在过去一个月左右整理了一些东西,以便您发现有用.它有局限性,因为 Eclipse 编辑器/命令在设计时没有考虑到宏支持,但我认为它工作得相当好.几天前,我刚刚在 SourceForge 上发布了 Practical Macro.它需要 Eclipse 3.4.

I put something together over the last month or so that you may find useful. It has limitations since the Eclipse editor/commands weren't designed with macro support in mind, but I think it works reasonably well. I just posted Practical Macro at SourceForge a couple of days ago. It requires Eclipse 3.4.

相关文章