|
|
@ -309,13 +309,14 @@ void TDEFileReplacePart::slotQuickStringsAdd()
|
|
|
|
|
|
|
|
|
|
|
|
m_view->slotQuickStringsAdd(map[1],map[3]);
|
|
|
|
m_view->slotQuickStringsAdd(map[1],map[3]);
|
|
|
|
|
|
|
|
|
|
|
|
//if search-only mode == true and search-now mode == true then
|
|
|
|
//if search-only mode == true and search-now mode == true then search string
|
|
|
|
//search string
|
|
|
|
if (map[0] == "N")
|
|
|
|
if(map[0] == "N")
|
|
|
|
{
|
|
|
|
if(m_option->m_searchingOnlyMode)
|
|
|
|
if (m_option->m_searchingOnlyMode)
|
|
|
|
slotSearchingOperation();
|
|
|
|
slotSearchingOperation();
|
|
|
|
else
|
|
|
|
else
|
|
|
|
slotReplacingOperation();
|
|
|
|
slotReplacingOperation();
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void TDEFileReplacePart::slotStringsDeleteItem()
|
|
|
|
void TDEFileReplacePart::slotStringsDeleteItem()
|
|
|
|