mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 02:43:09 +00:00
[NOTEPAD] Improve UTF-8 encoding support and improve status bar (#4649)
- Add write support for UTF-8 without BOM. - Add "UTF-8 with BOM" encoding to the "Save As" dialog. - Show line endings and encoding on the status bar (like Notepad in Windows 10). - Remove ignored WS_EX_STATICEDGE - Add grip to the status window. Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
This commit is contained in:
parent
6b70fff808
commit
d73b6cedf2
45 changed files with 152 additions and 26 deletions
|
@ -46,6 +46,7 @@ VOID DIALOG_GoTo(VOID);
|
|||
VOID DIALOG_SelectFont(VOID);
|
||||
|
||||
VOID DIALOG_ViewStatusBar(VOID);
|
||||
VOID DIALOG_StatusBarAlignParts(VOID);
|
||||
VOID DIALOG_StatusBarUpdateCaretPos(VOID);
|
||||
|
||||
VOID DIALOG_HelpContents(VOID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue