aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-selection.h
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2014-08-27 22:06:07 +0800
committerTomas Popela <tpopela@redhat.com>2014-08-27 22:12:02 +0800
commit6a0592918ac4bf109d67b619cdf3835239b700d4 (patch)
tree29eac1651b3ee2923a7a95ab3888ab67a7b1d231 /e-util/e-html-editor-selection.h
parent94ac03022048a12b6a43c970ab6a95eef865e7b6 (diff)
downloadgsoc2013-evolution-6a0592918ac4bf109d67b619cdf3835239b700d4.tar
gsoc2013-evolution-6a0592918ac4bf109d67b619cdf3835239b700d4.tar.gz
gsoc2013-evolution-6a0592918ac4bf109d67b619cdf3835239b700d4.tar.bz2
gsoc2013-evolution-6a0592918ac4bf109d67b619cdf3835239b700d4.tar.lz
gsoc2013-evolution-6a0592918ac4bf109d67b619cdf3835239b700d4.tar.xz
gsoc2013-evolution-6a0592918ac4bf109d67b619cdf3835239b700d4.tar.zst
gsoc2013-evolution-6a0592918ac4bf109d67b619cdf3835239b700d4.zip
Fix handling of the selection in the composer when saving the message draft
When saving the draft don't lose the active selection in the web view. Also restore the selection when the draft is again opened. Also fix the situations when the spell check was not activated when the composer was opened.
Diffstat (limited to 'e-util/e-html-editor-selection.h')
-rw-r--r--e-util/e-html-editor-selection.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-html-editor-selection.h b/e-util/e-html-editor-selection.h
index 2bef77f052..3290dfe39b 100644
--- a/e-util/e-html-editor-selection.h
+++ b/e-util/e-html-editor-selection.h
@@ -183,6 +183,9 @@ void e_html_editor_selection_replace_image_src
void e_html_editor_selection_insert_image
(EHTMLEditorSelection *selection,
const gchar *image_uri);
+void e_html_editor_selection_move_caret_into_element
+ (WebKitDOMDocument *document,
+ WebKitDOMElement *element);
void e_html_editor_selection_clear_caret_position_marker
(EHTMLEditorSelection *selection);
WebKitDOMNode *