Improved the Variable Highlighting - Double-clicking on a variable in the editor
The variable highlighting feature in the code editor (and now in the debugger) has been extended so that it will also work with variable names that have a period in them (for example my.variable or #myWindow.tbox). This is especially helpful with window handles.