Showing 361 of 361 total issues
Function countColumn
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function countColumn(string, end, tabSize, startIndex, startValue) {
Function setSelection
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function setSelection(doc, anchor, head, bias, checkAtomic) {
Function updateDoc
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function updateDoc(doc, change, markedSpans, selAfter, estimateHeight) {
Function change
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
change: function(cm, operatorArgs, _vim, curStart, curEnd) {
Function kill
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function kill(cm, from, to, mayGrow, text) {
Function cursorCoords
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function cursorCoords(cm, pos, context, lineObj, measurement) {
Function calculateScrollPos
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function calculateScrollPos(cm, x1, y1, x2, y2) {
Function replaceRange
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function replaceRange(doc, code, from, to, origin) {
Function markText
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function markText(doc, from, to, options, type) {
Function moveToWord
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function moveToWord(cm, repeat, forward, wordEnd, bigWord) {
Function findWord
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function findWord(cm, cur, forward, bigWord, emptyLineIsWord) {
Function measureChar
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function measureChar(cm, line, ch, data, bias) {
Function delete
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
'delete': function(cm, operatorArgs, _vim, curStart, curEnd) {
Function findPosH
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function findPosH(doc, pos, dir, unit, visually) {
Function expandWordUnderCursor
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function expandWordUnderCursor(cm, inclusive, _forward, bigWord, noSymbol) {
Function addWidget
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
addWidget: function(pos, node, scroll, vert, horiz) {
Function gutterEvent
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function gutterEvent(cm, e, type, prevent, signalfn) {
Function scrollIntoView
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function scrollIntoView(cm, x1, y1, x2, y2) {
Function patchDisplay
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function patchDisplay(cm, from, to, intact, updateNumbersFrom) {
Function charCoords
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function charCoords(cm, pos, context, lineObj, bias) {