ConText, A free win32 text editor with x86 layout formatting

Started by Porkster, December 20, 2004, 12:51:27 AM

Previous topic - Next topic

Porkster

If you're looking for a free text editor then this one is very similar to UltraEdit(without HEX Editor), which is a purchased item.

Try it out at http://www.context.cx/



Features
------------
* unlimited open files
* unlimited editing file size, 4kB line length
* powerful syntax highlighting for:
C/C++
Delphi/Pascal
Java
Java Script
Visual Basic
Perl/CGI
HTML
SQL
FoxPro
80x86 assembler
Python
PHP
Tcl/Tk
* powerful custom defined syntax highlighter
* multilanguage support (supported languages: English, German, French, Croatian, Chinese, Czech, Danish, Dutch, Estonian, Esperanto, Spanish, Galego, Italian, Hungarian, Portuguese (Brazil), Russian, Slovakian, Polish, Lithuanian, Latvian, Slovenian, Turkish)
* project workspaces support
* unicode UTF8 support
* code templates
* customizable help files for each file type
* file explorer with favorites list
* export to HTML/RTF
* conversion DOS->UNIX->Macintosh file formats
* editing position remembering across files
* macro recorder
* commenting/uncommenting code
* text sort
* normal and columnar text selection
* bookmarks
* find and replace text in all open files
* regular expressions in find/replace dialogs
* C/Java-style block auto indent/outdent
* customizable color printing with print preview
* exporting configuration stored in registry
* customizable syntax highlighting colors, cursor shapes, right margin, gutter, line spacing...
* user definable execution keys, depending on file type
* capturing console applications standard output
* compiler output parser for positioning on error line
* powerful command line handler
* install and uninstall
* minimize to system tray
* it's FREE!

Some of the new highlighters
-----------------------
* IBM ASMA90 HighLevel Assembler
* IBM Job Control Language
* IBM ISPF Panels
* IBM PLI
* IBM Skeleton
* MEL
* OpenSSL CNF
* 68HCS12X Assembler
* LDIF (LDAP Data Interchange Format)
* Makefile files
* PHP/HTML (EugeneG)
* DoomScript
* Semper Run
* ST-GFA Basic
* Matlab TLC
* MS-SQL
* NQC
* Sculptor

Planned features for v1.0
-----------------------------------
* hex editor
* plug-in architecture for external tools
* enhancing macro recorder features and macro script language
* code browser for C/C++, Delphi and Visual Basic projects
* paragraphs and real word wrapping
* more powerful custom highlighter definition language
* file compare
* other misc. tools



.

Porkster

Text editors are mainly for users that want to use the dos/commandline to directly compile/link the code typed in the editor.   If you want a higher level setup that does all the dirty work then try one of the many good IDE's out there like, EasyCode, RadAsm, WinAsm, etc...

EasyCode is one if not only asm visual code construction IDE's, RadAsm is an all rounder, WinAsm is sleak and the best at module style programming.

.