Version 28 of XOTclIdeBugs

Updated 2005-04-03 07:58:25

Bugs found in XOtclIde fixed bugs will be removed from this page


  1. Browser is wrong (menu crashed) if corresponding object is destroyed.
  2. Search senders for Tcl procs found nothing.
  3. Tcl proc on ErrorStack are not highlighted and saving ro repository is ignored.

1. Browser is wrong (menu crashed) if corresponding object is destroyed.

ATK: This state should not happen in normal usage because the life of browser object is coupled withlife of browser object.


JimG - 3.4.2005

It seems that the workspace can't understand puts and when do this

    puts "should be displayed"

nothing happen when you do it or print it and will get a warning dialog when inspect it.


XOTclIde