Short Summary
When coding, when I try to start and 'if' or 'while' statement, no matter what character I type following the 'if' or 'while', the 'if' or 'while' word disappears and my cursor goes down multiple lines. This doesn't happen with 'unless' or 'elsif' statements or in my python codes.
Steps to Reproduce
1.) Create perl script
2.) Type an if() or while() loop
Expected results
I would be able to type and keep and if or while loop
Actual results
The 'if' and 'while' disappear
Platform Information
Komodo Edit 11
Mac running Mojave Version 10.14.3
Additional Information
Added by Carey
error:
In notification tab we get: insertion of snipper 'if' suppressed: not t start of line but that is a blatant lie. i am indeed at the start of a line...and regardless, that shouldn't fail. Nothing comes up in the logs.
Short Summary
When coding, when I try to start and 'if' or 'while' statement, no matter what character I type following the 'if' or 'while', the 'if' or 'while' word disappears and my cursor goes down multiple lines. This doesn't happen with 'unless' or 'elsif' statements or in my python codes.
Steps to Reproduce
1.) Create perl script
2.) Type an if() or while() loop
Expected results
I would be able to type and keep and if or while loop
Actual results
The 'if' and 'while' disappear
Platform Information
Komodo Edit 11
Mac running Mojave Version 10.14.3
Additional Information
Added by Carey
error:
In notification tab we get:
insertion of snipper 'if' suppressed: not t start of linebut that is a blatant lie. i am indeed at the start of a line...and regardless, that shouldn't fail. Nothing comes up in the logs.