#include "assembly_editor.h"
#include "ImGuiColorTextEdit/TextEditor.h"
#include "ImGuiFileDialog/ImGuiFileDialog.h"
#include "absl/strings/str_cat.h"
#include "app/core/platform/file_dialog.h"
#include "app/gui/icons.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
namespace | yaze::app |
Main namespace for the ImGui application. | |
namespace | yaze::app::editor |
Editors are the view controllers for the application. | |
namespace | yaze::app::editor::anonymous_namespace{assembly_editor.cc} |
Functions | |
std::vector< std::string > | yaze::app::editor::anonymous_namespace{assembly_editor.cc}::RemoveIgnoredFiles (const std::vector< std::string > &files, const std::vector< std::string > &ignored_files) |
core::FolderItem | yaze::app::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder (const std::string &folder) |