[Programs] Notepad: sync with ReactOS notepad

carlo.bramix at libero.it carlo.bramix at libero.it
Sat May 5 08:15:34 CDT 2012


Attached patch synces the WINE's notepad with the improvements added into 
ReactOS' Notepad.

- Imported status bar implementation, it fixes Bug #18715. New menu voice has 
been introduced into the resource file.
This is the biggest part of the patch, that it caused to touch all files 
modified by the patch.
Other minor fixes included here are:

- Implemented GOTO function. Since its menu voice has been added into the 
resource file when adding support the statusbar, the related dialog box and the 
source code have been introduced too.

- Find/Replace functions have an extremely similar behavior, so the job can be 
implemented with a single function.

- Find and Find next commands must be grayed if there is not a text to search 
into.

- The "class" word is a reserved keyword in MSVC, so I also imported the fix 
into the creation of the class of the window: "class" has been replaced with 
"wndclass", no code change.

Sincerely,

Carlo Bramini
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: notepad.txt
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20120505/a27e7fe1/attachment-0001.txt>


More information about the wine-patches mailing list