标签: java eclipse-plugin swt eclipse-rcp
如何在不触发PROP_DIRTY的情况下更新编辑器?
这是我用来更新编辑器文档的方法。如果PROP_DIRTY成功,则会触发PROP_DIRTY。
textEditor.getDocumentPRovider().getDocument( getEditorInput() ).set( "update text editor here" );