Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 Eclipse 创建了一个插件。如何将事件添加到 IDocument 的作业缓冲区?
情况:我需要在文本编辑器中禁用即时更改(当前刻有字符)。相反,我想将这些事件分配给缓冲区作业,以便在位于它们前面的作业之后执行。