Class orion.editor.ContentAssistProviderInfo
				
				
			
				Encapsulates a content assist provider and its automatic triggers.
				
				
					
Defined in:  </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.editor/web/orion/editor/contentAssist.js>.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Field Attributes | Field Name and Description | 
|---|---|
| A regular expression matching the characters that, when typed,
will cause this provider to be activated automatically by the content assist engine. | |
| A regular expression matching the style names that are
exclusions to this provider's charTriggers matching. | |
| Unique ID of this provider. | |
| The actual content assist provider. | 
					Field Detail
				
				
					 
					
					
					{RegExp}
					charTriggers
					
					
					
						A regular expression matching the characters that, when typed,
will cause this provider to be activated automatically by the content assist engine.
						
						
					
					
					
						
						
						
						
					
					
					{RegExp}
					excludedStyles
					
					
					
						A regular expression matching the style names that are
exclusions to this provider's charTriggers matching.
						
						
					
					
					
						
						
						
						
					
					
					{String}
					id
					
					
					
						Unique ID of this provider.
						
						
					
					
					
						
						
						
						
					
					
					{orion.editor.ContentAssistProvider}
					provider
					
					
					
						The actual content assist provider.