|
Softpanorama |
May the source be with you, but remember the KISS principle ;-)
|
| News | See also | Recommended Links | TCL Textedit | Eddi | Xwordpad | Tknotepad | Word Perfect Tcl OLE interface |
| TCL TextEdit | Tpad | Tkedit | Graphlet | Html | Sgml | Xml | Etc |
TCL editors are very attractive because they are the easiest editors to extend. 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.
The latest addition to this small collection is TCL TextEdit:
|
Tcl TextEdit is a simple and powerfull texteditor for the X-Windows system. It's easy to use and easy to install. The editor is written entierly 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
tpad by Antonio Bonifati. Supports regualar 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.
Copyright © 1996-2007 by Dr. Nikolai Bezroukov. www.softpanorama.org was created as a service to the UN Sustainable Development Networking Programme (SDNP) in the author free time. Submit comments This document is an industrial compilation designed and created exclusively for educational use and is placed under the copyright of the Open Content License(OPL). Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.
Standard disclaimer: The statements, views and opinions presented on this web page are those of the author and are not endorsed by, nor do they necessarily reflect, the opinions of the author present and former employers, SDNP or any other organization the author may be associated with. We do not warrant the correctness of the information provided or its fitness for any purpose.
Last modified: February 28, 2008