|

How to write an editor - Introduction - by Aiwendil
How to write an editor.
Written by Aiwendil (aiwendil@altavista.net) for friends-of-fpc (.org).
This will explain one way to write an texteditor that will compile on most platforms (as long as it has the units crt and dos (dos might be replaced with something more appropriate for the platform that is intended as target, but then all file-operations will change slightly)).
This will be made in an way that is quite easy to update, expand, and most important, it will be made in several parts.. all written when I get around to it. :)
And the normal legal horrors.
ALL INFORMATION (INCLUDING THE CODE) IN THE THIS DOCUMENT AND THE FOLLOWING PARTS ARE PROVIDED AS-IS WITHOUT ANY FORM OF WARRANTY. I ASSUME NO LIABILITY WHATSOEVER FOR ANY DAMAGES THAT MIGHT ARISE FROM THE USE OF THIS IMFORMATION (AND CODE). USE AT YOUR OWN RISK!
ALL TRADEMARKS BELONG TO THEIR RESPECTIVE HOLDER
Use and distribution of this document and the acompaning parts is free as long as you comply to the following rules.
- Any modification of the text for increased readability and translations are allowed as long as the changes are clearly stated and the legal notices stays intact.
- If you use code from this document and it's accompaning documents then you must somewhere add that you have used an document written by Aiwendil.
This file and the files accompaning it are all Copyright (C) Aiwendil 2001
Back to previous page
|