virtualx-engine/modules/mono/editor/GodotTools
Nông Văn Tình d81c9c32c5 Fix incorrect condition for error filtering
Fixes: #87643

The original condition stopped immediately after checking for 'searchText' in the 'Message' field, resulting in premature termination of subsequent checks. This fix ensures that all relevant conditions are appropriately evaluated before determining the filtering outcome.

Additionally, accompanying changes include improved code readability for better comprehension. This adjustment enhances the maintainability of the error filtering mechanism, contributing to a more robust codebase overall.
2024-01-31 23:01:37 +07:00
..
GodotTools Fix incorrect condition for error filtering 2024-01-31 23:01:37 +07:00
GodotTools.BuildLogger C#: Upgrade TFM for net472 and some netstandard2.0 projects 2024-01-06 09:14:33 -06:00
GodotTools.Core C#: Unify project name handling and fix issues with the handling of some special characters 2023-06-14 21:07:58 +02:00
GodotTools.IdeMessaging Add readonly to C# methods and types that don't mutate 2022-11-14 20:32:20 +01:00
GodotTools.IdeMessaging.CLI C#: Upgrade TFM for net472 and some netstandard2.0 projects 2024-01-06 09:14:33 -06:00
GodotTools.OpenVisualStudio C#: Upgrade TFM for net472 and some netstandard2.0 projects 2024-01-06 09:14:33 -06:00
GodotTools.ProjectEditor C#: Remove unused code 2024-01-28 16:09:59 +01:00
GodotTools.Shared Fix NuGet fallback folder packages 2022-09-15 09:28:59 +02:00
.gitignore Add a simple C# .editorconfig 2021-07-23 17:04:53 -04:00
GodotTools.sln C#: Replace P/Invoke with delegate pointers 2022-08-22 03:36:52 +02:00