4.0.22 Ready To Ship
This commit is contained in:
parent
e3ee5ad872
commit
15587cf18d
12
4ed.cpp
12
4ed.cpp
|
@ -15,7 +15,15 @@ global_const char messages[] =
|
||||||
"Welcome to " VERSION "\n"
|
"Welcome to " VERSION "\n"
|
||||||
"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"
|
"New in alpha 4.0.22:\n"
|
||||||
|
"-The rendering layer is cleaned up and faster\n"
|
||||||
|
"-4coder can now ship with multiple built in command bindings\n"
|
||||||
|
" New built in binding \"mac-default\": For the mac version of 4coder - similar to most Mac applications\n"
|
||||||
|
" New built in binding \"mac-4coder-like\": For the mac version of 4coder - similar to 4coder on other OSes\n"
|
||||||
|
"-Fullscreen now works on Windows without the '-S' flag\n"
|
||||||
|
"-Set up a single 4coder project for Windows/Linux/Mac in one command: <alt x> -> \"new project\"\n"
|
||||||
|
"\n"
|
||||||
|
"New in alpha 4.0.21:\n"
|
||||||
"-Color schemes are now loaded in theme files from the \"themes\" folder\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"
|
"-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"
|
"-The flag -L enables a logging system that will collect information in case more information is needed while debugging a problem\n"
|
||||||
|
@ -34,7 +42,7 @@ global_const char messages[] =
|
||||||
"New in alpha 4.0.19:\n"
|
"New in alpha 4.0.19:\n"
|
||||||
"-Lexer now handles string literal prefixes and is more optimized\n"
|
"-Lexer now handles string literal prefixes and is more optimized\n"
|
||||||
"-Fixes for lingering unicode bugs\n"
|
"-Fixes for lingering unicode bugs\n"
|
||||||
"-Power users have an experimental new jump to error that positions through edits (coming to all tiers soon)\n"
|
"-Power users have an experimental new jump to error that keeps correct positions through edits (coming to all tiers soon)\n"
|
||||||
"\n"
|
"\n"
|
||||||
"New in alpha 4.0.18:\n"
|
"New in alpha 4.0.18:\n"
|
||||||
"-Support for rendering unicode characters\n"
|
"-Support for rendering unicode characters\n"
|
||||||
|
|
Loading…
Reference in New Issue