add run cmd
parent
f9b7cef119
commit
a71a1d9218
|
@ -36,6 +36,7 @@ load_paths =
|
||||||
|
|
||||||
command_list =
|
command_list =
|
||||||
{
|
{
|
||||||
|
|
||||||
{
|
{
|
||||||
.name = "build",
|
.name = "build",
|
||||||
.out = "*compilation*",
|
.out = "*compilation*",
|
||||||
|
@ -48,6 +49,19 @@ command_list =
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
.name = "run",
|
||||||
|
.out = "*console*",
|
||||||
|
.footer_panel = false,
|
||||||
|
.save_dirty_files = true,
|
||||||
|
.cursor_at_end = true,
|
||||||
|
.cmd =
|
||||||
|
{
|
||||||
|
{ "run.bat", .os = "win" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fkey_command[1] = "build";
|
fkey_command[1] = "build";
|
||||||
|
fkey_command[2] = "run";
|
||||||
|
|
Loading…
Reference in New Issue