Set User Defined Languages online help to Notepad++ User Manual URL

Fix #13737
This commit is contained in:
Don Ho 2025-02-08 16:18:14 +01:00
parent b2152d983e
commit e094814133
6 changed files with 6 additions and 2 deletions

View File

@ -822,6 +822,7 @@ Translation note:
<Folder title="Folder &amp;&amp; Default">
<Item id="21101" name="Default style"/>
<Item id="21102" name="Styler"/>
<Item id="21103" name="User Defined Languages online help"/>
<Item id="21105" name="Documentation"/>
<Item id="21106" name="Fold &amp;compact (fold empty lines too)"/>
<Item id="21220" name="Folding in code 1 style"/>

View File

@ -822,6 +822,7 @@ Translation note:
<Folder title="Folder &amp;&amp; Default">
<Item id="21101" name="Default style"/>
<Item id="21102" name="Styler"/>
<Item id="21103" name="User Defined Languages online help"/>
<Item id="21105" name="Documentation"/>
<Item id="21106" name="Fold &amp;compact (fold empty lines too)"/>
<Item id="21220" name="Folding in code 1 style"/>

View File

@ -822,6 +822,7 @@ Translation note:
<Folder title="Relief syntaxique &amp;&amp; défaut">
<Item id="21101" name="Style par défaut"/>
<Item id="21102" name="Style"/>
<Item id="21103" name="Aide en ligne de Langage utilisateur"/>
<Item id="21105" name="Documentation"/>
<Item id="21106" name="Compacter le relief (pliage des lignes vides)"/>
<Item id="21220" name="Relief syntaxique mode 1"/>

View File

@ -781,6 +781,7 @@
<Folder title="摺疊設定與預設樣式">
<Item id="21101" name="預設樣式設定"/>
<Item id="21102" name="樣式"/>
<Item id="21103" name="自訂程式語言線上說明文件"/>
<Item id="21105" name="資訊與教程:"/>
<Item id="21106" name="最大化摺疊(包括空行)"/>
<Item id="21220" name="摺疊設定一:"/>

View File

@ -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);
}

View File

@ -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,