From a25d01cb04d8847048da06795472ee9d853ddc65 Mon Sep 17 00:00:00 2001 From: KSaiSivani Date: Mon, 23 Sep 2024 15:33:32 +0530 Subject: [PATCH 1/4] WPF 910707: Prepare UG document for the opened and closed event for GoToLine window in the EditControl --- wpf/Syntax-Editor/Syntax-Editor-members.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/wpf/Syntax-Editor/Syntax-Editor-members.md b/wpf/Syntax-Editor/Syntax-Editor-members.md index 338e8a360..ccc23e0a5 100644 --- a/wpf/Syntax-Editor/Syntax-Editor-members.md +++ b/wpf/Syntax-Editor/Syntax-Editor-members.md @@ -296,4 +296,23 @@ This event will be raised when the caret position of the text in the EditControl
  • Cursor Index : Gets the current cursor index value of the EditControl.


  • - + + +FindReplaceWindowOpened

    +RoutedEventHandler

    +This event is raised when the **Find and Replace** window is opened. It can be used to access the instance of the **Find and Replace** window as it opens and allows for customization of the window during this event.

    + + +FindReplaceWindowClosed

    +RoutedEventHandler

    +This event is raised when the **Find and Replace** window is closed. It can be used to access the instance of the **Find and Replace** window as it closes and allows for customization of the window during this event.

    + + +GoToLineWindowOpened

    +RoutedEventHandler

    +This event is raised when the **GoToLine** window is opened. It can be used to access the instance of the **GoToLine** window as it opens and allows for customization of the window during this event.

    + + +GoToLineWindowClosed

    +RoutedEventHandler

    +This event is raised when the **GoToLine** window is closed. It can be used to access the instance of the **GoToLine** window as it closes and allows for customization of the window during this event.

    From cd9a5c337e0733805085ed0b3c76db60d89ecf3d Mon Sep 17 00:00:00 2001 From: KSaiSivani Date: Mon, 23 Sep 2024 15:35:59 +0530 Subject: [PATCH 2/4] Update Syntax-Editor-members.md --- wpf/Syntax-Editor/Syntax-Editor-members.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wpf/Syntax-Editor/Syntax-Editor-members.md b/wpf/Syntax-Editor/Syntax-Editor-members.md index ccc23e0a5..990d88ec4 100644 --- a/wpf/Syntax-Editor/Syntax-Editor-members.md +++ b/wpf/Syntax-Editor/Syntax-Editor-members.md @@ -315,4 +315,5 @@ This event is raised when the **GoToLine** window is opened. It can be used to a GoToLineWindowClosed

    RoutedEventHandler

    -This event is raised when the **GoToLine** window is closed. It can be used to access the instance of the **GoToLine** window as it closes and allows for customization of the window during this event.

    +This event is raised when the **GoToLine** window is closed. It can be used to access the instance of the **GoToLine** window as it closes and allows for customization of the window during this event.

    + From 67420fc531a38255f84ae241ed24245a53f03da1 Mon Sep 17 00:00:00 2001 From: Deepak Raj Sundar Date: Mon, 23 Sep 2024 15:41:45 +0530 Subject: [PATCH 3/4] Added the release notes MD file and corresponding node entry in the TOC.html file --- wpf/Release-notes/v27.1.50.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 wpf/Release-notes/v27.1.50.md diff --git a/wpf/Release-notes/v27.1.50.md b/wpf/Release-notes/v27.1.50.md new file mode 100644 index 000000000..4e60dd129 --- /dev/null +++ b/wpf/Release-notes/v27.1.50.md @@ -0,0 +1,16 @@ +--- +title: Essential Studio for WPF Weekly Nuget Release Release Notes +description: Essential Studio for WPF Weekly Nuget Release Release Notes +platform: WPF +documentation: ug +--- + +# Essential Studio for WPF Release Notes + +{% include release-info.html date="September 24, 2024" version="v27.1.50" %} + +{% directory path: _includes/release-notes/v27.1.50 %} + +{% include {{file.url}} %} + +{% enddirectory %} \ No newline at end of file From 9462479f5763f9b1e0eba48a8d7ccc4a8bd5534e Mon Sep 17 00:00:00 2001 From: Deepak Raj Sundar Date: Mon, 23 Sep 2024 19:03:23 +0530 Subject: [PATCH 4/4] Added the release notes MD file and corresponding node entry in the TOC.html file for the Weekly Nuget Release - September 24, 2024 --- wpf-toc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpf-toc.html b/wpf-toc.html index fa7682486..12f6b6100 100644 --- a/wpf-toc.html +++ b/wpf-toc.html @@ -2457,7 +2457,7 @@
  • Release Notes -