diff options
author | YeongJong Lee <cleanlyj@naver.com> | 2017-02-01 09:08:14 +0000 |
---|---|---|
committer | Andy Williams <andy@andywilliams.me> | 2017-02-01 09:23:08 +0000 |
commit | 251469e2fecdecd338262ed93919cea4100bdd11 (patch) | |
tree | 71fa6bf1b204c684731ba6a6201d9230b0e1623e /src/lib/elementary/elm_code_widget_private.h | |
parent | 0f915ab4973285c1423c9dc49365bb52686db976 (diff) |
elm_code: add copy/paste/cut undo
Summary: The patch for supporting copy,paste and cut undo
Test Plan:
1. elementary_test - Code Editor
2. Check that undo work correctly when copy,paste and cut
Reviewers: ajwillia.ms
Reviewed By: ajwillia.ms
Subscribers: cedric, jpeg
Differential Revision: https://phab.enlightenment.org/D4636
Diffstat (limited to 'src/lib/elementary/elm_code_widget_private.h')
-rw-r--r-- | src/lib/elementary/elm_code_widget_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_code_widget_private.h b/src/lib/elementary/elm_code_widget_private.h index 42ed2748f1..9364eff9ee 100644 --- a/src/lib/elementary/elm_code_widget_private.h +++ b/src/lib/elementary/elm_code_widget_private.h | |||
@@ -68,4 +68,6 @@ EAPI Elm_Code_Widget_Selection_Data *elm_code_widget_selection_normalized_get(Ev | |||
68 | 68 | ||
69 | void _elm_code_widget_undo_change_add(Evas_Object *widget, Elm_Code_Widget_Change_Info *info); | 69 | void _elm_code_widget_undo_change_add(Evas_Object *widget, Elm_Code_Widget_Change_Info *info); |
70 | 70 | ||
71 | void _elm_code_widget_change_selection_add(Evas_Object *widget); | ||
72 | |||
71 | #endif | 73 | #endif |