RequestRecenter() public method

public RequestRecenter ( ) : void
return void
		/// <summary>
		/// Emacs c-l recenter editor command.
		/// </summary>
		public static void RecenterEditor (TextEditorData data)
		{
			data.RequestRecenter ();
		}
Example #2
0
 /// <summary>
 /// Emacs c-l recenter editor command.
 /// </summary>
 public static void RecenterEditor(TextEditorData data)
 {
     data.RequestRecenter();
 }