Inconsistent variable sort order

The sort order for variables in the Project tab is different from in the Variables Editor window. Specifically, variables starting with _ appear before letters in the project tab, but after them in the Variables Editor.Also, you don’t get a confirmation when deleting variables from the VE. Kind of a blessing when deleting a lot of them, but thought I would mention it :slight_smile: In any case, it’d be nice if the focus was retained after deleting a variable in either view - like, automatically selecting the next or previous variable, rather than losing the focus altogether.Steve

Steve,

I see what you mean with the sorting… unfortunately that’s out of our control as it’s done by the built in sort algorithms with the components we’re using. The lack of confirmation in the Variables Editor is as designed, as the changes don’t take effect if you hit the Cancel button. I’ll fix the focus problem for the next build.

.t8

Ah, that’s nice if you can cancel variable deletions - I wasn’t sure.

Steve