On Sat, May 5, 2012 at 2:15 PM, carlo.bramix@libero.it < carlo.bramix@libero.it> wrote:
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
It's not going to be accepted as one big patch. It needs to be split. Also, are you the author of all the patches or are these other contributors for this?
J. Leclanche