Exemplo n.º 1
0
 public CompletionSource(CompletionSourceProvider provider, ITextBuffer textBuffer)
 {
     m_textBuffer = textBuffer;
     m_sourceProvider = provider;
     m_parseTreeCache = new ParseTreeCache();
     this.m_sourceTextCache = new SourceTextCache();
 }
Exemplo n.º 2
0
 public LuaFeatureContainer()
 {
     this.parseTreeCache = new ParseTreeCache();
     this.Formatter = new Formatter(this.parseTreeCache);
     this.Colourizer = new Colourizer(this.parseTreeCache);
     this.DiagnosticsProvider = new DiagnosticsProvider(this.parseTreeCache);
 }
Exemplo n.º 3
0
 public LuaFeatureContainer()
 {
     this.parseTreeCache      = new ParseTreeCache();
     this.Formatter           = new Formatter(this.parseTreeCache);
     this.Colourizer          = new Colourizer(this.parseTreeCache);
     this.DiagnosticsProvider = new DiagnosticsProvider(this.parseTreeCache);
 }