This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Editor of TCL

Old posts that have not been replied to for several years.
j
jones
Voice
Posts: 33
Joined: Fri Jun 25, 2004 12:36 am

Editor of TCL

Post by jones »

Where i can download the Program of Editor of TCL ?
Thanks
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

TCL is just simple normal character coding, which can be edited using NOTEPAD and WORDPAD in Windows.
On unix etc you can use PICO with wrapping. :P

If you want to use TCL editors you can find some on these links:
- http://wiki.tcl.tk/1184
- http://tcltk.free.fr/index.php3?idxcat=15
- http://www.softpanorama.org/Editors/tcl_editors.shtml

Or an alternative www.google.com and 'search' ===> 'tcl editor'
Normally I use wordpad, and so do most scripters I guess. :mrgreen:
But if you use editors you might be able to execute your code
as well detect syntax/logic errors which you cannot do using txt/doc
file editors (notepad, wordpad, msword etc). 8)
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

There is Tcl editor written in tcl. Its called ased. If you're using Windows i suggest med, which is much better than Wordpad (proper colours, UNIX mode, no useless ^M at the end of line). Type it on google and you will find many results ;)
Que?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

One of the best I have ever come across, and only use is EditPlus2. It's perfect for all Unix format text files. It comes complete with some very usefull options. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Thanx alchera... I'll use your recommendation as well. I always use WORDPAD, I think its time to change, and be a little more optimistic. :mrgreen:
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

My pleasure :)

A change is as good as a holiday. :wink:
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Med is also very good, for me much better than EditPlus2 :)
Que?
O
Ofloo
Owner
Posts: 953
Joined: Tue May 13, 2003 1:37 am
Location: Belguim
Contact:

Post by Ofloo »

does med have syntax highlighting and syntax completion and if so where can i get it otherwize med sux :p and is just an other wordpad and can't even be compared to editplus hehe, well thats my opinion
XplaiN but think of me as stupid
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

Syntax highlighting yes, but completion no, sometimes syntax completion in Editplus2 make some troubles, at least for me. It is not just another wordpad, download it http://www.pfersdorff.de and try. For me med is much better than Editplus2.
Que?
g
greenbear
Owner
Posts: 733
Joined: Mon Sep 24, 2001 8:00 pm
Location: Norway

Post by greenbear »

/me mumbles something about 'kate' :roll:
j
jones
Voice
Posts: 33
Joined: Fri Jun 25, 2004 12:36 am

Post by jones »

When you use wordpad what the format you save the file .tcl ? document normal?


awyeah wrote:TCL is just simple normal character coding, which can be edited using NOTEPAD and WORDPAD in Windows.
On unix etc you can use PICO with wrapping. :P

If you want to use TCL editors you can find some on these links:
- http://wiki.tcl.tk/1184
- http://tcltk.free.fr/index.php3?idxcat=15
- http://www.softpanorama.org/Editors/tcl_editors.shtml

Or an alternative www.google.com and 'search' ===> 'tcl editor'
Normally I use wordpad, and so do most scripters I guess. :mrgreen:
But if you use editors you might be able to execute your code
as well detect syntax/logic errors which you cannot do using txt/doc
file editors (notepad, wordpad, msword etc). 8)
j
jones
Voice
Posts: 33
Joined: Fri Jun 25, 2004 12:36 am

Post by jones »

My problem is: when i save my tcl in windows! the file stay in format "windows" not "unix"

KrzychuG wrote:There is Tcl editor written in tcl. Its called ased. If you're using Windows i suggest med, which is much better than Wordpad (proper colours, UNIX mode, no useless ^M at the end of line). Type it on google and you will find many results ;)
User avatar
awyeah
Revered One
Posts: 1580
Joined: Mon Apr 26, 2004 2:37 am
Location: Switzerland
Contact:

Post by awyeah »

Yeah... when saving using.. WORDPAD from the format type just selected 'TEXT DOCUMENT' and in the filename to save type myfile.tcl. That should save it to a normal txt file... with the extension being .tcl.

Sometimes lame NOTEPAD saves it myfile.tcl.txt... with the .txt coming in the end... (but you can always rename it) thats why I use WORDPAD which is more better.
·­awyeah·

==================================
Facebook: jawad@idsia.ch (Jay Dee)
PS: Guys, I don't accept script helps or requests personally anymore.
==================================
User avatar
KrzychuG
Master
Posts: 306
Joined: Sat Aug 16, 2003 2:51 pm
Location: Torun, Poland
Contact:

Post by KrzychuG »

In all 3 editors: ased, med and editplus you can set correct format (UNIX or Windows/DOS).
Que?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

A little known trick with file saving (Save As...); enclose the filename plus the new extenstion within quotes ie. "Eggdrop.botchk" and guess what happens? No more file renaming within Windows &c. This works in all word processors within Windows. :)
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Locked