From e168b21e0cd8849f9677440a392c30e282d4ec65 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Sat, 22 Apr 2017 22:40:28 -0400 Subject: [PATCH] 4.0.19, ready for packaging --- 4ed.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/4ed.cpp b/4ed.cpp index 4c84900b..6df20383 100644 --- a/4ed.cpp +++ b/4ed.cpp @@ -2282,10 +2282,16 @@ App_Step_Sig(app_step){ // NOTE(allen): initialize message if (input->first_step){ String welcome = - make_lit_string("Welcome to " VERSION "\n" + make_lit_string("----------------------------------------------------------------\n" + "Welcome to " VERSION "\n" "If you're new to 4coder there are some tutorials at http://4coder.net/tutorials.html\n" "\n" "Newest features:\n" + "-Lexer now handles string literal prefixes and is more optimized\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" + "\n" + "New in alpha 4.0.18:\n" "-Support for rendering unicode characters\n" "- isearch alpha-numeric word under cursor\n" "- query replace alpha-numeric word under cursor\n"