MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ReplaceCurrent

Method ReplaceCurrent

editor/ScriptEditorDlg.cpp:342–342  ·  view source on GitHub ↗

This only replaces the selected string with the replace_word

Source from the content-addressed store, hash-verified

340
341// This only replaces the selected string with the replace_word
342void CScriptEditorDlg::ReplaceCurrent(char *replace_word) { ReplaceSelected(replace_word); }
343
344// This function moves the caret to the position specified in index
345void CScriptEditorDlg::SetCurrentIndex(int index) {

Callers 1

OnFindReplaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected