|
1 |
| -=<> GreenPad ver 1.20 |
2 |
| -=<> RamonUnch builds 2023/12/10 |
| 1 | +=<> GreenPad ver 1.21 |
| 2 | +=<> RamonUnch builds 2023/12/18 |
3 | 3 |
|
4 | 4 | <<What's This?>>
|
5 | 5 |
|
|
59 | 59 | * Fix more bugs, handle low memory situations better.
|
60 | 60 | * Optimize memory usage so that larger files can be loaded.
|
61 | 61 |
|
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)>> |
63 | 86 | < NEW >
|
64 | 87 | * Added UTF-EBCDIC, Unicode IBM encoding, both save and read.
|
65 | 88 | * Added F1 for contextual help, command line can be configured with the
|
|
0 commit comments