mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-09-21 08:58:06 +02:00
1. Rename CFile to Win32_IO_File (plus some modification in class). 2. Add new method writeStr() in Win32_IO_File class to write "char*" & string. 3. Change method names of Utf8_16_Write class and make writeFile() method return accurate type (boolean). Close #10612