|
|
@@ -26,6 +26,9 @@ public:
|
|
|
/// @brief Checks if macro recording is currently active.
|
|
|
[[nodiscard]] bool is_recording_macro() const noexcept { return recording_macro_; }
|
|
|
|
|
|
+ /// @brief Retrieves the last recorded macro's key sequences.
|
|
|
+ [[nodiscard]] const std::vector<std::string>& get_last_macro() const noexcept { return last_macro_; }
|
|
|
+
|
|
|
private:
|
|
|
EditorCore& core_;
|
|
|
|