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:
parent
be3c968e2b
commit
2ea5d31c37
15 changed files with 373 additions and 87 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue