Write to text file: variable auto-complete deletes the following string

The "New Content" field seems to have a problem when using the variable auto-complete feature.

Reproducing:

  1. Create a "Write to Text file" action.
  2. Add this text to the "New Content" field under the Details tab:

    this_gets_deleted %ANYVARIABLE%

    Where "%ANYVARIABLE%" is, of course, any variable you like.
  3. Position your text-cursor before the word "this_gets_deleted" and type "%". When the variable-auto-complete box appears, hit enter to select the first variable in the list
  4. Note that "this_gets_deleted" has disappeared.

This happens no matter how much whitespace is between your auto-completed variable and "this_gets_deleted," regardless of what text is used in place of "this_gets_deleted," regardless of which variable you choose from the auto-complete prompt, and is not undo-able.

Which build are you using? We fixed a bug like this in build 6.3.0.1671 and the current release build is 6.3.0.1712, I’m not able to reproduce this here.

Sorry for the late reply. Just checked and I'm on 6.3.0.1712. Just tested and reproduced following my steps exactly.

I'm about to download the latest release (6.3.0.1855) and see if it's fixed there. Stay tuned.

Just upgraded to 6.3.0.1855 (verified through help -> about) and can still reproduce this in a new file following my steps exactly.