added new autocomplete for easier development

[CL 2688148 by Martin Mittring in Main branch]
This commit is contained in:
Martin Mittring
2015-09-11 12:00:05 -04:00
committed by martin.mittring@epicgames.com
parent ece2c63222
commit 56590ceb60

View File

@@ -162,3 +162,4 @@ MaxScrollbackSize=1024
+ManualAutoCompleteList=(Command="Log ",Desc="Log <category> <level> (Change verbosity level for a log category)")
+ManualAutoCompleteList=(Command="Log list",Desc="Log list <search string> (Search for log categories)")
+ManualAutoCompleteList=(Command="Log reset",Desc="Log reset (Undo any changes to log verbosity)")
+ManualAutoCompleteList=(Command="ToggleDrawEvents",Desc="ToggleDrawEvents (to toggle the PIX annotations for better profiling data e.g. when using Razor)")