1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-25 02:58:02 +02:00

Minor IDE changes

This commit is contained in:
Brian Fiete 2019-09-27 13:03:47 -07:00
parent be3c968e2b
commit 2ea5d31c37
15 changed files with 373 additions and 87 deletions

View file

@ -186,6 +186,11 @@ namespace IDE
public void Apply()
{
#if CLI
return;
#endif
#unwarn
String symbolServerPath = scope String()..Join("\n", mSymbolSearchPath.GetEnumerator());
if (mUseSymbolServers == .No)
{
@ -479,6 +484,11 @@ namespace IDE
public void Apply()
{
#if CLI
return;
#endif
#unwarn
gApp.mCommands.mKeyMap.Clear();
for (let entry in mEntries)