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 有宏记录器吗?


- 如何使用WebFilter实现授权头检查 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01