source: src/Actions/CommandAction/SetUndoMarkAction.hpp@ bcc29ca

Candidate_v1.7.0 stable
Last change on this file since bcc29ca was bcc29ca, checked in by Frederik Heber <frederik.heber@…>, 3 months ago

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.
  • Property mode set to 100644
File size: 355 bytes
RevLine 
[0ec9f5]1/*
[bcc29ca]2 * SetUndoMarkAction.hpp
[0ec9f5]3 *
4 * Created on: Apr 06, 2021
5 * Author: heber
6 */
7
[bcc29ca]8#ifndef SETUNDOMARKACTION_HPP_
9#define SETUNDOMARKACTION_HPP_
[0ec9f5]10
11// include config.h
12#ifdef HAVE_CONFIG_H
13#include <config.h>
14#endif
15
16
17#include "Actions/Action.hpp"
18
[bcc29ca]19#include "SetUndoMarkAction.def"
[0ec9f5]20#include "Action_impl_header.hpp"
21
[bcc29ca]22#endif /* SETUNDOMARKACTION_HPP_ */
Note: See TracBrowser for help on using the repository browser.