I have an ongoing issue with SlickEdit 2022 (v22.0.6 64bit Windows) when coding in C#. The issue happens when I'm creating a method inside a class that has other methods defined below (or any code for that matter). If say I enter
if ( FI
I correctly get the drop down for code completion. If I choose one of those items and hit the tab key, the following auto inserted ) along with a couple lines of code get delete...
I will try to get some screen shots, but I at least wanted to get this posted.
This was not an issue with SE 2021 but it is an issue with the 2022 as well as the beta of 2023
UPDATE: I've found that it isn't the tab key that's causing the issue. If the code completion drop down box appears and I used the down arrow key (on the keyboard) to select an item, each time I hit the down arrow, the editor eats a line of code. So if I hit it three times, three lines get eaten. If it wraps around back to the top, it continues to eat lines until I stop arrowing down.