From 2d5c0fc37d41b721ec1225f5e536a284050b9082 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Tue, 10 May 2016 14:04:06 -0400 Subject: [PATCH] updated welcome message --- 4ed.cpp | 5 +++++ package.bat | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/4ed.cpp b/4ed.cpp index 8050c453..23b45e3f 100644 --- a/4ed.cpp +++ b/4ed.cpp @@ -4028,6 +4028,11 @@ App_Step_Sig(app_step){ "and if you load README.txt you'll find all the key combos there are.\n" "\n" "Newest features:\n" + "Scroll bar on files and file lists" + "Arrow navigation in lists" + "A new minimal theme" + "" + "New in alpha 4.0.2:\n" "-The file count limit is over 8 million now\n" "-File equality is handled better so renamings (such as 'subst') are safe now\n" "-This buffer will report events including errors that happen in 4coder\n" diff --git a/package.bat b/package.bat index 93661d83..fe62b213 100644 --- a/package.bat +++ b/package.bat @@ -25,7 +25,7 @@ copy README.txt ..\current_dist_super\4coder\* copy TODO.txt ..\current_dist_super\4coder\* copy SUPERREADME.txt ..\current_dist_super\4coder\* copy ..\current_dist\4coder\3rdparty\* ..\current_dist_super\4coder\3rdparty\* -del ..\current_dist_super\4coder\*.pdb +REM del ..\current_dist_super\4coder\*.pdb del ..\current_dist_super\4coder\*.lib del ..\current_dist_super\4coder\*.obj del ..\current_dist_super\4coder\4coder_custom.dll