feature list in *messages* finished
parent
6cc2182f42
commit
f527f3a166
10
4ed.cpp
10
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"
|
"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"
|
||||||
|
|
Loading…
Reference in New Issue