|
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 |
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
|
Switchboard | ||||
Latest | |||||
Past week | |||||
Past month |
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
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:
- Filelist
- Text shell
- Help browse function
- Wheel mouse support (If your X version supports it)
- Unlimited undo
- Grep search
- Search/Replace
- Fast macros (in tk/tcl code, and shell script)
- Macro recording
- Speed buttons/Macro buttons
- Goto lines
- Execute
- Multiple files
- Cut/Paste
- Clipboard
- Get/Put FTP
- Get HTML
- Line number indicator
- Changed indicator
- Popup menus
- And more....
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:
- multifile editor
- colored syntaxhighlighting
- line-numbering
- unlimited undo/redo
- indent/unindent
- autoindent
- find/replace (search also complete dirs via included graphical "grep")
- supports highlight-plugins for additional programming languages
- test mode : you can run your code with different interpreter versions (tclsh or wish)
- fast sourcecode navigation through "Code Browser"
- automatic Command Completion
- Editing and updating while running your app
- Copy a proc directly from popup-menu in the "Code-Browser" to the clipboard
- Native Language support
- NEW : provides Online-Help for Tcl/Tk, incrTcl, tcl-lib and BWidget using the "Helpviewer" from RamDebugger (another great tcl-tool)
- NEW : ASED is now bundled with the following tools: (tkcon, frink syntaxchecker, tkdiff and tcltutor)
- NEW : Comment-Mode, edit comment-blocks and proc-descriptions
- NEW : Improved Error-Handling
- See Changes for more info
and best of all: It´s free! (see 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.
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
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: ArtisticThis 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
Google matched content |
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 -- 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
New in version 0.9.5
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.
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)
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: notepad like editor
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 runs on UNIX (Solaris, Linux) and Microsoft Windows NT and 95 platforms. Our distribution includes ready-to-run binaries for UNIX (X11) and Microsoft Windows platforms. For source code, sign the copyright notice.
Also available are the Graph Template Library, GTL, a portable GML parser, and the LSD library of layout algorithms
WebTk -- A tcl/tk HTML editor.
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 quotes : Somerset Maugham : Marcus Aurelius : Kurt Vonnegut : Eric Hoffer : Winston Churchill : Napoleon Bonaparte : Ambrose Bierce : Bernard 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 DOS : Programming Languages History : PL/1 : Simula 67 : C : History of GCC development : Scripting 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-Month : How 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