Until recently (I checked version 6.50) the variables in the debugger on the JSFX IDE sorted an underscore last. Now (version 6.57) it’s sorting them first:
Can we revert to the old behavior?
I care about this because I’m working on a library and I started all library variable names with underscore—this way my library variables would show up below the user-defined variables (by “user” I mean the person using the library). A small quality-of-life win. But now all my library variables are showing up first. I guess I could start all variable names with “zz”, or something like that. But underscores would be cleaner…