From f7d01e9a5ebd91295eed91b6bdf30b0c4d657348 Mon Sep 17 00:00:00 2001 From: reuk Date: Tue, 31 Jan 2023 13:15:22 +0000 Subject: [PATCH] CodeEditorComponent: Remove unnecessary assertion --- modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp b/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp index dd4345297d..5ca12315a4 100644 --- a/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp +++ b/modules/juce_gui_extra/code_editor/juce_CodeEditorComponent.cpp @@ -508,7 +508,7 @@ bool CodeEditorComponent::isTextInputActive() const void CodeEditorComponent::setTemporaryUnderlining (const Array>&) { - jassertfalse; // TODO Windows IME not yet supported for this comp.. + // TODO IME composition ranges not yet supported for this component } void CodeEditorComponent::setLineNumbersShown (const bool shouldBeShown)