Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ffries-nanotronics opened this issue Jan 3, 2023 · 1 comment
Open

Comments

@ffries-nanotronics
Copy link

ffries-nanotronics commented Jan 3, 2023

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
Copy link
Member

th3coop commented Jan 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants