Interface TextMode

Index

Methods

Methods

public autoOutdent(state: any, doc: any, row: any): any

Parameters

  • state: any
  • doc: any
  • row: any

Returns

any

public checkOutdent(state: any, line: any, input: any): boolean

Parameters

  • state: any
  • line: any
  • input: any

Returns

boolean

public createModeDelegates(mapping: any): any

Parameters

  • mapping: any

Returns

any

public createWorker(session: any): any

Parameters

  • session: any

Returns

any

public getNextLineIndent(state: any, line: any, tab: any): string

Parameters

  • state: any
  • line: any
  • tab: any

Returns

string

public getTokenizer(): any

Returns

any

public toggleCommentLines(state: any, doc: any, startRow: any, endRow: any): any

Parameters

  • state: any
  • doc: any
  • startRow: any
  • endRow: any

Returns

any

public transformAction(state: any, action: any, editor: any, session: any, param: any): any

Parameters

  • state: any
  • action: any
  • editor: any
  • session: any
  • param: any

Returns

any