org.radrails.rails.internal.ui.editors.ruby
Class RubyDocumentSetupParticipant

java.lang.Object
  extended byorg.radrails.rails.internal.ui.editors.ruby.RubyDocumentSetupParticipant
All Implemented Interfaces:
org.eclipse.core.filebuffers.IDocumentSetupParticipant

public class RubyDocumentSetupParticipant
extends java.lang.Object
implements org.eclipse.core.filebuffers.IDocumentSetupParticipant

Document setup participant for the Ruby source editor. Uses a FastPartitioner to partition the document, and a basic RuleBasedPartitionScanner.

Author:
mkent

Constructor Summary
RubyDocumentSetupParticipant()
           
 
Method Summary
 void setup(org.eclipse.jface.text.IDocument document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyDocumentSetupParticipant

public RubyDocumentSetupParticipant()
Method Detail

setup

public void setup(org.eclipse.jface.text.IDocument document)
Specified by:
setup in interface org.eclipse.core.filebuffers.IDocumentSetupParticipant