Detail
Detail
Bugfix
Detail
#24911
Context help in TL script editor not case-insensitive
Autocompletion of TLScript expressions is case sensitive.
Implementation
The tl:TLScriptCodeEditorControl now has the tl:TLScriptAutoCompletionCommand (case insensitive) configured as default.
Test
`demoT<Ctrl-Space>
Type in expert mode search.
Expectation: Completion to DemoTypes is offered.