diff --git a/NEWS.md b/NEWS.md
index 36623e43..23cc8b97 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-Version 0.3.0
+Version 0.5.0
- enhancement: support C++ using type alias;
- fix: when press shift, completion popu window will hide
- enhancement: options in debugger setting widget, to skip system/project/custom header&project files when step into
diff --git a/RedPandaIDE/mainwindow.cpp b/RedPandaIDE/mainwindow.cpp
index d891d09f..a3e81e20 100644
--- a/RedPandaIDE/mainwindow.cpp
+++ b/RedPandaIDE/mainwindow.cpp
@@ -1573,8 +1573,7 @@ void MainWindow::buildContextMenus()
});
mDebugConsole_SelectAll=createActionFor(
tr("Select All"),
- ui->debugConsole,
- QKeySequence("Ctrl+A"));
+ ui->debugConsole);
connect(mDebugConsole_SelectAll, &QAction::triggered,
[this]() {
ui->debugConsole->selectAll();
diff --git a/RedPandaIDE/mainwindow.ui b/RedPandaIDE/mainwindow.ui
index 091c2b7a..43494389 100644
--- a/RedPandaIDE/mainwindow.ui
+++ b/RedPandaIDE/mainwindow.ui
@@ -469,7 +469,7 @@
QTabWidget::North
- 4
+ 0
@@ -817,7 +817,7 @@
0
0
946
- 22
+ 25