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

Smarty Variable Completion Adds Extra Dollar Sign #3889

Closed ssigwart closed 3 years ago

ssigwart commented 3 years ago

Short Summary

Smarty completions of variables sometime start add an extra dollar sign.

Steps to Reproduce

  1. Open a smarty file with:
    {assign name="abc" value=1}
  2. Type {$ and let it autocomplete to {$abc.
  3. Add closing }.
  4. Type {'.
  5. Close completions with Escape key.
  6. Type $ and let it autocomplete.

Expected results

Step 2 and 6 should both result in {$abc

Actual results

Step6 results in {$$abc

Platform Information

Komodo Edit, version 11.2.0 (Custom build) MacOS Catalina 10.15.6