예제 #1
0
 public UpdateRunnable(HighlightingEditor editor)
 {
     _editor = editor;
 }
예제 #2
0
 public IndentationFilter(HighlightingEditor editor)
 {
     _editor = editor;
 }