luboshl / aseisql

Automatically exported from code.google.com/p/aseisql
0 stars 0 forks source link

Replace tabs with spaces. #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
You could put an option to use spaces instead of tabs?

Original issue reported on code.google.com by zluis0@gmail.com on 12 Oct 2009 at 2:04

GoogleCodeExporter commented 9 years ago
I mean to use spaces instead of tabs.

Original comment by zluis0@gmail.com on 13 Oct 2009 at 12:31

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by daggett....@gmail.com on 4 Nov 2009 at 5:33