Added “set values” helper to tables and lists where you can select a range of points and set all the values to a new value you specify.
Added “linear interpolation” helper to tables and lists where you can select a range of points (or a block of cells in a table) and have the application automatically fill in with end-to-end or corner-to-corner linear interpolation values. Helps to smooth out areas easier than doing it by hand.
Added “next tab” and “prev tab” accelerators. Pressing alt+left will move to the “previous” tab in the tab panel and alt+right will more to the “next” tab. Very handy when working on a laptop in the car where you'd rather not move the fingers away from the keyboard anymore than you have to. Makes switching between the datalog tab and the ECU configuration settings tabs much more convenient.
Change the way ECU configuration and datalog graph views handled “focus” changes when tabs switched. This keeps keyboard focus on the main table being edited when you switch between the datalog tab and an ECU configuration tab. For example, when editing the SD VE table and you switch back and forth between the datalog tab and the SD VE table. Keyboard focus used to leave the SD VE table so you always had to click back on the table to start editing again. This changes that behavior to you can just swap back and forth and edit constantly without moving the hands from the keyboard.
Added AEM model number (30-2301) to the “AEM wideband” alias item to help differentiate it from all the other AEM WB routines out there.
Fixed a few direct access display bugs that caused some goofy behavior on a few systems. Sometimes the DA tab would come up empty, for example, and you had to close the tab and open it again to fix it.
Fixed how the WGS (boost control) tab handled the “enabled” state to allow for setups where boost control was being used without a boost sensor connected. It could be done before, but now it's a lot easier without any goofy workarounds.
Added new “toggle last saved” button to the ECU Config area that lets you toggle your current tab view between what you're currently editing and the last saved values. This is REALLY useful when editing SD VE tables, for example. Particularly when working with helper-suggested adjustments. It's handy to see exactly how much of an adjustment was suggested and in which cells so you can smooth around those areas appropriately.
Changed how the “show stock values” button works in direct access to be more intuitive. Now, when you press “show stock values”, you can just immediately hit “save to ecu” to copy those values into the ECU instead of having to do an explicit “use stock values” operation first (which was a little confusing).