#include "assembly_editor.h"#include <algorithm>#include <array>#include <cstdlib>#include <filesystem>#include <fstream>#include <optional>#include <string>#include <vector>#include <cctype>#include "absl/strings/ascii.h"#include "absl/strings/match.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_format.h"#include "absl/strings/str_join.h"#include "app/editor/code/diagnostics_panel.h"#include "app/editor/code/panels/assembly_editor_panels.h"#include "app/editor/editor_manager.h"#include "app/editor/system/workspace_window_manager.h"#include "app/editor/ui/toast_manager.h"#include "app/emu/debug/disassembler.h"#include "app/emu/mesen/mesen_client_registry.h"#include "app/gui/core/icons.h"#include "app/gui/core/style_guard.h"#include "app/gui/core/ui_helpers.h"#include "app/gui/widgets/text_editor.h"#include "app/gui/widgets/themed_widgets.h"#include "cli/service/agent/tools/project_graph_tool.h"#include "core/project.h"#include "core/version_manager.h"#include "imgui/misc/cpp/imgui_stdlib.h"#include "rom/snes.h"#include "util/file_util.h"#include "util/json.h"Go to the source code of this file.
Classes | |
| struct | yaze::editor::anonymous_namespace{assembly_editor.cc}::AsmFileLineRef |
| struct | yaze::editor::anonymous_namespace{assembly_editor.cc}::AsmFileSymbolRef |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |
| namespace | yaze::editor::anonymous_namespace{assembly_editor.cc} |