Open GoogleCodeExporter opened 8 years ago
I mean to use spaces instead of tabs.
Original comment by zluis0@gmail.com
on 13 Oct 2009 at 12:31
Scintilla has a feature to insert spaces instead of tabs.
With this function:
SCI_SETUSETABS(bool useTabs)
http://www.scintilla.org/ScintillaDoc.html#SCI_SETUSETABS
Could be an option parameterized in the application?
Thanks!!
Original comment by zluis0@gmail.com
on 20 Oct 2009 at 2:26
this option (SCI_SETUSETABS) allows to insert spaces instead of tabs
but not to replace tabs with spaces.
...
Original comment by daggett....@gmail.com
on 1 Nov 2009 at 12:14
The title of the issue is not correct.
should be:
"insert spaces instead of tabs"
If we could implement would be great.
Thank you very much for the changes, work very well :).
Excellent application.
Original comment by zluis0@gmail.com
on 3 Nov 2009 at 6:21
Original comment by daggett....@gmail.com
on 4 Nov 2009 at 5:33
Original issue reported on code.google.com by
zluis0@gmail.com
on 12 Oct 2009 at 2:04