- enhancement: F1 shorcut opens offcial website
This commit is contained in:
parent
fa0404117f
commit
d3c780a3a5
1
NEWS.md
1
NEWS.md
|
@ -2,6 +2,7 @@ Red Panda C++ Version 1.0.4
|
|||
- fix: hide function tips, when move or resize the main window
|
||||
- enhancement: add help link for regular expression in search dialog
|
||||
- enhancement: remember current problem set's filename
|
||||
- enhancement: F1 shorcut opens offcial website
|
||||
|
||||
Red Panda C++ Version 1.0.3
|
||||
- fix: when oj problem grabbed by competitive companion received,
|
||||
|
|
|
@ -7256,7 +7256,7 @@ void MainWindow::on_actionGit_Restore_triggered()
|
|||
void MainWindow::on_actionWebsite_triggered()
|
||||
{
|
||||
if (pSettings->environment().language()=="zh_CN") {
|
||||
QDesktopServices::openUrl(QUrl("https://royqh1979.gitee.io/redpandacpp/"));
|
||||
QDesktopServices::openUrl(QUrl("https://royqh1979.gitee.io/redpandacpp/docsy/docs/"));
|
||||
} else {
|
||||
QDesktopServices::openUrl(QUrl("https://sourceforge.net/projects/redpanda-cpp/"));
|
||||
}
|
||||
|
|
|
@ -2953,6 +2953,9 @@
|
|||
<property name="text">
|
||||
<string>Website</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>F1</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionGit_Branch">
|
||||
<property name="text">
|
||||
|
|
Loading…
Reference in New Issue