Scintilla / Scite tabs formatting mystery.

Dale Strickland-Clark dale at riverhall.NOTHANKS.co.uk
Sat Jan 11 13:13:39 EST 2003


Chris Liechti <cliechti at gmx.net> wrote:

>thats broken. python interprets tabs a 8. i use:
>
>tabsize=8
>indent.size=4
>use.tabs=0
>
>use.monospaced=1
>
>the last one, means that you dont have to press "ctrl-F11" all the time to 
>switch to monospaced. you dont need to change any fonts as you did (SciTex 
>would still be in prportinal mode, which does maybe cause your trouble).
>
>chris

Thanks for the response.

Providing you use tabs exclusively for indentation, Python doesn't
care what they're displayed as. We use tabsize as 4 throughout as a
company standard and have never had a problem before.

I tried adding use.monospaced=1 but it made no difference.


--
Dale Strickland-Clark
Riverhall Systems Ltd




More information about the Python-list mailing list