Class: Glimmer::LibUI::CustomControl::CodeArea
- Inherits:
 - 
      Object
      
        
- Object
 - Glimmer::LibUI::CustomControl::CodeArea
 
 
- Includes:
 - Glimmer::LibUI::CustomControl
 
- Defined in:
 - lib/glimmer/libui/custom_control/code_area.rb
 
Constant Summary collapse
- REGEX_COLOR_HEX6 =
 /^#([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/
Instance Attribute Summary collapse
- 
  
    
      #syntax_highlighter  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute syntax_highlighter.
 
Attributes included from Glimmer::LibUI::CustomControl
#args, #body_root, #content, #keyword, #libui, #options, #parent, #parent_proxy, #slot_controls
Method Summary
Methods included from Glimmer::LibUI::CustomControl
add_custom_control_namespaces_for, after_body, before_body, body, #can_handle_listener?, custom_control_namespaces, custom_controls_being_interpreted, def_option_attr_accessors, flyweight_custom_control_classes, for, #handle_listener, #has_instance_method?, #initialize, keyword, namespaces_for_class, #observer_registrations, option, options, #post_add_content, #post_initialize_child, reset_custom_control_namespaces, shortcut_keyword
Instance Attribute Details
#syntax_highlighter ⇒ Object (readonly)
Returns the value of attribute syntax_highlighter.
      42 43 44  | 
    
      # File 'lib/glimmer/libui/custom_control/code_area.rb', line 42 def syntax_highlighter @syntax_highlighter end  |