dom96 / Aporia

IDE/Advanced text editor mainly focusing on support for the Nim programming language.
Other
379 stars 35 forks source link

Allow using tabs #133

Open vlad0337187 opened 8 years ago

vlad0337187 commented 8 years ago

Hello dear friends.

It think it would be good to add possibility optional using tabs for indentation (turn off and on from settings) (not to change them to spaces for not to break current indentation levels).

I prefer using them and replacing it during compilation with #? replace(sub = "\t", by = " ") in the top of the file. Also tab highlighting with red is too disturbing: 2016-11-02 00-41-23

To distinguish tab and space characters, they could be highlighted like in Atom (GitHub's editor): 2016-11-02 00-50-15

Best regards, Vladislav.