Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.14k stars 299 forks source link

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

Open ffries-nanotronics opened 1 year ago

ffries-nanotronics commented 1 year ago

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

th3coop commented 1 year ago

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