Is there a macro recorder for Eclipse?(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.
这篇关于Eclipse 有宏记录器吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Eclipse 有宏记录器吗?
基础教程推荐
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 存储 20 位数字的数据类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
