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.15k stars 301 forks source link

Perl autocomplete issue when writing $res->hash #3900

Closed KnowZero closed 3 years ago

KnowZero commented 3 years ago

Short Summary

Perl autofill activates when it shouldn't

Steps to Reproduce

Type:

$res->hash

Than add ";"

Expected results

$res->hash;

Actual results

   $res->%name = (
     => ,
     => ,
   );

Platform Information

Komodo Edit or IDE? IDE Komodo Version? 12 Operating System (and version)? Linux Mint 19.3

th3coop commented 3 years ago

@KnowZero you'll have to remove that char from the trigger chars in your prefs: Edit menu > Preferences > Edirot > Smart Editing: Auto-abbreviations