Version 69 of MyTCL

Updated 2010-06-21 15:37:10 by tcleval

MyTcl is an editor tool which helps you to use Tcl more easily. MyTcl is a pre-alpha version at the present. I'm doing version updates very frequently - almost monthly. So you'd expect new & good features every so often.

Screenshot

http://mytcl.tcltk.co.kr/sites/default/files/mytcl_screenshot.png

Support Features

  1. based on Tcl/Tk 8.5.8
  2. view documentation (F1)
  3. includes many packages
  4. docking frame
  5. syntax highlighting
  6. multiple file editing
  7. command, word, option auto-completion
  8. command usage tooltip window
  9. building execution file using tclkit
  10. code explorer window
  11. watch variable window
  12. find and replace dindow
  13. debugger (step into, run to cursor, toggle breakpoint, show value of variable)
  14. tcl/tk console window (like tkcon)
  15. more...

Support Platform

  1. Windows XP, Windows 2000, Windows 7
  2. Linux (not yet)

License

  1. Freeware

http://mytcl.tcltk.co.kr/sites/default/files/1_0.png

http://mytcl.tcltk.co.kr/sites/default/files/2.png

http://mytcl.tcltk.co.kr/sites/default/files/3.png

http://mytcl.tcltk.co.kr/sites/default/files/4_0.png


JM Where to download ? I went to the Homepage but I couldn't find the download link.

In-Hak Min Currently in development. release is expected within 3 months.

In-Hak Min Now you can download it!!

lm euhhh ... The homepage seems to be in japanese ... Have you plans to make an english version ?

In-Hak Min This homepage is for korean. I have no plans to make an english version currently. Maybe I will make an english version if many requests come.

AMG: Let Google do the work.


terreaultguy - 2010-06-21 08:22:30

Hi, I have Installed MyTcl IDE, I like it!

But I have a small problem. I closed the file window and the code Explorer window.

I have not been able to open them from the window menu.

I have unstalled and re-installed that did not work.

Guy


In-Hak Min Delete file MyTcl.cfg first and rerun.

I'll modify this problem the next version.

Thank's for using.


tcleval There is one thing that I dont see on your editor and I dont see on most tcl editors, it does not support the OO tcl extensions like for example SNIT or STOOOP. I think it would be easy to add highlight and class browser to your editor for theses tcl extensions, as you already have a namespace browser. It would be a killer app if it had support for the most popular OO extensions. It would be nice to have hightlight and code completion for the tcllib extensions too. You would have to write a simple parser to read the tcllib doc and generate your code, a bit more complicated but worth it. And... is it windows only? TCL is cross platform, but I dont see any links to the source or linux binary :-(