parent
0681dd2590
commit
504b2d57f2
|
@ -220,6 +220,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
Emulator,
|
||||
Game);
|
||||
|
||||
InputBox.AutoCompleteCustomSource.Clear();
|
||||
InputBox.AutoCompleteCustomSource.AddRange(LuaImp.Docs.Where(static f => f.SuggestInREPL)
|
||||
.Select(static f => $"{f.Library}.{f.Name}")
|
||||
.ToArray());
|
||||
|
|
|
@ -50,7 +50,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
library: name,
|
||||
libraryDescription: libraryDesc,
|
||||
method,
|
||||
suggestInREPL: false
|
||||
suggestInREPL: instance != null
|
||||
);
|
||||
Docs.Add(libFunc);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue