For Programmers: Free Programming Magazines  


Home > Archive > Tcl > August 2007 > Re: TCL editor recommendation









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: TCL editor recommendation
JCM

2007-08-30, 11:24 pm

mike.hfzhang@gmail.com wrote:
> Hi There,
> I just begin to learn TCL, anyone can recommend a good editor? I have
> a GVIM editor, but dont like it.
>
> Mike
>


After many years of casual tinkering, I still use an old modified
version of ASED (http://www.mms-forum.de/ased/asedhome.htm)...
that started as a French version of it, then branched off as EDITT
(http://wfr.tcl.tk/222)

My personal version is a re-translated (to English) version of Editt
1.04, slightly enhanced as a personal exercise to include optional line
numbering and a very simplistic project manager.

The advantage I see is that it is itself a pure Tcl/Tk application (my
version consists of one script only), and therefore should run similarly
on all platforms. I run it on Windows but have used it on IRIX, AIX and
Linux a few years ago.

I just saw that development for both seem to have stopped but I think
they still have value, especially for someone starting to learn Tcl.

Or I might be just be stuck in my old ways...

JC
John Seal

2007-08-31, 9:24 am

JCM wrote:
> I still use an old modified version of ASED


I use gvim now, but long ago I used the editor in TkDesk, which had a
feature I still miss: When you searched for something, matching lines
were shown in a new window, and clicking on one jumped the main window
to that line. Does any other editor have that? Last time I tried running
TkDesk under Mac OS X, it didn't work.
JCM

2007-08-31, 9:24 am

John Seal wrote:
> JCM wrote:
>
> I use gvim now, but long ago I used the editor in TkDesk, which had a
> feature I still miss: When you searched for something, matching lines
> were shown in a new window, and clicking on one jumped the main window
> to that line. Does any other editor have that? Last time I tried running
> TkDesk under Mac OS X, it didn't work.


Actually, both Ased and Editt have this feature, which lets you enter a
search string, a directory location and file extension filter.

All files with the extension (for example .tcl) are searched and the
matched results are displayed in the same search window. Selecting any
line opens the file and jumps to the corresponding line.

JC
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com