Hello, when I paste text containing the Tab character “\t” into the CodeEditor and call getValue(), the String includes the \t character. But when typing in the CodeEditor and hitting the Tab key, the CodeEditor transforms the tab into spaces.
Is there anything I can do to register the \t character?
To always use /t character instead of a series of spaces, you should set the useSoftTabs property to false value. The default is true. This property will be available in the upcoming 2.3 release.