Menu

binary property id

Alexey T.

Possible values of property id:

  • cSynPropLinesCount (Integer) - number of editor lines.
  • cSynPropTopLine (Integer) - index of top visible line.
  • cSynPropReadOnly (Bool) - read-only flag.
  • cSynPropLexer (String) - lexer name for current caret position.
  • cSynPropLexerForFile (String) - lexer name for entire file.
  • cSynPropLineEnds (String) - line endings: Chr(13)Chr(10) or Chr(13) or Chr(10).
  • cSynPropRightMargin (Integer) - position of right margin.
  • cSynPropTabSpaces (Bool) - tab-mode is spaces.
  • cSynPropTabSize (Integer) - tab size.
  • cSynPropWordWrap (Bool) - word-wrap is enabled.
  • cSynPropCodeFolding (Bool) - code-folding is enabled.
  • cSynPropNonPrintable (Bool) - non-printable chars are shown.
  • cSynPropLineNumbers (Bool) - line numbers are shown.
  • cSynPropTextLength (Integer) - entire text length.
  • cSynPropLineLength (Integer) - length of line (w/o line endings) with passed index.
  • cSynPropLineSpace (Integer) - length of line (with line endings) with passed index.

Related

Wiki: cActionGetProperty

MongoDB Logo MongoDB