> >>> There is a big problem with the indentation.
> >>> When i move with the cursor button and/or back button, the
> >>> indentation is wrong. On the geany editor seems good indentation, 
> but
> >>> looking with a text editor (ex. vi) is wrong.
> >>
> >> Most likely this is messing up your indention with space/tabulator.
> >> Could you add an example file to this bugreport? 
> >
> > 
> > Example, I write:(python file)
> > 
> > 
> > def a:<enter>
> > yield 1<enter>
> > <backspace><blank><blank><blank><blank>
> > d = 0
> > 
> > and I save.
> > 
> > From geany i see:
> > def a:
> >     yield 1
> >     d = 0
> > 
> > seems a good indentation, but if i see with vi:
> > def a:
> >         yield 1
> >     d = 0
> > 
> > Very wrong indentation. Python script doesn't work !!!!!!!!!!!!!!!!
> 
> Unfortunately I meant to add it as attachment. However, please try to
> set Document -> Indent type to Spaces.
> 
> Thanks,
> Frank


Yes, it works !!!!!!!!

Thanks 






--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to