English review: InputMethodEditor (#416)
authorSurbhi Gupta <35525588+surbhig12@users.noreply.github.com>
Wed, 12 Sep 2018 02:14:57 +0000 (07:44 +0530)
committerWonYoung Choi <wy80.choi@samsung.com>
Wed, 12 Sep 2018 02:14:57 +0000 (11:14 +0900)
* English review: InputMethodEditor

* Update InputMethodEditor.cs

Reviewed the file again based on comments received in other files.

src/Tizen.Uix.InputMethod/Tizen.Uix.InputMethod/InputMethodEditor.cs

index 611d923..3039dae 100755 (executable)
@@ -1990,7 +1990,7 @@ namespace Tizen.Uix.InputMethod
         }
 
         /// <summary>
-        /// Sends the request to hide IME.
+        /// Sends the request to hide the IME.
         /// </summary>
         /// <privilege>
         /// http://tizen.org/privilege/ime
@@ -1998,7 +1998,7 @@ namespace Tizen.Uix.InputMethod
         /// <exception cref="InvalidOperationException">
         /// This can occur due to the following reasons:
         /// 1) The application does not have the privilege to call this function.
-        /// 2) The IME main loop isn't started yet.
+        /// 2) The IME main loop has not yet started.
         /// </exception>
         /// <since_tizen> 5 </since_tizen>
         public static void RequestHide()
@@ -2068,16 +2068,16 @@ namespace Tizen.Uix.InputMethod
         }
 
         /// <summary>
-        /// Sets the floating mode or not.
+        /// Sets the floating mode to on or off.
         /// </summary>
         /// <privilege>
         /// http://tizen.org/privilege/ime
         /// </privilege>
-        /// <param name="floating_mode">The floating mode On/Off.</param>
+        /// <param name="floating_mode"><c>true</c> to set the floating mode to on and <c>false</c> to set it to off.</param>
         /// <exception cref="InvalidOperationException">
         /// This can occur due to the following reasons:
         /// 1) The application does not have the privilege to call this function.
-        /// 2) The IME main loop isn't started yet.
+        /// 2) The IME main loop has not yet started.
         /// </exception>
         /// <since_tizen> 5 </since_tizen>
         public static void SetFloatingMode(bool floating_mode)
@@ -2102,7 +2102,7 @@ namespace Tizen.Uix.InputMethod
         /// <exception cref="InvalidOperationException">
         /// This can occur due to the following reasons:
         /// 1) The application does not have the privilege to call this function.
-        /// 2) The IME main loop isn't started yet.
+        /// 2) The IME main loop has not yet started.
         /// </exception>
         /// <since_tizen> 5 </since_tizen>
         public static void SetFloatingDragStart()
@@ -2116,7 +2116,7 @@ namespace Tizen.Uix.InputMethod
         }
 
         /// <summary>
-        /// Disallows the movement of the floating input panel window with the mouse pointer when the mouse is pressed.
+        /// Does not allow the movement of the floating input panel window with the mouse pointer when the mouse is pressed.
         /// </summary>
         /// <privilege>
         /// http://tizen.org/privilege/ime
@@ -2127,7 +2127,7 @@ namespace Tizen.Uix.InputMethod
         /// <exception cref="InvalidOperationException">
         /// This can occur due to the following reasons:
         /// 1) The application does not have the privilege to call this function.
-        /// 2) The IME main loop isn't started yet.
+        /// 2) The IME main loop has not yet started.
         /// </exception>
         /// <since_tizen> 5 </since_tizen>
         public static void SetFloatingDragEnd()