lob editor bugfix request

Volker

Member
the lob editor ignores settings for tabulators.
If I insert into a clob field a text with leading tabs, after reopen the clob field all tabs are replaced by 4 spaces.

My editor settings are

IndentStep=8
BackUnindent=True
SmartTab=False
TabPosition=8
SmartFill=True
 
Last edited:
The editor preferences only apply to programming editors (SQL, PL/SQL). It does not apply to plain text editors.
 
Back
Top