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