I've noticed this too. Each file should have its own undo stack (imho). At the moment it appears that every command goes on the stack, including switch tabs, etc. I can see arguments for doing it that way, but its not the way that you expect it to happen...
cheers dim On Thu, 15 Nov 2001, Christian Sell wrote: > what do you expect? I edited my source, and hit Ctrl-Z several times until I >realized the mess that was being created. I probaby switched files a few times >between editing and undoing. > > regards, > Christian > > >Could you please provide any details of which operations caused this > >problem? > > >Best regards, > >Valentin Kipiatkov > ----------------------------------------------------------- > IntelliJ Software, http://www.intellij.com/ > "Develop with pleasure" > ----------------------------------------------------------- > > ----- Original Message ----- > From: "Christian Sell" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, November 15, 2001 4:48 PM > Subject: [Eap-list] WARNING (#516): dont use undo > > > > the new single file undo mechanism urgently need work! It created a > complete mess with my code, an excerpt from which you can see below. Thanks > to IntelliJ's peculiar file handling/saving behavior, I wasnt even able to > recover my previous saved state by killing the process. Have to go back to > my VCS and recover from the last committed state. > > > > - Christian > > > > String aboxPath = (new File(exportDir, > aboxName)).getCanonicalPath(); > > .log(TMKsaBOA.LOG_INFO, "imgftc.invoke", imgftc_anew Object > []{batchId, aboxPath, host} if(TMKsaBOA.execImgftc) { > > file://Aufruf von IMGFTC zum BOA/EGAS-Export. > > String [] imgftc_args = {TMKsaBOA.imgFtcExe, batchId, > aboxPath, host, "Ksa"}; > > Process ingftc = Runtime.getRuntime().exec(imgftc_args, null); > > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list > _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
