DoubleMeta compilation error
Brought to you by:
hexidec
com.swabunga.spell.engine.DoubleMeta has an error -- at
least, a compilation error in Eclipse, though I can't
see how this should compile elsewhere. In lines 410-413
(as checked out of CVS today) there is a duplicate
case. This "case ''" appears twice in the code.
I have simply commented out the first one, and it works
fine (I tested this a long time ago and have been using
ekit in an application with this fix for quite a while).
If you'd like me to check in this bug fix directly,
feel free to add me to the project and I'll do so.
Logged In: YES
user_id=338208
Sumbitted by Aaron Powers (sourceforge userid mindframes).
(I didn't log myself into sourceforge before sumbitting this
bug, oops)
Logged In: NO
every time call the refreshOnUpdate in ekitcore
undoMngr.discardAllEdits();
undoAction.updateUndoState();
redoAction.updateRedoState();
that means ,can't redo undo anymore ,It is not convienent for users
But if do not call it ,the view will not be updated .
So how to solve this situation!!!
I think keep redo undo is prior