I think i have found a bug (on CudaText 1.218.2.0, linux-x86_64-gtk2, fpc 3.2.2):
Shouldn't we expect more closing brackets when they are nested ? :smiley:
WHAT IS TYPED EXPECTED OUTPUT ACTUALLY OUTPUT
print( print(|) print(|)
print(func( print(func(|)) print(func(|)
print(func(func2( print(func(func2(|))) print(func(func2(|)
Hello,
I think i have found a bug (on CudaText 1.218.2.0, linux-x86_64-gtk2, fpc 3.2.2): Shouldn't we expect more closing brackets when they are nested ? :smiley:
Editor_NextCharAllowed_AutoCloseBracket seems to be the one responsible for this missbehavior