-----BEGIN PGP SIGNED MESSAGE-----

#############################################################################
# LEdit V.1.00 (c) Copyright 1995 Andrey B. Yastrebov   S H A R E W A R E   #
#############################################################################

LEdit V.1.00 is custom edit control for Windows 3.1 in form of DLL, which

  - Overcomes 64 K limit. It may edit text files of virtually any size.
  - Includes full file-handling capacities.
  - Includes simple customizable syntax-analyzer.
  - Includes built-in searcher.
  - Provides the easiest way to color syntax highlight.
  - Provides opportunity to draw behind the text.
  - Includes customizable buit-in main and pop-up menus.
  - May be used as main window, MDI child, child or control everywhere.
  - Is easily customizable from your application.
  - Is less than 60 K in size.

To insert LEdit in the app you need to load DLL statically by including
call to its dummy function LVer() or on flight with LoadLibrary().
Once you've done it you receive new "LEdit" control class, which may
be used almost everywhere.

Requirements:
  - Processor 80386 or later
  - MS Windows 3.1+

Package is distributed as PKZIP file LEDIT100.ZIP (ca 100 K) and includes:

  - LEDIT.DLL - LEdit V.1.00 16-bit DLL
  - LEDIT.LIB - interface library
  - LEDIT.H   - self-documented header file for C (checked with BC++ 3.1)
  - LEDIT.TPW - Borland Pascal interface file (checked with BP 7.0)
  - FILELIST.TXT, README.TXT, LICENSE.TXT - misc files

  - LEDIT_RG.* - registration package (also uses LEdit)

  - LEDIT_E1.* - Five examples of use, each consists of *.CPP C++ source,
  - LEDIT_E2.*   *.PAS Pascal source and *.EXE executable module. *.H
  - LEDIT_E3.*   and *.INC files are supplied when needed.
  - LEDIT_E4.*   Resources are included in forms of both *.RC and *.RES
  - LEDIT_E5.*   files

  - LEDIT_EH.* - LEdit may be inserted even in WinHelp system

Five examples of use include the following programs:

  E1 - Bare LEdit as a main window.

  E2 - Multifile editor that uses LEdit. It is shown how to implement LEdit
       as an MDI child, how to read its status end show it on status bar,
       how to automatically handle MDI menu with LEdit

  E3 - LEdit as a part of dialog. The system of pop-up dialogs, each of which
       takes selected text from previous-level dialog and edit it. After it
       it replaces edited part in previous dialog. Shows how to use SETTEXT
       and GETTEXT capacities and how to describe LEdit control in RC file

  E4 - LEdit as a child window. Two LEdit childs try mimic syntax of C++ and
       Pascal respectively and show their own source text. They support
       syntax highlight and finding language-specific braces. Double click
       on each word shows how the word is interpreted by built-in syntax
       analyzer. Shows how to work with syntax.

  E5 - Subclassed LEdit as a main window. Yellow ellipse appears in the window
       bechind the text. It may be attached to the text or to the window.
       Shows how to subclass LEdit and how to draw behind the text. Two
       different methods of drawing are implemented.

Thank you very much for using LEdit V.1.00.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Any opinion, suggestion, advices are greatly appreciated.

Author: Andrey B. Yastrebov
E-mail: xor@hawk.usr.pu.ru

#############################################################################
# LEdit V.1.00 (c) Copyright 1995 Andrey B. Yastrebov   S H A R E W A R E   #
#############################################################################
-----BEGIN PGP SIGNATURE-----
Version: 2.6.2i

iQCVAwUBMIJqIMFlFjEYIxsRAQEF7gQApUo4X1Otx+AA7Ta/n9XNgWxsjpFiJ2Zo
70fxqe2aUjYgdpaRW6poNamroPGtsbx0a2EMtW1qtI+ptFqjimzEq1qJ/5kVyES4
/MqzwKpVu/edu/NRtvnEgn15f4+daXmBafadWHDw5m0ba+bZql4pZOmXRR7x4Cjy
E9FaowyKUYk=
=QJaK
-----END PGP SIGNATURE-----
