private string ReplaceMethodWithColor(string s) { string[] ss = FormulaBase.GetAllNativeMethods(); return(ReplaceMethodWithColor(s, "#c08000", FormulaBase.GetAllNativeMethods(), true)); }