From b2574e60c7742aede8183815e75b82b5ce7e45b0 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Mon, 29 May 2017 12:08:20 -0400 Subject: [PATCH] 4.0.20 ready to go (once the locale bug is confirmed fixed) --- 4ed.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/4ed.cpp b/4ed.cpp index 51b1d9e1..ad530bf6 100644 --- a/4ed.cpp +++ b/4ed.cpp @@ -2281,6 +2281,12 @@ App_Step_Sig(app_step){ "If you're new to 4coder there are some tutorials at http://4coder.net/tutorials.html\n" "\n" "Newest features:\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" + " Rust, C#, Java\n" + " Arbitrary keyword customization available in custom code (super users)\n" + "\n" + "New in alpha 4.0.18:\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"