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