PyDev v2.5.0.2012031515
In some cases multiline strings would be changed by th code formatter.
I don't know the exact factors for it, yet. Somethimes it happens, than after some edits not...
e.g.:
""" "supplier" ManyToManyField: new, would be renamed supplier -> not new anymore supplier = always the same supplier """
would be changed to: """ "supplier" ManyToManyField: new, would be renamed supplier -> not new anymore supplier = always the same supplier """
Sorry example here is useless :(
Here the same example: https://gist.github.com/2709963
e.g.:
"""
"supplier" ManyToManyField:
new, would be renamed supplier -> not new anymore supplier
= always the same supplier
"""
would be changed to:
"""
"supplier" ManyToManyField:
new, would be renamed supplier -> not new anymore supplier
= always the same supplier
"""
Sorry example here is useless :(
Here the same example: https://gist.github.com/2709963