Tk Console To Do
Future Ideas
- Enhance the true debugging capabilities - I'm looking at
tcl-debug and into what I can adopt from the tkInspect philosophy.
(Set for VerTcl 1.0)
- I'm taking ideas...
Known Bugs/Quirks
- Command highlighting isn't perfect because I try to make it too
efficient.
- All interpreters have the same current working directory. This is
a limitation of tcl.
- You can't 'attach' on non-Unix machines because
send
does not exist yet. I'm looking into John Loverso's comm.tcl replacement.
However, you can still attach to internal interpreters.
- Need to clean up checkpointed states when the associated interp dies.
Works with slaves, but not foreign interps.
- Can't identify non-Tcl or pre-Tk4 interpreters automagically...
- You tell me...
Contact jhobbs@cs.uoregon.edu
with questions.