godot/modules/mono/editor
Nông Văn Tình ae6079dbdf
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.

(cherry picked from commit d81c9c32c5)
2024-03-11 16:39:27 +01:00
..
Godot.NET.Sdk Bump version to 4.2.2-rc 2023-12-12 11:03:21 +01:00
GodotTools Fix incorrect condition for error filtering 2024-03-11 16:39:27 +01:00
script_templates C#: Rename Object to GodotObject 2023-01-27 02:04:18 +01:00
bindings_generator.cpp Validate code tags for class and member references 2023-10-03 15:48:31 +02:00
bindings_generator.h Merge pull request #80527 from raulsntos/dotnet/generate-compat-methods-from-classdb 2023-09-26 13:44:52 +02:00
code_completion.cpp Extract ScriptInstance to simplify includes 2023-09-06 22:54:38 +02:00
code_completion.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
editor_internal_calls.cpp C#: Move build button to EditorRunBar 2023-08-03 17:55:52 +02:00
editor_internal_calls.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
hostfxr_resolver.cpp C#: Hide hostfxr not found error 2023-09-15 14:12:01 +02:00
hostfxr_resolver.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
semver.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
semver.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00