Files
openide/python/testData/wrap/wrapRightMargin.py
Ekaterina Tuzova b5165a7e49 fixed PY-10995 Wrapping on right margin deletes code with slashes at the end of miltiline statements.
If we didn't process auto-formatted events from document - document could be broken by replacement.
Do not insert replacement string to the broken textrange
2013-10-02 20:38:30 +04:00

4 lines
191 B
Python

def do_stuff():
another_long_variable = a_really_long_function_name_with_parameters(12,
<caret>this_is_the_first_param=23, this_is_the_second=45).do_more_stuff_to_the_result()