mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
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
4 lines
191 B
Python
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()
|