Module SourceView3Enums

sourceView3 enums

type source_smart_home_end_type = [
  1. | `DISABLED
  2. | `BEFORE
  3. | `AFTER
  4. | `ALWAYS
]
type source_draw_spaces_flags = [
  1. | `SPACE
  2. | `TAB
  3. | `NEWLINE
  4. | `NBSP
  5. | `LEADING
  6. | `TEXT
  7. | `TRAILING
]
type source_completion_activation_flags = [
  1. | `INTERACTIVE
  2. | `USER_REQUESTED
]