Ignore:
Timestamp:
Aug 13, 2025, 8:24:42 AM (3 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 moved

Legend:

Unmodified
Added
Removed
  • src/Actions/CommandAction/SetUndoMarkAction.hpp

    r1c355bf rbcc29ca  
    11/*
    2  * UndoMarkAction.hpp
     2 * SetUndoMarkAction.hpp
    33 *
    44 *  Created on: Apr 06, 2021
     
    66 */
    77
    8 #ifndef UNDOMARKACTION_HPP_
    9 #define UNDOMARKACTION_HPP_
     8#ifndef SETUNDOMARKACTION_HPP_
     9#define SETUNDOMARKACTION_HPP_
    1010
    1111// include config.h
     
    1717#include "Actions/Action.hpp"
    1818
    19 #include "UndoMarkAction.def"
     19#include "SetUndoMarkAction.def"
    2020#include "Action_impl_header.hpp"
    2121
    22 #endif /* UNDOMARKACTION_HPP_ */
     22#endif /* SETUNDOMARKACTION_HPP_ */
Note: See TracChangeset for help on using the changeset viewer.