From 5e4e7b149878da6db14a9b7e9a838b4bf80c78e6 Mon Sep 17 00:00:00 2001 From: Shane Landrum Date: Tue, 14 Dec 2004 22:04:26 +0000 Subject: [PATCH] 2004-12-14 Shane Landrum * en/Gtk/TextTagInfo.xml * en/Gtk/TextToggleBody.xml * en/Gtk/TextLineSegmentClass.xml * en/Gtk/TextPendingScroll.xml * en/Gtk/TextView.xml * en/Gtk/TextLineSegment.xml: Changed "to be added" to "do not use" * en/Gtk/TextIter.xml * en/Gtk/TextBuffer.xml : Added docs for remaining TBA items. svn path=/trunk/gtk-sharp/; revision=37763 --- doc/ChangeLog | 11 +++++ doc/en/Gtk/TextBuffer.xml | 15 ++++-- doc/en/Gtk/TextIter.xml | 73 ++++++++++++++++++++--------- doc/en/Gtk/TextLineSegment.xml | 48 +++++++++---------- doc/en/Gtk/TextLineSegmentClass.xml | 24 +++++----- doc/en/Gtk/TextPendingScroll.xml | 4 +- doc/en/Gtk/TextTagInfo.xml | 28 +++++------ doc/en/Gtk/TextToggleBody.xml | 26 +++++----- doc/en/Gtk/TextView.xml | 10 ++-- 9 files changed, 143 insertions(+), 96 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 05ef1083f..22c4221e4 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,14 @@ +2004-12-14 Shane Landrum + + * en/Gtk/TextTagInfo.xml + * en/Gtk/TextToggleBody.xml + * en/Gtk/TextLineSegmentClass.xml + * en/Gtk/TextPendingScroll.xml + * en/Gtk/TextView.xml + * en/Gtk/TextLineSegment.xml: Changed "to be added" to "do not use" + * en/Gtk/TextIter.xml + * en/Gtk/TextBuffer.xml : Added docs for remaining TBA items. + 2004-12-12 Shane Landrum * en/Gtk/ToolItem.xml diff --git a/doc/en/Gtk/TextBuffer.xml b/doc/en/Gtk/TextBuffer.xml index 10cc9b5bc..f22fabb7f 100644 --- a/doc/en/Gtk/TextBuffer.xml +++ b/doc/en/Gtk/TextBuffer.xml @@ -1691,11 +1691,20 @@ - To be added + This function moves the and + marks simultaneously. + a a - To be added + + If you move them in two steps + with , you will temporarily select a + region in between their old and new locations, which can be pretty + inefficient since the temporarily-selected region will force stuff + to be recalculated. This function moves them as a unit, which can + be optimized. + - \ No newline at end of file + diff --git a/doc/en/Gtk/TextIter.xml b/doc/en/Gtk/TextIter.xml index 284f64d4e..433a2d50f 100644 --- a/doc/en/Gtk/TextIter.xml +++ b/doc/en/Gtk/TextIter.xml @@ -1176,10 +1176,13 @@ If the GTK_TEXT_SEARCH_VISIBLE_ONLY flag is present, the match may have invisibl - To be added + Moves up to visible cursor positions. + a - a - To be added + a , true if the iter was moved and is in a dereferenceable position. + + See for details. + @@ -1192,10 +1195,10 @@ If the GTK_TEXT_SEARCH_VISIBLE_ONLY flag is present, the match may have invisibl - To be added + Calls up to times. a - a - To be added + a , true if the iterator moved and is not at the end of the text. + @@ -1206,9 +1209,9 @@ If the GTK_TEXT_SEARCH_VISIBLE_ONLY flag is present, the match may have invisibl - To be added + Moves the iterator forward to the next visible cursor position. a - To be added + See for details. @@ -1221,10 +1224,10 @@ If the GTK_TEXT_SEARCH_VISIBLE_ONLY flag is present, the match may have invisibl - To be added + Moves backward up to visible cursor positions. a - a - To be added + a , true if the cursor was moved and is in a dereferenceable position. + See for details. @@ -1235,9 +1238,17 @@ If the GTK_TEXT_SEARCH_VISIBLE_ONLY flag is present, the match may have invisibl - To be added - a - To be added + + Moves forward to the next visible word end. + (If the iterator is currently on a + word end, moves forward to the next one after that.) + + a , true if the iterator moved and is not at the end. + + Word breaks are determined by Pango and should be correct for nearly any + language (if not, the correct fix would be to the Pango word break + algorithms). + @@ -1248,9 +1259,10 @@ If the GTK_TEXT_SEARCH_VISIBLE_ONLY flag is present, the match may have invisibl - To be added - a - To be added + Moves the iterator back to the previous visible cursor position. + + a , true if the iter moved and the new position is dereferenceable + See for details. @@ -1263,10 +1275,18 @@ If the GTK_TEXT_SEARCH_VISIBLE_ONLY flag is present, the match may have invisibl - To be added + + Moves forward to the next visible word end. (If the + iterator is currently on a word end, moves forward to the next + one after that.) + a - a - To be added + a , true if the iterator moved and is not at the end. + + Word breaks are determined by Pango and should be correct for nearly any + language (if not, the correct fix would be to the Pango word break + algorithms). + @@ -1277,10 +1297,17 @@ If the GTK_TEXT_SEARCH_VISIBLE_ONLY flag is present, the match may have invisibl - To be added + + Moves backward to the previous visible word start. (If the iterator is currently + on a word start, moves backward to the next one after that.) + a - To be added + + Word breaks are determined by Pango and should be correct for nearly any + language (if not, the correct fix would be to the Pango word break + algorithms). + - \ No newline at end of file + diff --git a/doc/en/Gtk/TextLineSegment.xml b/doc/en/Gtk/TextLineSegment.xml index 808fac831..254d732c2 100644 --- a/doc/en/Gtk/TextLineSegment.xml +++ b/doc/en/Gtk/TextLineSegment.xml @@ -11,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Do not use. - To be added + Do not use System.ValueType @@ -27,8 +27,8 @@ - To be added - To be added + Do not use + Do not use @@ -41,10 +41,10 @@ - To be added - To be added: an object of type 'Gtk.TextIter' - To be added: an object of type 'Gtk.TextLineSegment' - To be added + Do not use + Do not use: an object of type 'Gtk.TextIter' + Do not use: an object of type 'Gtk.TextLineSegment' + Do not use @@ -57,10 +57,10 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextLineSegment' - To be added + Do not use + Do not use: an object of type 'IntPtr' + Do not use: an object of type 'Gtk.TextLineSegment' + Do not use @@ -70,9 +70,9 @@ Gtk.TextLineSegment - To be added - To be added: an object of type 'Gtk.TextLineSegment' - To be added + Do not use + Do not use: an object of type 'Gtk.TextLineSegment' + Do not use @@ -82,9 +82,9 @@ Gtk.TextLineSegmentClass - To be added - To be added: an object of type 'Gtk.TextLineSegmentClass' - To be added + Do not use + Do not use: an object of type 'Gtk.TextLineSegmentClass' + Do not use @@ -96,8 +96,8 @@ - To be added - To be added + Do not use + Do not use @@ -109,8 +109,8 @@ - To be added - To be added + Do not use + Do not use @@ -122,9 +122,9 @@ - To be added - To be added + Do not use + Do not use - \ No newline at end of file + diff --git a/doc/en/Gtk/TextLineSegmentClass.xml b/doc/en/Gtk/TextLineSegmentClass.xml index eb1401586..066182dc4 100644 --- a/doc/en/Gtk/TextLineSegmentClass.xml +++ b/doc/en/Gtk/TextLineSegmentClass.xml @@ -11,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Do not use. - To be added + Do not use System.ValueType @@ -27,8 +27,8 @@ - To be added - To be added + Do not use + Do not use @@ -41,10 +41,10 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextLineSegmentClass' - To be added + Do not use + Do not use: an object of type 'IntPtr' + Do not use: an object of type 'Gtk.TextLineSegmentClass' + Do not use @@ -56,8 +56,8 @@ - To be added - To be added + Do not use + Do not use @@ -69,9 +69,9 @@ - To be added - To be added + Do not use + Do not use - \ No newline at end of file + diff --git a/doc/en/Gtk/TextPendingScroll.xml b/doc/en/Gtk/TextPendingScroll.xml index 9be1c0a97..234cf1908 100644 --- a/doc/en/Gtk/TextPendingScroll.xml +++ b/doc/en/Gtk/TextPendingScroll.xml @@ -11,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Do not use. - To be added + Do not use GLib.Opaque @@ -40,4 +40,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TextTagInfo.xml b/doc/en/Gtk/TextTagInfo.xml index 28aa20286..8e7fe4d1c 100644 --- a/doc/en/Gtk/TextTagInfo.xml +++ b/doc/en/Gtk/TextTagInfo.xml @@ -11,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Do not use. - To be added + Do not use System.ValueType @@ -27,8 +27,8 @@ - To be added - To be added + Do not use + Do not use @@ -41,10 +41,10 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextTagInfo' - To be added + Do not use + Do not use: an object of type 'IntPtr' + Do not use: an object of type 'Gtk.TextTagInfo' + Do not use @@ -56,10 +56,10 @@ - To be added - To be added: an object of type 'Gtk.TextTag' - To be added: an object of type 'Gtk.TextTag' - To be added + Do not use + Do not use: an object of type 'Gtk.TextTag' + Do not use: an object of type 'Gtk.TextTag' + Do not use @@ -71,9 +71,9 @@ - To be added - To be added + Do not use + Do not use - \ No newline at end of file + diff --git a/doc/en/Gtk/TextToggleBody.xml b/doc/en/Gtk/TextToggleBody.xml index 7521e7026..c9bcee0f4 100644 --- a/doc/en/Gtk/TextToggleBody.xml +++ b/doc/en/Gtk/TextToggleBody.xml @@ -11,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Do not use. - To be added + Do not use System.ValueType @@ -27,8 +27,8 @@ - To be added - To be added + Do not use + Do not use @@ -41,10 +41,10 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.TextToggleBody' - To be added + Do not use + Do not use: an object of type 'IntPtr' + Do not use: an object of type 'Gtk.TextToggleBody' + Do not use @@ -54,9 +54,9 @@ Gtk.TextTagInfo - To be added - To be added: an object of type 'Gtk.TextTagInfo' - To be added + Do not use + Do not use: an object of type 'Gtk.TextTagInfo' + Do not use @@ -68,9 +68,9 @@ - To be added - To be added + Do not use + Do not use - \ No newline at end of file + diff --git a/doc/en/Gtk/TextView.xml b/doc/en/Gtk/TextView.xml index 9eb99d8ae..5ae8ebe7f 100644 --- a/doc/en/Gtk/TextView.xml +++ b/doc/en/Gtk/TextView.xml @@ -1354,9 +1354,9 @@ class TextViewSample - To be added + Whether Tab will result in a tab character being entered. a - To be added + Defaults to true. @@ -1367,10 +1367,10 @@ class TextViewSample - To be added + Whether entered text overwrites existing contents. a - To be added + Defaults to false. - \ No newline at end of file +