summaryrefslogtreecommitdiff
path: root/pluma/pluma-view.h
diff options
context:
space:
mode:
authormbkma <[email protected]>2020-08-05 11:19:36 +0200
committerGitHub <[email protected]>2020-08-05 11:19:36 +0200
commitd85c0aa6ec87e91901e393f701873085e5eeddb0 (patch)
tree6b7bcb1dc2ccff35cf865104e5d887306a253972 /pluma/pluma-view.h
parent3c2bf1aef96a7a94c58d9e99ac12a0d8cd788259 (diff)
downloadpluma-d85c0aa6ec87e91901e393f701873085e5eeddb0.tar.bz2
pluma-d85c0aa6ec87e91901e393f701873085e5eeddb0.tar.xz
Remove changecase plugin. Functionality is provided by GtkSourceView. (#565)
Diffstat (limited to 'pluma/pluma-view.h')
-rw-r--r--pluma/pluma-view.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pluma/pluma-view.h b/pluma/pluma-view.h
index c2f5e1df..afad9e08 100644
--- a/pluma/pluma-view.h
+++ b/pluma/pluma-view.h
@@ -95,6 +95,12 @@ void pluma_view_cut_clipboard (PlumaView *view);
void pluma_view_copy_clipboard (PlumaView *view);
void pluma_view_paste_clipboard (PlumaView *view);
void pluma_view_delete_selection (PlumaView *view);
+
+void pluma_view_upper_case_selection (PlumaView *view);
+void pluma_view_lower_case_selection (PlumaView *view);
+void pluma_view_invert_case_selection (PlumaView *view);
+void pluma_view_title_case_selection (PlumaView *view);
+
void pluma_view_select_all (PlumaView *view);
void pluma_view_scroll_to_cursor (PlumaView *view);