KrzysztofDusko / JustyBase

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

double bracket puts cursor outside of brackets #269

Closed andrzejchmiel3 closed 7 months ago

andrzejchmiel3 commented 7 months ago

When typing opening bracket ( , we also got closing one ), but cursor moves after the closing one. For example, , typing

(asd

gives us

()asd

instead of

(asd)

I think it worked like this before, but you accidentally changed it.

KrzysztofDusko commented 7 months ago

well this explains this comment :) image FIXED