Make disabling plugins easier
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#if PLUGIN_PROJECT_MANAGEMENT
|
||||
void SetProjectFolder(String dir) {
|
||||
ProjectFolder = Intern(&GlobalInternTable, dir);
|
||||
Scratch scratch;
|
||||
@@ -134,4 +135,5 @@ void CO_CreateProject(mco_coro *co) {
|
||||
}
|
||||
|
||||
CO_OpenCode(co);
|
||||
} RegisterCoroutineCommand(CO_CreateProject, "", "Creates a project in current buffer directory with template files and all that, asks user for input etc.");
|
||||
} RegisterCoroutineCommand(CO_CreateProject, "", "Creates a project in current buffer directory with template files and all that, asks user for input etc.");
|
||||
#endif
|
||||
Reference in New Issue
Block a user