#include "assembly_editor.h"#include "app/editor/system/editor_card_registry.h"#include <fstream>#include <string>#include <vector>#include "absl/strings/str_cat.h"#include "absl/strings/match.h"#include "util/file_util.h"#include "app/gui/core/icons.h"#include "app/gui/core/ui_helpers.h"#include "app/gui/widgets/text_editor.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{assembly_editor.cc} |
Functions | |
| TextEditor::LanguageDefinition | yaze::editor::anonymous_namespace{assembly_editor.cc}::GetAssemblyLanguageDef () |
| std::vector< std::string > | yaze::editor::anonymous_namespace{assembly_editor.cc}::RemoveIgnoredFiles (const std::vector< std::string > &files, const std::vector< std::string > &ignored_files) |
| FolderItem | yaze::editor::anonymous_namespace{assembly_editor.cc}::LoadFolder (const std::string &folder) |