| 2594 | } |
| 2595 | |
| 2596 | void RefreshAutoloadHelp(JSMAssignment<Switch> *autoloadCmd) |
| 2597 | { |
| 2598 | stringstream ss; |
| 2599 | ss << "AUTOLOAD will attempt load a file from the following folder when a window with a matching executable name enters focus:" << endl << AUTOLOAD_FOLDER(); |
| 2600 | autoloadCmd->SetHelp(ss.str()); |
| 2601 | } |
| 2602 | |
| 2603 | class GyroSensAssignment : public JSMAssignment<FloatXY> |
| 2604 | { |
no test coverage detected