| 725 | } |
| 726 | |
| 727 | int TextEditor::wordStartPositoin(int position) |
| 728 | { |
| 729 | return static_cast<int>(SendScintilla(SCI_WORDSTARTPOSITION, static_cast<ulong>(position), true)); |
| 730 | } |
| 731 | |
| 732 | int TextEditor::wordEndPosition(int position) |
| 733 | { |
no outgoing calls
no test coverage detected