Module SourceView2Enums

module SourceView2Enums: sig .. end
sourceView2 enums

type source_search_flag = [ `CASE_INSENSITIVE | `TEXT_ONLY | `VISIBLE_ONLY ] 
type source_smart_home_end_type = [ `AFTER | `ALWAYS | `BEFORE | `DISABLED ] 
type source_draw_spaces_flags = [ `LEADING | `NBSP | `NEWLINE | `SPACE | `TAB | `TEXT | `TRAILING ] 
type source_completion_activation_flags = [ `INTERACTIVE | `USER_REQUESTED ]