From a088c29b6746fe75c4dbb1d4c2c24e8ae725cb51 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Fri, 17 Mar 2023 15:41:18 +0800 Subject: [PATCH] update NEWS.md - change: Use F11 as the shortcut for "Run". (It's the old shortcut for "Compile&Run") --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index b081b012..a7d1d7b9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -22,6 +22,7 @@ Red Panda C++ Version 2.18 - fix: Don't show function info tips when typing class variable definitions. - enhancement: Add option in the debug settings, to limit the length of the ouput generated by gdb for arrays. - enhancement: Show shortcut info in toolbar's tooltip. + - change: Use F11 as the shortcut for "Run". (It's the old shortcut for "Compile&Run") Red Panda C++ Version 2.17