KrzysztofDusko / JustyBase

SQL editor/IDE
GNU General Public License v3.0
10 stars 0 forks source link

snippet not replacing whole part of what i wrote #268

Closed andrzejchmiel3 closed 7 months ago

andrzejchmiel3 commented 7 months ago

Steps how to recreate bug:

  1. Choose any snippet, below for default "BETWEEN", but it seems to work in other types of snippets too

  2. TYPE BETWE (don't press tab, triggering snippet now would work as intended)

  3. backspace, so we get BETW

  4. type "E", so we get BETWE obraz

  5. tab. I'm getting: obraz

KrzysztofDusko commented 7 months ago

probably fixed.. but please test this well especiali with conjunction with https://github.com/KrzysztofDusko/JustyBase/issues/266

andrzejchmiel3 commented 7 months ago

Now it seems fine, thank you