diff --git a/4ed.cpp b/4ed.cpp index 3cf09e17..3c9cd4db 100644 --- a/4ed.cpp +++ b/4ed.cpp @@ -1964,6 +1964,16 @@ App_Step_Sig(app_step){ "If you're new to 4coder there are some tutorials at http://4coder.net/tutorials.html\n" "\n" "Newest features:\n" + "-Color schemes are now loaded in theme files from the \"themes\" folder\n" + "-After loading a project sets the hot directory to the project directory\n" + "-The flag -L enables a logging system that will collect information in case more information is needed while debugging a problem\n" + "-All command line flags after the special flag --custom are now passed to the custom API start hook\n" + "-The start hook now gets the list of file names that were specified on the command line\n" + " All of the files specified on the command line are loaded before the start hook runs\n" + "-It is now possible to set the hot directory from the custom API\n" + "-On windows the buildsuper scripts are improved to look for vcvarsall.bat in lots of common locations\n" + "\n" + "New in alpha 4.0.20:\n" "-Option for LAlt + LCtrl = AltGr on Windows is now in config.4coder\n" "-The 4cpp lexer now has a customizable keyword table, *experimental* expansion of language support to:\n" " Rust, C#, Java\n"