From 2998c98c056137364637d504ea7ef3655dba4413 Mon Sep 17 00:00:00 2001 From: abhinavgandham Date: Mon, 17 Feb 2025 14:35:51 +1000 Subject: [PATCH 1/3] DOC-3132: The cursor was sometimes incorrectly placed after opening source code editor. --- modules/ROOT/pages/7.7.0-release-notes.adoc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index eae2603d9e..b804214d42 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -109,6 +109,20 @@ This caused confusion in identifying the problem during setup. For information on the **Image Optimizer** plugin, see: xref:uploadcare.adoc[Image Optimizer]. +=== Enhanced Code Editor + +The {productname} {release-version} release includes an accompanying release of the **Enhanced Code Editor** premium plugin. + +**Enhanced Code Editor** includes the following fix. + +==== The cursor was sometimes incorrectly placed after opening source code editor. + +In previous versions of the **Enhanced Code Editor** premium plugin, the cursor was sometimes incorrectly positioned when opening the source code editor. This issue occurred when automatic formatting was enabled, particularly if the cursor was placed after indentations, leading to unpredictable cursor behavior. + +{productname} {release-version} addresses this by applying optional formatting before determining the cursor's position, ensuring consistent and reliable cursor placement in the source code editor. + +For information on the **Enhanced Code Editor** plugin, see: xref:advcode.adoc[Enhanced Code Editor]. + [[improvements]] == Improvements From a49ab867c937ff53bec5ad16b2e41160fb701595 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:47:07 +1000 Subject: [PATCH 2/3] Update modules/ROOT/pages/7.7.0-release-notes.adoc --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index b804214d42..dc1a9608f1 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -115,7 +115,7 @@ The {productname} {release-version} release includes an accompanying release of **Enhanced Code Editor** includes the following fix. -==== The cursor was sometimes incorrectly placed after opening source code editor. +==== The cursor was sometimes incorrectly placed after opening the source code editor. In previous versions of the **Enhanced Code Editor** premium plugin, the cursor was sometimes incorrectly positioned when opening the source code editor. This issue occurred when automatic formatting was enabled, particularly if the cursor was placed after indentations, leading to unpredictable cursor behavior. From 2bcc0f87f6a8c3ff2e819fafe526956da4aac7a8 Mon Sep 17 00:00:00 2001 From: "CODE:AG" <57781325+abhinavgandham@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:48:08 +1000 Subject: [PATCH 3/3] Update modules/ROOT/pages/7.7.0-release-notes.adoc --- modules/ROOT/pages/7.7.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/7.7.0-release-notes.adoc b/modules/ROOT/pages/7.7.0-release-notes.adoc index dc1a9608f1..f83b131222 100644 --- a/modules/ROOT/pages/7.7.0-release-notes.adoc +++ b/modules/ROOT/pages/7.7.0-release-notes.adoc @@ -116,7 +116,7 @@ The {productname} {release-version} release includes an accompanying release of **Enhanced Code Editor** includes the following fix. ==== The cursor was sometimes incorrectly placed after opening the source code editor. - +// #TINY-11686 In previous versions of the **Enhanced Code Editor** premium plugin, the cursor was sometimes incorrectly positioned when opening the source code editor. This issue occurred when automatic formatting was enabled, particularly if the cursor was placed after indentations, leading to unpredictable cursor behavior. {productname} {release-version} addresses this by applying optional formatting before determining the cursor's position, ensuring consistent and reliable cursor placement in the source code editor.