--------------------------------------------------------------------------------
                Scintilla Lister for Total Commander (0.1.1)
--------------------------------------------------------------------------------

1. Description
--------------

This is SciTE-like lister plugin. It uses portion of SciTE/Scintilla to display
text and it needs to be placed into SciTE installation folder since it uses same
configuration files and SciLexer.dll.

It is recommended placing this plugin at the end of the lister plugin list
since it will try open every file. The plugin uses 512KB file limit, since there
is no other way to force TC to load it by default (maybe I don't know any?).

This plugin is read-only. Use SciTE editor to edit files.

2. Changelog
------------

0.1.1: 2005.10.18
  - Fix: SciLister tries to find SciLexer.dll 1st in his own directory
  - Fix: SciLister now reads properly PLAT_WIN global SciTE settings
    (mostly fonts)
  - Fix: Text wrapping is now working
  - Fix: Variable font is used when variable font size is selected,
    in other cases (ANSI, ASCII) monospaced font is used

0.1.0: 2005.10.07
  - Initial release

3. License
----------

This plugin is released as freeware. You are allowed to use and distribute this
plugin as it was provided by the author - using original archive file with
readme.txt files - keeping copyright notes.

Copyright 2005 by Adam Strzelecki <ono@java.pl>

Scintilla and SciTE
Copyright 1998-2005 by Neil Hodgson <neilh@scintilla.org>

--------------------------------------------------------------------------------

License for Scintilla and SciTE

Copyright 1998-2005 by Neil Hodgson <neilh@scintilla.org>

All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.

NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY
SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
OR PERFORMANCE OF THIS SOFTWARE.