Showing 6,856 of 14,752 total issues
Function coordsCharInner
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function coordsCharInner(cm, lineObj, lineNo, x, y) {
- Create a ticketCreate a ticket
Function skipAtomic
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function skipAtomic(doc, pos, oldPos, bias, mayClear) {
- Create a ticketCreate a ticket
Function markText
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function markText(doc, from, to, options, type) {
- Create a ticketCreate a ticket
Function countColumn
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function countColumn(string, end, tabSize, startIndex, startValue) {
- Create a ticketCreate a ticket
Function extendSelection
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function extendSelection(doc, head, other, options, extend) {
- Create a ticketCreate a ticket
Function addWidget
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
addWidget: function(pos, node, scroll, vert, horiz) {
- Create a ticketCreate a ticket
Function applyTextInput
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function applyTextInput(cm, inserted, deleted, sel, origin) {
- Create a ticketCreate a ticket
Function conflictingCollapsedRange
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function conflictingCollapsedRange(doc, lineNo, from, to, marker) {
- Create a ticketCreate a ticket
Function domTextBetween
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function domTextBetween(cm, from, to, fromLine, toLine) {
- Create a ticketCreate a ticket
Function intoCoordSystem
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function intoCoordSystem(cm, lineObj, rect, context, includeWidgets) {
- Create a ticketCreate a ticket
Function insertLineWidgetsFor
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function insertLineWidgetsFor(cm, line, lineView, dims, allowAbove) {
- Create a ticketCreate a ticket
Function findPosH
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function findPosH(doc, pos, dir, unit, visually) {
- Create a ticketCreate a ticket
Function extendSelection
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function extendSelection(doc, head, other, options, extend) {
- Create a ticketCreate a ticket
Function countColumn
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function countColumn(string, end, tabSize, startIndex, startValue) {
- Create a ticketCreate a ticket
Function Doc
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
var Doc = function(text, mode, firstLine, lineSep, direction) {
- Create a ticketCreate a ticket
Function coordsCharInner
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function coordsCharInner(cm, lineObj, lineNo, x, y) {
- Create a ticketCreate a ticket
Function skipAtomicInner
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function skipAtomicInner(doc, pos, oldPos, dir, mayClear) {
- Create a ticketCreate a ticket
Function applyTextInput
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function applyTextInput(cm, inserted, deleted, sel, origin) {
- Create a ticketCreate a ticket
Function skipAtomic
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function skipAtomic(doc, pos, oldPos, bias, mayClear) {
- Create a ticketCreate a ticket
Function PosWithInfo
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function PosWithInfo(line, ch, sticky, outside, xRel) {
- Create a ticketCreate a ticket