From e09481413389ac0b3819ee2e5faccbf53e819586 Mon Sep 17 00:00:00 2001 From: Don Ho Date: Sat, 8 Feb 2025 16:18:14 +0100 Subject: [PATCH] Set User Defined Languages online help to Notepad++ User Manual URL Fix #13737 --- PowerEditor/installer/nativeLang/english.xml | 1 + PowerEditor/installer/nativeLang/english_customizable.xml | 1 + PowerEditor/installer/nativeLang/french.xml | 1 + PowerEditor/installer/nativeLang/taiwaneseMandarin.xml | 1 + PowerEditor/src/ScintillaComponent/UserDefineDialog.cpp | 2 +- PowerEditor/src/ScintillaComponent/UserDefineDialog.rc | 2 +- 6 files changed, 6 insertions(+), 2 deletions(-) diff --git a/PowerEditor/installer/nativeLang/english.xml b/PowerEditor/installer/nativeLang/english.xml index bc9bb4ba1..687e95840 100644 --- a/PowerEditor/installer/nativeLang/english.xml +++ b/PowerEditor/installer/nativeLang/english.xml @@ -822,6 +822,7 @@ Translation note: + diff --git a/PowerEditor/installer/nativeLang/english_customizable.xml b/PowerEditor/installer/nativeLang/english_customizable.xml index 221237baa..9998e4566 100644 --- a/PowerEditor/installer/nativeLang/english_customizable.xml +++ b/PowerEditor/installer/nativeLang/english_customizable.xml @@ -822,6 +822,7 @@ Translation note: + diff --git a/PowerEditor/installer/nativeLang/french.xml b/PowerEditor/installer/nativeLang/french.xml index 9289993bf..25113a7de 100644 --- a/PowerEditor/installer/nativeLang/french.xml +++ b/PowerEditor/installer/nativeLang/french.xml @@ -822,6 +822,7 @@ Translation note: + diff --git a/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml b/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml index 9797eb9bf..cd9c13ced 100644 --- a/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml +++ b/PowerEditor/installer/nativeLang/taiwaneseMandarin.xml @@ -781,6 +781,7 @@ + diff --git a/PowerEditor/src/ScintillaComponent/UserDefineDialog.cpp b/PowerEditor/src/ScintillaComponent/UserDefineDialog.cpp index 5e62e0562..d784490ff 100644 --- a/PowerEditor/src/ScintillaComponent/UserDefineDialog.cpp +++ b/PowerEditor/src/ScintillaComponent/UserDefineDialog.cpp @@ -154,7 +154,7 @@ intptr_t CALLBACK FolderStyleDialog::run_dlgProc(UINT Message, WPARAM wParam, LP case WM_INITDIALOG: { _pageLink.init(_hInst, _hSelf); - _pageLink.create(::GetDlgItem(_hSelf, IDC_WEB_HELP_LINK), L"https://ivan-radic.github.io/udl-documentation/"); + _pageLink.create(::GetDlgItem(_hSelf, IDC_WEB_HELP_LINK), L"https://npp-user-manual.org/docs/user-defined-language-system/"); return SharedParametersDialog::run_dlgProc(Message, wParam, lParam); } diff --git a/PowerEditor/src/ScintillaComponent/UserDefineDialog.rc b/PowerEditor/src/ScintillaComponent/UserDefineDialog.rc index 5866e92bc..fd2e76710 100644 --- a/PowerEditor/src/ScintillaComponent/UserDefineDialog.rc +++ b/PowerEditor/src/ScintillaComponent/UserDefineDialog.rc @@ -24,7 +24,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN GROUPBOX "Documentation",IDC_WEB_HELP_DESCGROUP_STATIC,12,14,210,49 - CTEXT "https://ivan-radic.github.io/udl-documentation/",IDC_WEB_HELP_LINK,19,35,200,13 + CTEXT "User Defined Languages online help",IDC_WEB_HELP_LINK,19,35,200,13 PUSHBUTTON "Styler",IDC_DEFAULT_STYLER,87,94,54,14 GROUPBOX "Default style",IDC_DEFAULT_DESCGROUP_STATIC,12,71,210,49 CONTROL "Fold &compact (fold empty lines too)",IDC_FOLDER_FOLD_COMPACT,