IDE autocomplete missing a single character

Hello,

On Windows 10 and Xojo 2013 R 3.2, autocomplete misses characters when the backspace keyboard button is used. Is anyone else seeing this?

Example:

  • Open a desktop application and add a pushbutton and an action event to the pushbutton.
  • Type Dim s as String and press the backspace keyboard button a couple of times after the letter ‘g’ and the autocomplete shows
    Dim s as Strg
  • Press another backspace and it appears as
    Dim s as Strng

<https://xojo.com/issue/37795>