[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS91 modified
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-04-19 18:44:53
|
Issue OBJS91 (parser changes for editor enhancements) has just been modified by user rob...@ma... You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS91> The following modifications were made to this issue: hmm, an iteresting thought... if the incremental parsing made the parsing fast enough to be synchronous, (or almost sync if we used timestamps or some scheme like that) then perhaps we can tie parsing state to undos. Maybe the undo's wouldn't be combined, so they can still be undone the "traditional" way, but if there was an additional command that would apply all the undo events between two legal tree states then the user could navigate the "undo space" more quickly. |