Ignore:
Timestamp:
Aug 13, 2025, 8:24:42 AM (2 months ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
Candidate_v1.7.0, stable
Children:
780bfa
Parents:
1c355bf
git-author:
Frederik Heber <frederik.heber@…> (08/13/25 08:17:04)
git-committer:
Frederik Heber <frederik.heber@…> (08/13/25 08:24:42)
Message:

Splits off Undo mark actions.

  • Undo action has again no parameters (which is preferable to use in the GUI).
  • undo-mark is now alled set-undo-mark (with parameter telling whether to set or unset the mark).
  • undo-till-mark is now a separate action.
  • adapted userguide accordingly.
  • TESTS: adapted regression tests.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/ActionHistory.hpp

    r1c355bf rbcc29ca  
    1818
    1919#include "Actions/Action.hpp"
    20 #include "Actions/RedoAction.hpp"
    21 #include "Actions/UndoAction.hpp"
     20#include "Actions/CommandAction/RedoAction.hpp"
     21#include "Actions/CommandAction/UndoAction.hpp"
    2222
    2323namespace MoleCuilder {
Note: See TracChangeset for help on using the changeset viewer.