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

Method ReplaceCurrent

editor/ScriptStudio.cpp:556–556  ·  view source on GitHub ↗

This only replaces the selected string with the replace_word

Source from the content-addressed store, hash-verified

554
555// This only replaces the selected string with the replace_word
556void CScriptStudio::ReplaceCurrent(char *replace_word) { ReplaceSelected(replace_word); }
557
558// This function moves the caret to the position specified in index
559void CScriptStudio::SetCurrentIndex(int index) {

Callers 1

OnFindReplaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected