===========================================================================
 Source Editor v. 1.1 for Win98, Win2K,
 Written (w) by Kovalev S., (c) Kovalev'S.oftware 09.2000 - 07.2001
===========================================================================
 Contents:
------------------------------------------
 - Description
 - System Requirements
 - Functionality
 - Known problems
 - History

===========================================================================
 Description ---------------------------
 
 This is a little Source Editor - So you can edit with colouring next types
 of files:
 C/C++(.c, .cpp, h) Assembler(asm, inc),  HTML(.html, .htm), Resources(.rc)
 You can view edited HTML-files or navigate the web (it uses COM-WebBrowser)
 
 It was built firstly as coloured code editor with C/C++ files as example
 of code files. So it has print out feature, that have to meet expectations
 for printing source files (in Black & White)
 
 At the moment it's considered as no more supported application - with some
 not-else-finished parts.

 So, the code itself of this project (written in VC++ 6.0 with MFC supporting)
 is now available from my common web-site: www.iati.ee/~serge183/cv.

 If you decide to use it as a base for your own code colouring, I have to say
 that now I don't like its code - it looks 'a little weighty'. But some ideas
 was resolved in the way that can be used or just copied. 

===========================================================================
 System Requirements -------------------

 There are no any additional requirements
 You should have at least Pentium - 133 (I have it) 
 It occupies about 800K hard drive memory.

===========================================================================
 Functionality -------------------------
 
 It was built for editing and printing 'any' coloured source files. 
 Just try and look.

 Resource files (.rc) editing has sense as the MS VC++ sometimes prevent
 you from editing them directly.
 
 It recognises some MFC typedef-initions like BOOL, TRUE etc.
 I used it mostly for printing C++ files and resource files direct editing.

===========================================================================
 Known problems ------------------------

 Problems - help file no more supported from the beginning of this year, so
 there are some misplacing of ID-s for WinHelp.

 I couldn't find out how to make a call for Find dialog in the WebBrowser
 - so the buttons linked with Find command in the web-browser don't work,
 but the shortcut Ctrl-F still works as it's implemented into web-browser.

 Win2K (or MFC under Win2K) has some problems with classes icons when you
 reopen windows - so there are some 'strange' code in MDIChildFrame. 
 Without this code the program under Win2K generates exception.

===========================================================================
 History -------------------------------

 It was the first program that I decided to write when I started writing
 something without offer from 'some people' - just what I would write if I
 have a time to write anything. So it was started in 10.1999 and ended 
 generally in I can't remember when. Time by time I added something
 - something was rewritten. Now I decided don't touch it anymore, 
 and consider it just as a something that I used to grow up

 See: "Help About" in the program.

===========================================================================
 Enjoy it.

 Serguei Kovalev.
 Tallinn, Estonia.
 mailto:Serge183@yahoo.fr


