> >> What I recommended is use whitespace (Tab preferrably)
> >> for indentation and not alignment, so it looks fine with any Tab width.
> >
> >I use 4 spaces instead of tabs, what you lose in filespace you gain in
> >readability.
> >
> Where's the difference in readability?
> 

if tab is assumed 4 spaces, sometimes, you might type 4 spaces to
gain alignment. From the editor, you won't tell the difference.

however, if you swtich to a different editor such as vim, tab is assumed
8 spaces. then, alignment will become a problem if both tab/space is used.

Of course, we can always stick to either tab or space only. but there
will always an exception. 

BTW, I miss emacs editor feature to split one same file into two different
windows that you can view the file in one window and modify the same
file in another window. can it be done in scite?
Thanks.

Peter

> It is not only about file space, but also easier cursor movement
> (cursor left/right jumps one identation level at once).
> 
> With spaces it's common to ruin the indentation by using 3 or 5
> spaces accidentally by other people editing the file
> (yes, I encounter it frequently).
> 
> Piotr
> _______________________________________________
> Scite-interest mailing list
> [email protected]
> http://mailman.lyra.org/mailman/listinfo/scite-interest
> 
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to