ANSIFilter plugin for Notepad++
===============================

History:
--------

Version 0.1, 28.05.2006


Description
-----------

Ansifilter handles text files containing ANSI terminal escape codes.
The command sequences may be stripped or be interpreted to generate formatted 
output (HTML or RTF).

Supported control sequences: \033[*m, \033]*;

Supported commands:
Formatting: Bold, Underline, Italic, Blink
Colors:     Black, Red, Green, Yellow, Blue, Magenta, Cyan, White
            xterm 256 color modes
Other:      Conceal/Reveal, Image positive/negative

All commands which issue the listed formatting options are supported.
Some options like Blink are not supported by all output formats (like RTF).


Installation
------------

To install, copy the NPPAnsifilter.dll file into the Notepad++ plugins directory.
Restart Notepad++ afterwards to load the plugin. The ANSIFilter commands are 
available in the plugins menu (Plugins -> ANSIFilter).

See www.andre-simon.de to get the full featured ANSIFilter console and GUI program.

Credits
-------
 
Don Ho 
for Notepad++
 
Chris Severance 
for his TextFX plugin, which made the creation of the highlight plugin much 
easier.