KomodoEdit icon indicating copy to clipboard operation
KomodoEdit copied to clipboard

Perl autocomplete issue when using the word hash in a comment.

Open ffries-nanotronics opened this issue 3 years ago • 1 comments

Short Summary

Was adding a comment to some code that contained the word "hash". After typing the word and hitting the spacebar, autocomplete activates.

Steps to Reproduce

Type: # Setup a hash

Then add a space (or other characters like a comma, colon, semi-colon, ampersand, etc.)

Expected results

# Setup a hash[space]to

Actual results

# Setup a %name = ( => , => , );

Platform Information

Komodo Edit or IDE? Komodo IDE Komodo Version? 12.0.1 Operating System (and version)? MacOS 12.5.1

Additional Information

ffries-nanotronics avatar Jan 03 '23 20:01 ffries-nanotronics

That's auto-abbreviations, slightly different. You can disable that in Edit menu > Preferences > Editor > Smart Editing: Uncheck Auto-Abbreviations

th3coop avatar Jan 05 '23 17:01 th3coop