updated welcome message
This commit is contained in:
parent
a122ea1a73
commit
2d5c0fc37d
5
4ed.cpp
5
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"
|
"and if you load README.txt you'll find all the key combos there are.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Newest features:\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"
|
"-The file count limit is over 8 million now\n"
|
||||||
"-File equality is handled better so renamings (such as 'subst') are safe 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"
|
"-This buffer will report events including errors that happen in 4coder\n"
|
||||||
|
|
|
@ -25,7 +25,7 @@ copy README.txt ..\current_dist_super\4coder\*
|
||||||
copy TODO.txt ..\current_dist_super\4coder\*
|
copy TODO.txt ..\current_dist_super\4coder\*
|
||||||
copy SUPERREADME.txt ..\current_dist_super\4coder\*
|
copy SUPERREADME.txt ..\current_dist_super\4coder\*
|
||||||
copy ..\current_dist\4coder\3rdparty\* ..\current_dist_super\4coder\3rdparty\*
|
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\*.lib
|
||||||
del ..\current_dist_super\4coder\*.obj
|
del ..\current_dist_super\4coder\*.obj
|
||||||
del ..\current_dist_super\4coder\4coder_custom.dll
|
del ..\current_dist_super\4coder\4coder_custom.dll
|
||||||
|
|
Loading…
Reference in New Issue