def _get_position_in_block(self):
        tc = self.textCursor()
        position = tc.positionInBlock() - 3
        return position