SECEditFindReplaceDlg::SECEditFindReplaceAction

enum SECEditFindReplaceDlg {
	secFR_IsTerminating,
	secFR_FindNext,
	secFR_MarkAll,
	secFR_ReplaceCurrent,
	secFR_ReplaceAll,
};

Find/Replace actions

Defined in: SECEditFindReplaceDlg.h

Members

secFR_IsTerminating

Find/replace dialog is terminating (cancelled)

secFR_FindNext

Find next occurrance of the find string

secFR_MarkAll

Mark all occurrances of the find string

secFR_ReplaceCurrent

Replace the current word with the replace string

secFR_ReplaceAll

Replace all occurrances with the replace string