示例#1
0
 protected override void FillItems(CustomItemsRequestEventArgs e)
 {
     LanguageService.GetCompletion(this, e.Items, this.Context);
 }
示例#2
0
 protected override void FillItems(CustomItemsRequestEventArgs e)
 {
     LanguageService.GetCompletion(this, e.Items, this.Context);
     AddStatementItems(e.Items);
     e.ShowOnlyCustomItems = true;
 }
 public void Reparse()
 {
     Parameters = LanguageService.ParseParameters(this.List);
 }