Showing 6,856 of 14,752 total issues
Function togglePhraseModifier
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function togglePhraseModifier(stream, state, phraseModifier, closeRE, openSize) {
- Create a ticketCreate a ticket
Function Context
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function Context(indented, column, type, align, prev) {
- Create a ticketCreate a ticket
Function coordsCharInner
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function coordsCharInner(cm, lineObj, lineNo$$1, x, y) {
- Create a ticketCreate a ticket
Function endOfLine
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function endOfLine(visually, cm, lineObj, lineNo, dir) {
- 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 skipAtomic
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function skipAtomic(doc, pos, oldPos, bias, mayClear) {
- Create a ticketCreate a ticket
Function replaceRange
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function replaceRange(doc, code, from, to, origin) {
- 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 insertLineWidgetsFor
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function insertLineWidgetsFor(cm, line, lineView, dims, allowAbove) {
- 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 markTextShared
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function markTextShared(doc, from, to, options, type) {
- 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 findPosH
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function findPosH(doc, pos, dir, unit, visually) {
- Create a ticketCreate a ticket
Function charCoords
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function charCoords(cm, pos, context, lineObj, bias) {
- 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 handleMappedButton
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function handleMappedButton(cm, button, pos, repeat, event) {
- Create a ticketCreate a ticket
Function conflictingCollapsedRange
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function conflictingCollapsedRange(doc, lineNo$$1, from, to, marker) {
- 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 PosWithInfo
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function PosWithInfo(line, ch, sticky, outside, xRel) {
- Create a ticketCreate a ticket
Function measureCharPrepared
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function measureCharPrepared(cm, prepared, ch, bias, varHeight) {
- Create a ticketCreate a ticket