|

How to write an Editor - by Aiwendil
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)).
Chapter 0 - Overview and Legal Stuff
Chapter 1 - Introduction and buffers.pas
Chapter 2 - screen.pas
Chapter 3 - fileops.pas
Download Tutorial as .ZIP file
Back to previous page
|