From 982ce836afb53e47bcfbcc6a3262a484c832b4f7 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Fri, 1 Jul 2016 01:42:19 -0400 Subject: [PATCH] switched over to new 4coder_types.h, wrote docs --- 4coder_API.html | 572 ++++++++++++++++--------- 4coder_custom.h | 259 +---------- 4coder_default_bindings.cpp | 27 +- 4coder_default_include.cpp | 27 +- 4coder_keycodes.h | 2 +- 4coder_types.h | 537 +++++++++++++++++++++++ 4ed.cpp | 45 +- 4ed_api_implementation.cpp | 8 +- 4ed_app_models.h | 2 +- 4ed_file_view.cpp | 12 +- 4ed_metagen.cpp | 832 +++++++++++++++++++++++++++++++++++- README.txt | 2 +- SUPERREADME.txt | 2 +- win32_4ed.cpp | 5 +- win32_api_impl.cpp | 21 +- 15 files changed, 1841 insertions(+), 512 deletions(-) create mode 100644 4coder_types.h diff --git a/4coder_API.html b/4coder_API.html index ba52a143..24252cbb 100644 --- a/4coder_API.html +++ b/4coder_API.html @@ -4,6 +4,7 @@