mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Editor improvements
- Can now copy nuake.net dll in debug build - Scrolling outside the viewport wont move the editor cam - Can now double click to to open .sln files - Right arrow now works in file system panel
This commit is contained in:
@@ -2017,6 +2017,14 @@ namespace Nuake {
|
||||
Nuake::ScriptingEngineNet::Get().GenerateSolution(FileSystem::Root, Engine::GetProject()->Name);
|
||||
Nuake::Logger::Log("Generated Solution.");
|
||||
}
|
||||
|
||||
#ifdef NK_DEBUG
|
||||
if (ImGui::MenuItem("Copy Nuake.NET", NULL))
|
||||
{
|
||||
Nuake::ScriptingEngineNet::Get().CopyNuakeNETAssemblies(FileSystem::Root);
|
||||
Nuake::Logger::Log("Copied Nuake.Net Assemblies.");
|
||||
}
|
||||
#endif // NK_DEBUG
|
||||
ImGui::EndMenu();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user