mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Merge branch 'Dev_RC' into Dev_LongPath
This commit is contained in:
commit
a16934b4e7
@ -33,7 +33,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
|
||||
|
||||
|
||||
========================================================
|
||||
Current BETA/RC Version 5.21.1109.(build_#) (2021-11-09)
|
||||
Current BETA/RC Version 5.21.1112.(build_#) (2021-11-12)
|
||||
========================================================
|
||||
|
||||
--------------------------------------------------------
|
||||
@ -69,6 +69,7 @@ CHANGES Versions in Tools or Libraries:
|
||||
FIXES:
|
||||
--------------------------------------------------------
|
||||
[.###.#]- .
|
||||
[1112.1]- Find/Repl dialog - empty search string should have no match (blue).
|
||||
[1030.1]- Wrong format for reporting number of replaced occurrences "In Selection".
|
||||
[1030.1]- "grepWinNP3" not intended switching file size search settings (GRE).
|
||||
[1023.1]- Key "Favorites=(path)" not added in "Setup" version.
|
||||
|
||||
@ -1 +1 @@
|
||||
1109
|
||||
1112
|
||||
|
||||
@ -127,7 +127,7 @@ BEGIN
|
||||
IDS_LEX_TOML_CFG "TOML"
|
||||
IDS_LEX_DART_SRC "Dartソースコード"
|
||||
IDS_LEX_KOTLIN_SRC "Kotlinソースコード"
|
||||
IDS_LEX_JULIA_SCR "Julia Script"
|
||||
IDS_LEX_JULIA_SCR "Juliaスクリプト"
|
||||
IDS_LEX_KIX_SCR "KiXtartスクリプト"
|
||||
END
|
||||
|
||||
|
||||
@ -170,8 +170,8 @@ BEGIN
|
||||
IDS_MUI_BUFFERTOOSMALL "この操作は実行できません。行が長すぎます。"
|
||||
IDS_MUI_FIND_WRAPFW "文書の最後に到達しました。先頭から検索しますか?"
|
||||
IDS_MUI_FIND_WRAPRE "文書の先頭に到達しました。終端から検索しますか?"
|
||||
IDS_MUI_NOTFOUND "No match found for specified search pattern."
|
||||
IDS_MUI_REPLCOUNT "%s occurrence(s) of specified search pattern replaced."
|
||||
IDS_MUI_NOTFOUND "指定の検索条件には一致しませんでした。"
|
||||
IDS_MUI_REPLCOUNT "一致する %s か所を指定の検索条件で置換しました。"
|
||||
IDS_MUI_ASK_ENCODING "他の文字コードに変換すると、未対応の文字は所定の文字に置換され、また「元に戻す」の履歴もリセットされます。\n変換を続行しますか?"
|
||||
IDS_MUI_ASK_ENCODING2 "空のファイルの文字コードを変更しようとしています。「元に戻す」の履歴もリセットされます。変更を続行しますか?"
|
||||
IDS_MUI_READONLY_SAVE "「%s」は読み取り専用です。別のファイル名で保存しますか?"
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<assemblyIdentity
|
||||
name="Rizonesoft.Notepad3"
|
||||
processorArchitecture="*"
|
||||
version="5.21.1109.1"
|
||||
version="5.21.1112.1"
|
||||
type="win32"
|
||||
/>
|
||||
<description>Notepad3 rc</description>
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#define SAPPNAME "Notepad3"
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 21
|
||||
#define VERSION_REV 1109
|
||||
#define VERSION_REV 1112
|
||||
#define VERSION_BUILD 1
|
||||
#define SCINTILLA_VER 511
|
||||
#define LEXILLA_VER 511
|
||||
|
||||
Loading…
Reference in New Issue
Block a user