Softpanorama

May the source be with you, but remember the KISS principle ;-)
Home Switchboard Unix Administration Red Hat TCP/IP Networks Neoliberalism Toxic Managers
(slightly skeptical) Educational society promoting "Back to basics" movement against IT overcomplexity and  bastardization of classic Unix

TCL and other scripting language based Editors

News See also Recommended Links TCL Textedit Eddi Xwordpad Tknotepad Word Perfect
Tcl OLE interface
TCL TextEdit Tpad Tkedit Graphlet Tickle Text Html Editors   Random Findings Etc

TCL editors are very attractive for programmers because they are the easiest editors to extend.  They are unique because in this case macro language is identical to the coding language.  This means it is easily extendable, configurable etc.

Macro system for such editors can be easily adapted from Expect.

See also: Tcl Resource Center: software.applications.editor -- list of TCL-friendly editors. All file managers written in Tcl/Tk have a build in editors. Some of the are of pretty good quality.  Antonio Bonifati tpad that supports regular expressions is available for WinXP.  Licensed under  GNU General Public Licence.

tpad (Tcl pad) is a WinXP Notepad enhanced clone entirely written in Tcl/Tk. It requires at least Tcl/Tk-8.4 and it's distributed in source format as a wish(1) shell script and a library named tpad. It's goal is to be as similar as possible to Notepad, with a most notable exception: tpad doesn't limit the size of the file to edit as Notepad does.

The latest additions to this small collection are


Top Visited
Switchboard
Latest
Past week
Past month

NEWS CONTENTS

Old News ;-)

[Mar 18, 2008] freshmeat.net Project details for

About:
Tickle Text is a fast, lightweight text editor with many features, including xterm, wish term, line numbers, find/replace, special characters, word count, color configuration, and more.

Release focus: Major feature enhancements

Changes:
A comment/uncomment feature was added. Templates for Perl and Python scripts were added. An FTP dialog to upload or download scripts and Web pages to or from a Web server was added. Saving of user preferences and configurations was added

[Jul 2, 2005] TCL TextEdit update

Tcl TextEdit is a simple and powerful text editor for the X-Windows system. It's easy to use and easy to install. The editor is written entirely in TK/TCL and requires tk/tcl 8.0 or higher. The main target for the editor is UNIX, but it is possible to run it on a Ms-Windows system, however some features may not work properly. Features:

[Jul 2, 2005] ASED Tcl-Tk IDE

ASED is an easy to use Tcl/Tk Editor written in pure Tcl/Tk using the BWidget Toolkit and an adopted version of the ctext package from George Peter Staplin. Current Release is 3.0b16. Now also available as Starpack (single executable file) for windows !

Features:

and best of all: It´s free! (see license)

[Sept 10, 2004] ***** tpad by Antonio Bonifati.

Supports regular expressions. Licensed under GNU General Public License.

tpad (Tcl pad) is a WinXP Notepad enhanced clone entirely written in Tcl/Tk. It requires at least Tcl/Tk-8.4 and it's distributed in source format as a wish(1) shell script and a library named tpad. It's goal is to be as similar as possible to Notepad, with a most notable exception: tpad doesn't limit the size of the file to edit as Notepad does.

Currently it has an Ascii table, a tip database, a simple plugin system and support for regular expressions. There are three plugins implemented: a text formatter, an XML well-formness checker and an HTML validator and corrector, respectively based on fmt(1), xmlwf(1) and tidy(1).

tpad is part of the FreeBSD port collection under the category editors. It is also packaged for common Linux distros and even runs under Windows.

freshmeat.net Project details for PyPE

PyPE (Python Programmers Editor) is a lightweight but powerful editor. Tools for the new and seasoned user alike are included out of the box, including syntax coloring, multiple open documents with tabs, per-document browsable source trees, and many others.

Homepage:
http://pype.sourceforge.net
Changelog:
http://sourceforge.net/project/shownotes.php?release_id=209030

ped by Matt Agler

A text editor with an emacs/vi-like user interface written in perl.
Jul 08th 1999, 21:24 stable: none - devel: 0.1.2 license: Artistic

This is a text editor with a dual vi/emacs interface. It's written in Perl for those
who would be more comfortable customizing thier text editor using perl than elisp.
It supports multiple buffer modes, an oop architecture and online help. Currently
has a Fundamental mode and stub modes for HTML and XML.

ftp://ftp.sypher.com/pub/ped/ped-0.1.2.tar.gz

TCL TextEdit

TCL TextEdit is a texteditor written in tk/tcl Features: Search,Replace,FTP,Get Url,Macros, multiple files,cut/paste, Clipboard (August 19, 1999 11:24)

bed

BED 4.2 - full featured multi-platform editor featuring TCL script editor extensions. Syntax highlights for C, Java, TCL, Verilog, HTML, etc. Edit GIF, JPEG, TIFF, etc. in hex as well as image format. Integrate with any RCS. Works with gdb for debugging. Available for all Unix variants including Linux, Windows 3.1, 95, NT. (October 15, 1999 18:50)

AlphaTk

AlphaTk is a text editor. It's most useful for programmers, those writing a lot of TeX or LaTeX documents, and for editing of HTML source files. It has very rich features to aid in writing and editing files of those document types. The programming languages strongly supported are C, C++, Java, Tcl, Perl, Matlab. Most other common languages are also supported, although perhaps not with quite such a rich feature set. AlphaTk is written entirely in Tcl, the scripting and gui language developed by John Ousterhout (now at www.scriptics.com).
This means it is easily extendable, configurable etc. Most aspects of its behaviour can be configured using various 'Preferences' dialogs. If you can program in Tcl you can tweak it in any way you like. However it is designed to be used by people who cannot program in Tcl. AlphaTk is a little like emacs, in that it is a very powerful text editor. However it was designed with a graphical interface in mind (for many years Alpha was a MacOS only product written in C. This is effectively a re-implementation of Alpha by emulating its inner functionality in plain Tcl). (October 26, 1999 13:01)

Recommended Links

Google matched content

Softpanorama Recommended

Top articles

Sites


tpad (Tcl pad)

tpad by Antonio Bonifati. Supports regular expressions. Licensed under GNU General Public Licence.

tpad (Tcl pad) is a WinXP Notepad enhanced clone entirely written in Tcl/Tk. It requires at least Tcl/Tk-8.4 and it's distributed in source format as a wish(1) shell script and a library named tpad. It's goal is to be as similar as possibile to Notepad, with a most notable exception: tpad doesn't limit the size of the file to edit as Notepad does.

Currently it has an Ascii table, a tip database, a simple plugin system and support for regular expressions. There are three plugins implemented: a text formatter, an XML well-formness checker and an HTML validator and corrector, respectively based on fmt(1), xmlwf(1) and tidy(1).

tpad is part of the FreeBSD port collection under the category editors. It is also packaged for common Linux distros and even runs under Windows.

Tkedit

Tkedit -- an X11 oriented editor entirely written in Tcl/Tk. Has highlighting for TCL, C and FORTRAN. Supports multiple buffers split views, function-key macro recording, columnar blocks, replacing within range, repeating macros, C, FORTRAN and TCL function summary with direct link to the main file, X11 replacement for "more" at the end of a pipeline, ctags, make and error analysis support, Ispell, Outlines for TCL, C and FORTRAN function definitions, hotlists for buffers and functions, persistent tags (attributes) between buffers. Recommended... See also tkedit


TCL Textedit

TCL TextEdit -- Tcl TextEdit is a simple yet powerful text editor for the X-Windows system. It's easy to use and easy to install, and it has some useful functions. The editor requires tk/tcl 8.0. Version 0.9.5 was released 99-02-04

New in version 0.9.5


Ged

Ged Programming Editor -- Ged is a programming editor that features customizable syntax highlighting. Ged is designed to be used as a companion to a terminal emulator.

Read the license-terms.txt before using this software.

I recommend that you use tcsh instead of cmd.exe with Ged in Windows NT. It can be found here: tcsh

Another alternative is zsh for use with Ged in Windows NT. It can be found here: zsh

Another untested alternative is rxvt for Win32. It can be found here: rxvt

ged12.tcl
This fixes a very annoying bug with text pasting. I found out that Control-p already has a binding in the text widget, which my binding conflicted with. So it would go up a line or more and paste. Now I have the bindings as Alt-c Alt-p for copy and paste, and cut is Control-c. I fixed a bug that occurs if you use the find box twice. Previously it highlighted previous search items as well as new. I added some syntax highlighting of C and C++ keywords.

ged11.tcl
This release features C and C++ Win32 syntax highlighting. It is now designed for use in Windows with the port of tcsh. It should also work with cmd.exe if the file loading method is changed. The issue is with the way that command completion is done in cmd.exe. For those of you that are interested in activating this feature in Windows NT I will give you some instructions. Create a DWORD named CompletionChar in HKCU\Software\Microsoft\Command Processor\. Give the DWORD a value of 9. Now you should have command completion in cmd.exe. Using Ged with cmd.exe should be easy to accomplish if you use regsub to remove the \ and convert it to / in the open file argument. I strongly suggest that you use tcsh instead, because it is a superior command interpreter. I made it so that the Ged window is positioned under the cursor upon startup.

ged10.tcl
This has select all text via Alt-s. It also has many new color tags.

ged9.tcl
This has a scrollbar color change and some more syntax coloring.

ged8.tcl
This has syntax highlighting of flush, and some minor style changes in the script.

ged7.tcl
I have made it so that -background and any other flag is highlighted. Previously Ged only highlighted the flag name. So it is easier to read. I added a new screenshot. I changed how the text is scanned. Now when the user presses the End button it adds color tags to the text. Previously I used Return which made it slower while editing large files. So now it is very fast and pretty. I also changed the colors.


Eddi

Eddi -- Programmer's editor in Tcl/Tk. Use Tix.

The Eddi Text Editor by Holger Schanz, Version 0.9b12, Works with UNIX, Tix 4.0
Download: eddi-0.9b12.tar.gz
The home page of the Eddi text editor. Features include syntax highlighting, intuitive interface, multiple windows, unlimited undo, bookmarks, project handling, interfacing with make and RCS, etc. (May 11 1998)


Xwordpad

XWordPad by Author Andrew V. Lee, Version 1.0b, Works with Tcl/Tk 7.4/4.0, 7.5/4.1, 7.6/4.2, 8.0/8.0
Download: xwordpad.tgz. XWordPad is a fullfeatured Tcl/Tk text editor for Unix/X and Windows. Features:
  1. Written in pure Tcl/Tk
  2. Supports plain ASCII texts with unlimited size
  3. Standard menu
  4. Cut,copy and paste
  5. Search and replace
  6. Search line number
  7. Unlimited undo/redo
  8. Supports Tcl/Tk versions 7.4/4.0, 7.5/4.1, 7.6/4.2, 8.0/8.0
  9. Works on Unix and Windows (tested on Linux, Windows95/NT4.0)
  10. Toolbar and balloon help (Jul 5 1998)

New version of X-WordPad (2.1) will be released in ????. New features:

1.Quick search entry is built in the toolbar. This leads to faster searching and navigating through text.
2.Choosing font,style and size.
3.Multiple file editing.
4.New menu "Execute" for executing external programs.
5.Bookmarking. Set and search up to 4 marks (in Search menu).
6.Printing
7.Text formatting
8.Templates
9.Macros


TkNotepad

TkNotepad: notepad like editor


TclWp8 Word Perfect OLE interface

TclWp8 Word Perfect OLE interface -- This is a dll extension for handling Wp8 ole server. which allows you to make WordPerfect do what you want from your tcl/tk application such as opening file, runing macros, print file, .... Tclwp8 uses WordPerfect OLE capabilities to achieve this. This new version (1.1) has some minor bugs corrected and includes now a more generic method call to wp8 methods : a method call which isn't built into the extention could be called via this proc. (May 15 1998)


Graphlet


HTML-editors


Random Findings

Links are broken



Etc

Society

Groupthink : Two Party System as Polyarchy : Corruption of Regulators : Bureaucracies : Understanding Micromanagers and Control Freaks : Toxic Managers :   Harvard Mafia : Diplomatic Communication : Surviving a Bad Performance Review : Insufficient Retirement Funds as Immanent Problem of Neoliberal Regime : PseudoScience : Who Rules America : Neoliberalism  : The Iron Law of Oligarchy : Libertarian Philosophy

Quotes

War and Peace : Skeptical Finance : John Kenneth Galbraith :Talleyrand : Oscar Wilde : Otto Von Bismarck : Keynes : George Carlin : Skeptics : Propaganda  : SE quotes : Language Design and Programming Quotes : Random IT-related quotesSomerset Maugham : Marcus Aurelius : Kurt Vonnegut : Eric Hoffer : Winston Churchill : Napoleon Bonaparte : Ambrose BierceBernard Shaw : Mark Twain Quotes

Bulletin:

Vol 25, No.12 (December, 2013) Rational Fools vs. Efficient Crooks The efficient markets hypothesis : Political Skeptic Bulletin, 2013 : Unemployment Bulletin, 2010 :  Vol 23, No.10 (October, 2011) An observation about corporate security departments : Slightly Skeptical Euromaydan Chronicles, June 2014 : Greenspan legacy bulletin, 2008 : Vol 25, No.10 (October, 2013) Cryptolocker Trojan (Win32/Crilock.A) : Vol 25, No.08 (August, 2013) Cloud providers as intelligence collection hubs : Financial Humor Bulletin, 2010 : Inequality Bulletin, 2009 : Financial Humor Bulletin, 2008 : Copyleft Problems Bulletin, 2004 : Financial Humor Bulletin, 2011 : Energy Bulletin, 2010 : Malware Protection Bulletin, 2010 : Vol 26, No.1 (January, 2013) Object-Oriented Cult : Political Skeptic Bulletin, 2011 : Vol 23, No.11 (November, 2011) Softpanorama classification of sysadmin horror stories : Vol 25, No.05 (May, 2013) Corporate bullshit as a communication method  : Vol 25, No.06 (June, 2013) A Note on the Relationship of Brooks Law and Conway Law

History:

Fifty glorious years (1950-2000): the triumph of the US computer engineering : Donald Knuth : TAoCP and its Influence of Computer Science : Richard Stallman : Linus Torvalds  : Larry Wall  : John K. Ousterhout : CTSS : Multix OS Unix History : Unix shell history : VI editor : History of pipes concept : Solaris : MS DOSProgramming Languages History : PL/1 : Simula 67 : C : History of GCC developmentScripting Languages : Perl history   : OS History : Mail : DNS : SSH : CPU Instruction Sets : SPARC systems 1987-2006 : Norton Commander : Norton Utilities : Norton Ghost : Frontpage history : Malware Defense History : GNU Screen : OSS early history

Classic books:

The Peter Principle : Parkinson Law : 1984 : The Mythical Man-MonthHow to Solve It by George Polya : The Art of Computer Programming : The Elements of Programming Style : The Unix Hater’s Handbook : The Jargon file : The True Believer : Programming Pearls : The Good Soldier Svejk : The Power Elite

Most popular humor pages:

Manifest of the Softpanorama IT Slacker Society : Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story : The Cuckoo's Egg : IT Slang : C++ Humor : ARE YOU A BBS ADDICT? : The Perl Purity Test : Object oriented programmers of all nations : Financial Humor : Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : The Most Comprehensive Collection of Editor-related Humor : Programming Language Humor : Goldman Sachs related humor : Greenspan humor : C Humor : Scripting Humor : Real Programmers Humor : Web Humor : GPL-related Humor : OFM Humor : Politically Incorrect Humor : IDS Humor : "Linux Sucks" Humor : Russian Musical Humor : Best Russian Programmer Humor : Microsoft plans to buy Catholic Church : Richard Stallman Related Humor : Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor : Networking Humor : Shell Humor : Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 : Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor : Education Humor : IBM Humor : Assembler-related Humor : VIM Humor : Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor

The Last but not Least Technology is dominated by two types of people: those who understand what they do not manage and those who manage what they do not understand ~Archibald Putt. Ph.D


Copyright © 1996-2021 by Softpanorama Society. www.softpanorama.org was initially created as a service to the (now defunct) UN Sustainable Development Networking Programme (SDNP) without any remuneration. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.

FAIR USE NOTICE This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available to advance understanding of computer science, IT technology, economic, scientific, and social issues. We believe this constitutes a 'fair use' of any such copyrighted material as provided by section 107 of the US Copyright Law according to which such material can be distributed without profit exclusively for research and educational purposes.

This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...

You can use PayPal to to buy a cup of coffee for authors of this site

Disclaimer:

The statements, views and opinions presented on this web page are those of the author (or referenced source) and are not endorsed by, nor do they necessarily reflect, the opinions of the Softpanorama society. We do not warrant the correctness of the information provided or its fitness for any purpose. The site uses AdSense so you need to be aware of Google privacy policy. You you do not want to be tracked by Google please disable Javascript for this site. This site is perfectly usable without Javascript.

Last modified: March 12, 2019