Re: i have to change default tab length in pydev

2009-04-01 Thread Coonay
On Mar 31, 8:39 am, "Rhodri James" wrote: > > i understand that you get request token,and you need to get Access > > tokens after that, > > my question is about Access tokens:which mechanism  do u use to tore > > access tokens for future use > > I'm sorry, I have no idea what you're talking about

Re: i have to change default tab length in pydev

2009-03-30 Thread Rhodri James
i understand that you get request token,and you need to get Access tokens after that, my question is about Access tokens:which mechanism do u use to tore access tokens for future use I'm sorry, I have no idea what you're talking about or how it relates to bad indent levels. What *exactly* (inc

Re: i have to change default tab length in pydev

2009-03-30 Thread Fabio Zadrozny
> Most such problems are caused by mixing tabs and spaces in the same file. >  Pick one style and be consistent, and you'll be in good shape. > > My approach is to always expand tabs.  My tab key simply gets me to a > convenient column, there never are any tabs in my source files. > > (I don't use

Re: i have to change default tab length in pydev

2009-03-30 Thread Dave Angel
Most such problems are caused by mixing tabs and spaces in the same file. Pick one style and be consistent, and you'll be in good shape. My approach is to always expand tabs. My tab key simply gets me to a convenient column, there never are any tabs in my source files. (I don't use either n

Re: i have to change default tab length in pydev

2009-03-29 Thread Coonay
On Mar 30, 6:13 am, "Rhodri James" wrote: > On Sat, 28 Mar 2009 11:30:36 -, Coonay wrote: > > during last few days, i code python using notepad++ or pydev, the > > compiler always complain there is a problem with Indentation,in my > > eyes ,there is no Indentation problem at all,because i for

Re: i have to change default tab length in pydev

2009-03-29 Thread Rhodri James
On Sat, 28 Mar 2009 11:30:36 -, Coonay wrote: during last few days, i code python using notepad++ or pydev, the compiler always complain there is a problem with Indentation,in my eyes ,there is no Indentation problem at all,because i format the code to make it comply with python style guide

i have to change default tab length in pydev

2009-03-29 Thread Coonay
during last few days, i code python using notepad++ or pydev, the compiler always complain there is a problem with Indentation,in my eyes ,there is no Indentation problem at all,because i format the code to make it comply with python style guide strictly,but after i change the default tab length ,i