feature list in *messages* finished

master
Allen Webster 2017-06-24 09:28:35 -04:00
parent 6cc2182f42
commit f527f3a166
1 changed files with 10 additions and 0 deletions

10
4ed.cpp
View File

@ -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" "If you're new to 4coder there are some tutorials at http://4coder.net/tutorials.html\n"
"\n" "\n"
"Newest features:\n" "Newest features:\n"
"-Color schemes are now loaded in theme files from the \"themes\" folder\n"
"-After loading a project <alt h> 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" "-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" "-The 4cpp lexer now has a customizable keyword table, *experimental* expansion of language support to:\n"
" Rust, C#, Java\n" " Rust, C#, Java\n"