mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
- single line edit control do not allow to set tab width ?
This commit is contained in:
parent
e305590f43
commit
fac3063391
@ -4357,6 +4357,9 @@ INT_PTR CALLBACK EditFindReplaceDlgProcW(HWND hwnd,UINT umsg,WPARAM wParam,LPARA
|
||||
|
||||
// Get the current code page for Unicode conversion
|
||||
UINT uCPEdit = Encoding_SciGetCodePage(hwndEdit);
|
||||
|
||||
//const WORD wTabSpacing = (WORD)SendMessage(lpefr->hwnd, SCI_GETTABWIDTH, 0, 0);; // dialog box units
|
||||
//SendDlgItemMessage(hwnd, IDC_FINDTEXT, EM_SETTABSTOPS, 1, (LPARAM)&wTabSpacing);
|
||||
|
||||
// Load MRUs
|
||||
WCHAR tch2[FNDRPL_BUFFER] = { L'\0' };
|
||||
@ -4369,6 +4372,8 @@ INT_PTR CALLBACK EditFindReplaceDlgProcW(HWND hwnd,UINT umsg,WPARAM wParam,LPARA
|
||||
SendDlgItemMessage(hwnd,IDC_REPLACETEXT,CB_ADDSTRING,0,(LPARAM)tch2);
|
||||
}
|
||||
|
||||
|
||||
|
||||
if (!bSwitchedFindReplace)
|
||||
{
|
||||
char *lpszSelection = NULL;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user