mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Ref T171, Ref T136, renaming "swift driver" -> "emulated driver"
This commit is contained in:
@@ -186,10 +186,10 @@ namespace BlackSimPlugin
|
||||
|
||||
void CSimulatorEmulated::registerHelp()
|
||||
{
|
||||
if (BlackMisc::CSimpleCommandParser::registered("BlackSimPlugin::Swift::CSimulatorEmulated")) { return; }
|
||||
BlackMisc::CSimpleCommandParser::registerCommand({".drv", "alias: .driver .plugin"});
|
||||
BlackMisc::CSimpleCommandParser::registerCommand({".drv show", "show swift driver window"});
|
||||
BlackMisc::CSimpleCommandParser::registerCommand({".drv hide", "hide swift driver window"});
|
||||
if (CSimpleCommandParser::registered("BlackSimPlugin::Swift::CSimulatorEmulated")) { return; }
|
||||
CSimpleCommandParser::registerCommand({".drv", "alias: .driver .plugin"});
|
||||
CSimpleCommandParser::registerCommand({".drv show", "show emulated driver window"});
|
||||
CSimpleCommandParser::registerCommand({".drv hide", "hide emulated driver window"});
|
||||
}
|
||||
|
||||
void CSimulatorEmulated::setCombinedStatus(bool connected, bool simulating, bool paused)
|
||||
|
||||
@@ -69,8 +69,8 @@ namespace BlackSimPlugin
|
||||
//! \addtogroup swiftdotcommands
|
||||
//! @{
|
||||
//! <pre>
|
||||
//! .drv show show swift driver window BlackSimPlugin::Swift::CSimulatorEmulated
|
||||
//! .drv hide hide swift driver window BlackSimPlugin::Swift::CSimulatorEmulated
|
||||
//! .drv show show emulated driver window BlackSimPlugin::Swift::CSimulatorEmulated
|
||||
//! .drv hide hide emulated driver window BlackSimPlugin::Swift::CSimulatorEmulated
|
||||
//! </pre>
|
||||
//! @}
|
||||
//! \copydoc BlackCore::ISimulator::parseCommandLine
|
||||
|
||||
Reference in New Issue
Block a user