From 881cf66e4e7707d0c7d1c226187d49c9765f76ed Mon Sep 17 00:00:00 2001 From: vitopigno Date: Sun, 8 Jun 2025 02:25:21 +0200 Subject: [PATCH 1/3] Correct grammar and modify user-excluding highlight --- .../Systems/Chat/ChatUIController.Highlighting.cs | 2 +- Resources/Locale/en-US/chat/ui/chat-box.ftl | 2 +- Resources/Locale/en-US/escape-menu/ui/options-menu.ftl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs b/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs index e413999b2c..cc0eff4056 100644 --- a/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs +++ b/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs @@ -112,7 +112,7 @@ public sealed partial class ChatUIController : IOnSystemChanged Date: Tue, 10 Jun 2025 00:23:51 +0200 Subject: [PATCH 2/3] Improve color picker example and minor code comments changes --- .../Systems/Chat/ChatUIController.Highlighting.cs | 3 ++- Resources/Locale/en-US/escape-menu/ui/options-menu.ftl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs b/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs index cc0eff4056..809713ddf7 100644 --- a/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs +++ b/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs @@ -111,7 +111,8 @@ public sealed partial class ChatUIController : IOnSystemChanged Date: Sun, 22 Jun 2025 00:56:20 +0200 Subject: [PATCH 3/3] Remove user-excluding highlights from emotes while keeping (L)OOC support User-excluding highlights now get highlighted either when they're: 1. Present between double quotes; 2. Starting with LOOC/OOC 2. Having a newline before it. This is due to CC, and Station announcements always having a newline before the actual message. --- .../UserInterface/Systems/Chat/ChatUIController.Highlighting.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs b/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs index dd73e3dd66..46e06865cf 100644 --- a/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs +++ b/Content.Client/UserInterface/Systems/Chat/ChatUIController.Highlighting.cs @@ -118,7 +118,7 @@ public sealed partial class ChatUIController : IOnSystemChanged