From 24c03068cba3b0fc9738ab6bfec01336b80ece9f Mon Sep 17 00:00:00 2001 From: Nikolay Babin Date: Thu, 2 Apr 2026 10:26:38 +0300 Subject: [PATCH] =?UTF-8?q?G5V8DT-28459=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D1=81=D0=BE=D1=80=D1=82=D0=B8=D1=80=D0=BE?= =?UTF-8?q?=D0=B2=D0=BA=D1=83=20=D0=B2=D0=BB=D0=BE=D0=B6=D0=B5=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D1=85=20=D1=8D=D0=BB=D0=B5=D0=BC=D0=B5=D0=BD=D1=82=D0=BE?= =?UTF-8?q?=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/com/e1c/v8codestyle/internal/autosort/SortService.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundles/com.e1c.v8codestyle.autosort/src/com/e1c/v8codestyle/internal/autosort/SortService.java b/bundles/com.e1c.v8codestyle.autosort/src/com/e1c/v8codestyle/internal/autosort/SortService.java index 560e67ae..65d8bce3 100644 --- a/bundles/com.e1c.v8codestyle.autosort/src/com/e1c/v8codestyle/internal/autosort/SortService.java +++ b/bundles/com.e1c.v8codestyle.autosort/src/com/e1c/v8codestyle/internal/autosort/SortService.java @@ -335,7 +335,8 @@ public class SortService for (Notification notification : notifications) { if (notification.getEventType() == Notification.ADD || notification.getEventType() == Notification.MOVE - || notification.getEventType() == Notification.REMOVE) + || notification.getEventType() == Notification.REMOVE + || notification.getEventType() == Notification.REMOVE_MANY) { Object notifier = notification.getNotifier(); Object value = notification.getNewValue();