|
|
@ -2584,6 +2584,9 @@ void FindReplaceDlg::findAllIn(InWhat op)
|
|
|
|
char ptrword[sizeof(void*)*2+1];
|
|
|
|
char ptrword[sizeof(void*)*2+1];
|
|
|
|
sprintf(ptrword, "%p", &_pFinder->_markingsStruct);
|
|
|
|
sprintf(ptrword, "%p", &_pFinder->_markingsStruct);
|
|
|
|
_pFinder->_scintView.execute(SCI_SETPROPERTY, reinterpret_cast<WPARAM>("@MarkingsStruct"), reinterpret_cast<LPARAM>(ptrword));
|
|
|
|
_pFinder->_scintView.execute(SCI_SETPROPERTY, reinterpret_cast<WPARAM>("@MarkingsStruct"), reinterpret_cast<LPARAM>(ptrword));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//enable "Search Results Window" under Search Menu
|
|
|
|
|
|
|
|
::EnableMenuItem(::GetMenu(_hParent), IDM_FOCUS_ON_FOUND_RESULTS, MF_ENABLED | MF_BYCOMMAND);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
::SendMessage(_pFinder->getHSelf(), WM_SIZE, 0, 0);
|
|
|
|
::SendMessage(_pFinder->getHSelf(), WM_SIZE, 0, 0);
|
|
|
|