>> 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? 
>
>Thanks, 
>Frank 
>-- 
>Frank Lanitz <[email protected]>
>
>
>

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 !!!!!!!!!!!!!!!!






--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to