Merge remote-tracking branch 'notepad3_orig_rizone/master' into Dev_RC1

This commit is contained in:
Rainer Kottenhoff 2021-04-20 21:52:07 +02:00
commit 64ae440fa3
9 changed files with 48 additions and 118 deletions

View File

@ -33,14 +33,18 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA/RC Version 5.21.419.(build_#) (2021-04-19)
Current BETA/RC Version 5.21.420.(build_#) (2021-04-20)
========================================================
--------------------------------------------------------
NEW:
--------------------------------------------------------
[.###.#]- .
[.419.3]- add font weights retina(450), semi-light(350) and extra-black(950).
[.420.1]- TXT file for Translators to comunicate Line Mumbers of the "Added/Modified" strings.
[.420.1]- Code Color for the "Change date" of the "Added/Modified" strings to translate".
[.420.1]- More intermediate font weight constants added.
[.420.1]- Remove useless font stretch handling.
[.419.3]- Add font weights retina(450), semi-light(350) and extra-black(950).
[.419.2]- Line Comment Add/Remove commands, additonal to existing Toggle.
[.415.1]- Cut lines for rectangular and multi selection.
[.412.1]- Use 'Ctrl+' key to force dropping files into new instance (Ctrl+ for new instance).
@ -102,6 +106,7 @@ CHANGES:
FIXES:
--------------------------------------------------------
[.###.#]- .
[.420.1]- Copy multi-selection to clipboard: separate each match by line-break.
[.419.1]- Apply provided Scintilla patch.
[.419.1]- Stream comment for .AU3 files.
[.419.1]- "grepWinNP3": fix compiler warning Release Win32 (GRE).
@ -148,6 +153,7 @@ FIXES:
REMOVED:
--------------------------------------------------------
[.###.#]- .
[.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).
[.311.1]- Obsolete SCI_LEXER preproc symbol / no need to link lexers in Scintilla.

View File

@ -1 +1 @@
3
1

View File

@ -1 +1 @@
419
420

View File

@ -1,111 +0,0 @@
<!DOCTYPE html>
<!-- encoding=utf-8 tab-width=4 c-basic-indent=4 indent-tabs-mode=1 -->
<!-- COLOR NAMES: https://en.wikipedia.org/wiki/Web_colors#HTML_color_names -->
<html lang="en">
<head>
<title>Line Numbers to Translate</title>
</head>
<body>
<!-- Here is a paragraph for browser display -->
<p>This is my first attempt at creating a Web page. I don't quite understand
yet what I'm doing, but its seems easy enough. Perhaps when I learn a few
more HTML tags and CSS styles I'll start feeling comfortable and will begin dazzling
you with my skills.</p>
<style type="text/css">
table {border:ridge 2px grey;}
table caption {font:bold 14pt arial; background-color:gold; color:navy;}
table th {border:inset 1px #000; padding:10px; font:bold 11pt arial; background-color:CornSilk; color:navy;}
table th#GWNP3 {color:Purple;}
table th#DATE {color:red;}
table tr {font: 10pt arial; text-align:center; }
table tr#ROW00 {background-color:white;}
table tr#ROW01 {background-color:LightCyan;}
table tr#ROW02 {background-color:white;}
table tr#ROW03 {background-color:LightCyan;}
table tr#ROW04 {background-color:white;}
table td {border:inset 1px #000;}
table td#CELL017 {background-color:LightGreen;}
table td#CELL027 {background-color:LightSteelBlue;}
table td#CELL037 {background-color:Yellow;}
table td#CELL047 {background-color:LightSalmon;}
table td#CELL014 {background-color:LightGreen;}
.small{ height:16px; }
.big{ height:32px; }
}
}
</style>
<table>
<caption>Line numbers of the text to be translated</caption>
<tr class="small" id="ROW00">
<td id="CELL001">Cell 0.1</td>
<td id="CELL002">Cell 0.2</td>
<td id="CELL003">Cell 0.3</td>
<td id="CELL004">Cell 0.3</td>
<td id="CELL005">Cell 0.5</td>
<td id="CELL006">Cell 0.6</td>
<td id="CELL007">Cell 0.7</td>
</tr>
<tr id="HEADER">
<th>dialogs_xx_yy</th>
<th>menue_xx_yy</th>
<th>strings_xx_yy</th>
<th>(optional)<br>encode_xx_yy</th>
<th>(optional)<br>lexer_xx_yy</th>
<th id="GWNP3">(search tool)<br>grepWinNP3</th>
<th id="DATE">Change date</th>
</tr>
<tr class="big" id="ROW01">
<td id="CELL011">Cell 1.1</td>
<td id="CELL012">Cell 1.2</td>
<td id="CELL013">Cell 1.3</td>
<td id="CELL014">480</td>
<td id="CELL015">Cell 1.5</td>
<td id="CELL016">Cell 1.6</td>
<td id="CELL017">2021-04-04</td>
</tr>
<tr class="big" id="ROW02">
<td id="CELL021">Cell 2.1</td>
<td id="CELL022">Cell 2.2</td>
<td id="CELL023">Cell 2.3</td>
<td id="CELL024">Cell 2.4</td>
<td id="CELL025">Cell 2.5</td>
<td id="CELL026">Cell 2.6</td>
<td id="CELL027">2021-04-13</td>
</tr>
<tr class="big" id="ROW03">
<td id="CELL031">Cell 3.1</td>
<td id="CELL032">Cell 3.2</td>
<td id="CELL033">Cell 3.3</td>
<td id="CELL034">Cell 3.4</td>
<td id="CELL035">Cell 3.5</td>
<td id="CELL036">Cell 3.6</td>
<td id="CELL037">2021-04-19</td>
</tr>
<tr class="big" id="ROW04">
<td id="CELL041">Cell 4.1</td>
<td id="CELL042">Cell 4.2</td>
<td id="CELL043">Cell 4.3</td>
<td id="CELL044">Cell 4.4</td>
<td id="CELL045">Cell 4.5</td>
<td id="CELL046">Cell 4.6</td>
<td id="CELL047">Cell 4.7</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,35 @@
====================================================================================================
== ==
== 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"). ==
== ==
== Last update: 20/04/2021 ==
====================================================================================================
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/E7jnk9g7jKr
May 2021: Line numbers to translate_2021-05.png:
June 2021: Line numbers to translate_2021-06.png:
July 2021: Line numbers to translate_2021-07.png:
August 2021: Line numbers to translate_2021-08.png:
September 2021: Line numbers to translate_2021-09.png:
October 2021: Line numbers to translate_2021-10.png:
November 2021: Line numbers to translate_2021-11.png:
December 2021: Line numbers to translate_2021-12.png:
Comments and suggestions are welcome... 😃
If you have any difficulties or questions, do not hesitate to contact me.
hpwamr - MUI Coordinator
---------------------------------------------------------------------------------------------------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -3,7 +3,7 @@
<assemblyIdentity
name="Notepad3"
processorArchitecture="*"
version="5.21.419.3"
version="5.21.420.1"
type="win32"
/>
<description>Notepad3 beta</description>

View File

@ -8,8 +8,8 @@
#define SAPPNAME "Notepad3"
#define VERSION_MAJOR 5
#define VERSION_MINOR 21
#define VERSION_REV 419
#define VERSION_BUILD 3
#define VERSION_REV 420
#define VERSION_BUILD 1
#define SCINTILLA_VER 501
#define LEXILLA_VER 501
#define ONIGURUMA_REGEX_VER 6.9.6