[Knode-devel] kdepim/knode
Laurent Montel
montel at kde.org
Thu Apr 8 19:28:48 CEST 2004
CVS commit by mlaurent:
Add findnext action
M +5 -0 kncomposer.cpp 1.192
M +1 -0 kncomposer.h 1.67
--- kdepim/knode/kncomposer.cpp #1.191:1.192
@@ -241,4 +241,5 @@ KNComposer::KNComposer(KNLocalArticle *a
KStdAction::find(v_iew->e_dit, SLOT(slotFind()), actionCollection());
+ KStdAction::findNext(v_iew->e_dit, SLOT(slotSearchAgain()), actionCollection());
KStdAction::replace(v_iew->e_dit, SLOT(slotReplace()), actionCollection());
@@ -2153,4 +2154,8 @@ void KNComposer::Editor::slotFind()
}
+void KNComposer::Editor::slotSearchAgain()
+{
+ repeatSearch();
+}
void KNComposer::Editor::slotReplace()
--- kdepim/knode/kncomposer.h #1.66:1.67
@@ -266,4 +266,5 @@ class KNComposer::Editor : public KEdit
void slotPasteAsQuotation();
void slotFind();
+ void slotSearchAgain();
void slotReplace();
void slotAddQuotes();
More information about the Knode-devel
mailing list