mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #3407 from hpwamr/mui
+ Upd: Version files and Changes.txt
This commit is contained in:
commit
813043257f
@ -33,13 +33,14 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.429.(build_#) (2021-04-29)
|
||||
Current BETA/RC Version 5.21.506.(build_#) (2021-06-06)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
NEW:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.506.1]- Base64 Encoding/Decoding.
|
||||
[.428.1]- Custom ChooseColor resource definition.
|
||||
[.426.1]- Prepare Application Manifest for to grant Identity for non-package desktop apps.
|
||||
[.425.1]- Add file/dir exists/not-found to hyperlink tooltip (if file-url).
|
||||
@ -176,6 +177,7 @@ FIXES:
|
||||
REMOVED:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[.506.1]- "fontsValid" extension (closer to default scintilla code base).
|
||||
[.420.1]- Remove useless font stretch handling.
|
||||
[.419.2]- Removing the font-style string for font selection.
|
||||
[.411.1]- Remove deprecated WinXP support (no horiz. mouse wheel).
|
||||
|
||||
@ -1 +1 @@
|
||||
429
|
||||
506
|
||||
|
||||
@ -3,14 +3,14 @@
|
||||
== This .txt file is intended for Translators to communicate to them the Line Mumbers of the ==
|
||||
== "Added/Modified" items in the Resource files ("xx_yy.rc" and "grepWinNP3.lang"). ==
|
||||
== ==
|
||||
== Latest update: "April 2021" on 2021-04-29 ==
|
||||
== Latest update: "May 2021" on 2021-05-06 ==
|
||||
====================================================================================================
|
||||
|
||||
March 2021: Line numbers to translate_2021-03.png - https://workupload.com/file/MrtH6U2RhKC
|
||||
|
||||
April 2021: Line numbers to translate_2021-04.png - https://workupload.com/file/jcbdVpEBCfr (updated)
|
||||
|
||||
May 2021: Line numbers to translate_2021-05.png -
|
||||
May 2021: Line numbers to translate_2021-05.png - https://workupload.com/file/fW35WNxMa5y (updated)
|
||||
|
||||
June 2021: Line numbers to translate_2021-06.png -
|
||||
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Ta&bifiseer Inkeep\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "On-Tabi&fiseer Inkeep\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "URL Kod&eer\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URL &Dekodeer\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Lêerstelselpad na URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Т&абуляцыя замест прабелаў у водступах\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Пра&белы замест табуляцыі ў водступах\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Ка&даваць URL\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "Д&экадаваць URL\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Сістэмны шлях у URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Μετατροπή διαστημάτων εσο&χής σε στηλοθέτες\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Μετατροπή στηλοθετών εσ&οχής σε διαστήματα\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Κ&ωδικοποίηση URL\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "&Αποκωδικοποίηση URL\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Διαδρομή συστήματος αρχείων σε URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Ta&bify Indent\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Untabi&fy Indent\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "URL &Encode\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URL &Decode\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "File System Path to URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Ta&bular la sangría\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Destabular la &sangría\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Codificar", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decodificar", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Codificar URL\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "D&ecodificar URL\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Ruta sistema-archivos como URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Ta&bular la sangría\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Destabular la &sangría\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Codificar", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decodificar", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Codificar URL\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "D&ecodificar URL\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Ruta sistema-archivos como URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Ta&buler le Retrait\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Détabuler le R&etrait\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encodage", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Décodage", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&URL Encodage\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URL &Décodage\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Chemin système-fichiers comme URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "इंडेंट Tabify करें (&A)\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "इंडेंट Untabify करें (&F)\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "URL एन्कोड (&E)\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URL डिकोड (&D)\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "File System Path to URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Behúzás Tab&ulátorrá\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Behúzás Tab-m&entes\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&URL bekódolás\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "U&RL kikódolás\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Fájlrendszer útvonal URL-re", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Ta&bify Indent\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Untabi&fy Indent\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "URL &Encode\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URL &Decode\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "File System Path to URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Indentazione: Spazi -> Ta&b\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Indentazione: Tab -> Spa&zi\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&URL Encode\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URL &Decode\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Da Percorso di File System a URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "インデントをタブに\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "インデントを空白に\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "URLエンコード(&E)\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URLデコード(&D)\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "ファイルシステムのパスをURLへ", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "들여쓰기 탭 지정(&B)\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "들여쓰기 탭 해제(&F)\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "URL 인코딩(&E)\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URL 디코딩(&D)\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "URL에 대한 파일 시스템 경로", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Ta&b inspringen\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Untab ins&pringen\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&URL Encode\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URL &Decode\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Bestands-systeem pad als URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Wcięcia tabulatorami\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Wcięcia spacjami\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Koduj URL\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "Dekoduj URL\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Ścieżka systemu plików do URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Ta&bular Indentação\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Destabu&lar Indentação\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Codificar &URL\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "&Decodificar URL\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Caminho do Arquivo do Sistema para URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Ta&bular indentação\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Remover tabulação da indentação\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Codificar &URL\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "&Descodificar URL\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Caminho do sistema de ficheiros para URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Т&абуляции вместо пробелов в отступах\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Про&белы вместо табуляции в отступах\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Ко&дировать URL\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "Дек&одировать URL\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Системный путь в URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Ta&bify odsadenie\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Untabi&fy odsadenie\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "&Kódovať URL\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "&Dekódovať URL\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Systémová cesta súboru na URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Konvertera indrag till tab\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Ta bort tab för indrag\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "URL-kodning\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "Ta bort URL-kodning\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "Filsystemets sökväg till URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Ta&bify Indent\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Untabi&fy Indent\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "URL &Encode\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URL &Decode\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "File System Path to URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "Ta&bify Indent\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "Untabi&fy Indent\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "URL &Encode\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URL &Decode\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "File System Path to URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "转换行首空格为制表符(&B)\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "转换行首制表符为空格(&F)\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "URL 编码(&E)\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URL 解码(&D)\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "转换文件路径为 URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -263,6 +263,9 @@ BEGIN
|
||||
MENUITEM "轉換行首空格為TAB(&B)\tCtrl+Alt+T", IDM_EDIT_CONVERTSPACES2
|
||||
MENUITEM "轉換行首TAB為空格(&F)\tCtrl+Alt+S", IDM_EDIT_CONVERTTABS2
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Base&64 Encode", IDM_EDIT_BASE64ENCODE
|
||||
MENUITEM "Base6&4 Decode", IDM_EDIT_BASE64DECODE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "URL 編碼(&E)\tCtrl+Shift+E", IDM_EDIT_URLENCODE
|
||||
MENUITEM "URL 解碼(&D)\tCtrl+Shift+R", IDM_EDIT_URLDECODE
|
||||
MENUITEM "File System Path to URL", IDM_EDIT_PATH2URL
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.429.1"
|
||||
version="5.21.506.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 beta</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 429
|
||||
#define VERSION_REV 506
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 502
|
||||
#define LEXILLA_VER 502
|
||||
|
||||
Loading…
Reference in New Issue
Block a user