Package org.radrails.rails.internal.ui.editors.rhtml

Interface Summary
IRHTMLEditorColorConstants Color constants for the RHTML editor.
 

Class Summary
AttributeNameTagHandler Tag handler for attribute names.
AttributeValueTagHandler Tag handler for attribute values.
DefaultScanner Used to scan/color regular text.
EndTagHandler Tag handler for the end of an HTML tag.
HTMLCommentScanner Single token based scanner for HTML comments.
HTMLDocTypeScanner Single token based scanner for HTML doctype.
HTMLTagScanner Rule based scanner for HTML tags.
RHTMLActionContributor  
RHTMLCompletionProcessor Determines the code assist proposals.
RHTMLDocumentParticipant Document participant for the RHTML editor.
RHTMLEditor RHTML Editor
RHTMLEditorSourceViewerConfiguration RHTML Editor source viewer configuraiton
RHTMLFormatAction Action for formatting the editor.
RHTMLPartitionScanner Partition scanner for the RHTML editor.
RHTMLSourceViewer  
RHTMLWhiteSpaceDetector Whitespcae detector for the RHTML editor.
RubyExpressionDamagerRepairer Damager/repairer for Ruby expression blocks in RHTML files.
StartTagHandler Tag handler for the start of an HTML tag.
TagHandler Custom rule for tokenizing HTML tags.
TagRule Added to take care of instances where ERB tags are inside values of HTML tags.