Searched refs:textOnNextLine (Results 1 – 2 of 2) sorted by relevance
15 …textOnNextLine=(textAfterCursor.match(/.*\n(.*)\n?/)||{})[1]||"",cursorLocation=this.get2DCursorLo… argument
22683 textOnNextLine = (textAfterCursor.match(/.*\n(.*)\n?/) || { })[1] || '',22706 cursorLocation, textOnNextLine, widthOfCharsOnSameLineBeforeCursor);22714 …_getIndexOnNextLine: function(cursorLocation, textOnNextLine, widthOfCharsOnSameLineBeforeCursor) { argument22722 for (var j = 0, jlen = textOnNextLine.length; j < jlen; j++) {22724 var _char = textOnNextLine[j],22746 indexOnNextLine = textOnNextLine.length;