This method set the cursor position to the specific character position.
// go to 3 positions ahead... $scintilla->goto_pos($this->get_current_pos() + 3);