Beispiel #1
0
 void CharAdded(char c)
 {
     if (IsRubyFile())
     {
         textMonitor.CharAdded(c);
     }
 }