reactos/base/applications/notepad
Katayama Hirofumi MZ 8c7233e015
[NOTEPAD] Fix NOTEPAD_FindTextAt (#5103)
The whole-word search of Notepad had a bug around punctuation. For example, the text "Windows" didn't match in the text "MS-DOS,Windows,ReactOS". Use _istalnum instead of _istspace. Fix the position to check. _istalnum matches an alphabet letter or numeric digit. CORE-18837
2023-03-01 19:57:10 +09:00
..
lang [NOTEPAD] Shift+F3 for backward search (#5101) 2023-03-01 07:16:28 +09:00
res Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
CMakeLists.txt [NOTEPAD] Duplicate notepad.exe in SystemRoot. CORE-16003 (#1555) 2019-05-05 19:48:37 +02:00
dialog.c [NOTEPAD] Shift+F3 for backward search (#5101) 2023-03-01 07:16:28 +09:00
dialog.h [NOTEPAD] Shift+F3 for backward search (#5101) 2023-03-01 07:16:28 +09:00
license.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
main.c [NOTEPAD] Fix NOTEPAD_FindTextAt (#5103) 2023-03-01 19:57:10 +09:00
main.h [NOTEPAD] Shift+F3 for backward search (#5101) 2023-03-01 07:16:28 +09:00
notepad.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
notepad_res.h [NOTEPAD] Shift+F3 for backward search (#5101) 2023-03-01 07:16:28 +09:00
rsrc.rc [NOTEPAD] Fix Croatian (hr-HR) resource file 2022-02-23 18:34:48 +03:00
settings.c [NOTEPAD] Avoid half-initialized status of settings (#5078) 2023-02-21 09:22:41 +09:00
text.c [NOTEPAD] Make "UTF-8 without BOM" default (#5081) 2023-02-20 21:59:16 +09:00