As mentioned in the subject line, I was trying to configure the SyntaxEdit component so that it is possible to indent multiple lines with tab key Any idea ? My version is LMD2020
At design-time goto Object Inspector, select your edit view, then double-click the CustomKeyBindings property. In opened property editor go to "Indentation" -> "Indent section" and specify Tab as a hot key. Go to "Unindent section" an specify Shift+Tab as a hot key.
Comments