Hide 'Use tab character' from code style panel
Hello,
Is there any way to hide the 'Use tab character' from the code style panel of a custom language? Or do I need to create a custom panel for it, I recall I've seen something about that in anothe thread here.
Thank you.
Please sign in to leave a comment.
You can extend IndentOptionsEditor and skip creating the checkbox for "use tabs". Your editor needs to be returned from LanguageCodeStyleSettingsProvider.getIndentOptionsEditor().