Go to the source code of this file.
Functions |
| VOID | NOTEPAD_EnableSearchMenu () |
| VOID | SetFileName (LPCTSTR szFileName) |
| static int | NOTEPAD_MenuCommand (WPARAM wParam) |
| static BOOL | NOTEPAD_FindTextAt (FINDREPLACE *pFindReplace, LPCTSTR pszText, int iTextLength, DWORD dwPosition) |
| BOOL | NOTEPAD_FindNext (FINDREPLACE *pFindReplace, BOOL bReplace, BOOL bShowAlert) |
| static VOID | NOTEPAD_ReplaceAll (FINDREPLACE *pFindReplace) |
| static VOID | NOTEPAD_FindTerm (VOID) |
| static VOID | NOTEPAD_InitData (VOID) |
| static VOID | NOTEPAD_InitMenuPopup (HMENU menu, LPARAM index) |
| LRESULT CALLBACK | EDIT_WndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| static LRESULT WINAPI | NOTEPAD_WndProc (HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) |
| static int | AlertFileDoesNotExist (LPCTSTR szFileName) |
| static void | HandleCommandLine (LPTSTR cmdline) |
| int WINAPI | _tWinMain (HINSTANCE hInstance, HINSTANCE prev, LPTSTR cmdline, int show) |
Variables |
| NOTEPAD_GLOBALS | Globals |
| static ATOM | aFINDMSGSTRING |