Skip to content

Commit 201e5bb

Browse files
authored
Update readme to 1.21
1 parent f1d6e38 commit 201e5bb

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

readme.txt

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
=<> GreenPad ver 1.20
2-
=<> RamonUnch builds 2023/12/10
1+
=<> GreenPad ver 1.21
2+
=<> RamonUnch builds 2023/12/18
33

44
<<What's This?>>
55

@@ -59,7 +59,30 @@
5959
* Fix more bugs, handle low memory situations better.
6060
* Optimize memory usage so that larger files can be loaded.
6161

62-
<<What's New in 1.20 (by RamonUnch, 2023/12/10)>>
62+
<<What's New in 1.21 (by RamonUnch, 2023/12/18)>>
63+
< NEW >
64+
* Ability to insert Unicode code-point with Ctrl+I shortcut.
65+
Default format is hexa, you can use decimal with a dot '.' prefix
66+
or octal with the 'o' or 'O' prefix. Example: C9 = xC9 = .201 = o311
67+
and will input the LATIN CAPITAL LETTER E WITH ACUTE.
68+
* Loosen even more the code-page selection if a string is directly typed.
69+
* Selection width (if single line) or selection height will be now
70+
displayed in the Unicode code-point section of the status-bar.
71+
* Jump dialog now can handle relative movements and can also handle column
72+
selection, use '+10' to go down 10 lines, 3,8 goes to line 3 col 8 etc.
73+
* Edit menu was re-organized with a Modify sub-menu.
74+
* Ctrl+B will go to next quote if a quote is at the left of the cursor.
75+
* Added WM_UNICHAR handler.
76+
77+
< FIXED >
78+
* Crash when using long path file name and trying to open the save dialog.
79+
* Crash on Windows 95 when a file contains U+FFFF. #178
80+
* Fix multi-line comment when start and end strings are the same (Python).
81+
* Fixed quick ASCII auto detection
82+
* Fixed internal UTF7 writer to comply with RFC 2152 + rule 3 (1997).
83+
* Fixed the ASCII character width for builds targeting NT3.1/Win32s.
84+
85+
<<What's New in 1.20 (by RamonUnch, 2023/11/12)>>
6386
< NEW >
6487
* Added UTF-EBCDIC, Unicode IBM encoding, both save and read.
6588
* Added F1 for contextual help, command line can be configured with the

0 commit comments

Comments
 (0)