|
|
Donner SVG Editor & Engine
SVG-native editor and embeddable SVG2 + CSS3 engine in C++20, with GPU (WebGPU) and compact CPU renderers, built for correctness, security, and performance.
|
Outcome from dispatching a source-pane text change. More...
#include "donner/editor/SourceSync.h"
Outcome from dispatching a source-pane text change.
| bool donner::editor::DispatchSourceTextChangeResult::dispatchedMutation = false |
True when the change was applied to the live document or queued as an editor command.
| bool donner::editor::DispatchSourceTextChangeResult::skippedSelfWriteback = false |
True when the change matched the editor's most recent self-initiated writeback and was intentionally ignored to avoid a feedback loop.