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)