Bugs found in [XOtclIde] ---- 1. Wrong autoindentation if space is presented after opening barce - ''patch send'' [Michael Heca] 1. If create new method and coments are active, methods is putted to comment a can't be saved 1. Browser is wrong (menu crasched) if coresponding object is destroyed. 1. After saving versioned method, if press enter in confirmation dialog this key is passed to edited text. 1. After delete class with "Heritage view" on, list is not update. 1. If XOTcl raise error in Class Creation, XOTclIde is in unusable state. ---- '''4''' After saving versioned method, if press enter in confirmation dialog this key is passed to edited text. MH: Problem is that tk_messageBox leave KeyRelease-Return in queue and it is handled by editor. It will be better if IDE::TclModeEdit don't handle KeyRelease-Return, it make more trouble. Problem is with all tk_messageBox based dialog called is text editor is active. ---- '''6''' If XOTcl raise error in Class Creation, XOTclIde is in unusable state. MH: Class is not visible in browser, but can't be created or redefined. ---- [XOTclIde]