Version 16 of XOTclIdeBugs

Updated 2004-09-10 07:36:21

Bugs found in XOtclIde


  1. Wrong autoindentation if space is presented after opening barce - patch send Michael Heca
  2. If create new method and coments are active, methods is putted to comment a can't be saved
  3. Browser is wrong (menu crasched) if coresponding object is destroyed.
  4. After saving versioned method, if press enter in confirmation dialog this key is passed to edited text.
  5. After delete class with "Heritage view" on, list is not update.
  6. 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. Error is raised for exmple, if create class with more supperclass which is own superclass in inproper order.

 Class M1
 Class M2 -superclass M1
 Class ERROR -superclass {M1 M2}

XOTclIde