[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.gef] CommandStack in two WorkbenchPart?

Right now, the CommandStack is saved in GraphEditor; so two workbench 
windows can not share the same command stack.

But all the other editors(e.g. JavaEditor, TextEditor) support typing in one 
workbench and undo in another.

Is it possible GEF supports that?