New: Support VS 2010 RTM version. ASP.net: Add support for <%: ... %> syntax. Improved typing assistance - now working smarter and handles single and double quotes as well. Improved JavaScript Formatting. "Fix usings" and "Add missing using" now working for Extension methods as well. Some memory and speed optimizations. Changed default shortcut for "Find Members Taking This Type" from Ctrl+Alt+P to Alt+Shift+M. Previous shortcut is used by Visual Studio for "Attach To Process". Added PageUp/PageDown support in the Go To ... navigation dialogs. Shortcuts for Go To... navigation work when a dialog is already opened. Improved JustCode Error List to keep the selection when updating. Added support for .NET 4.0 COM interop decompilation. Added support for literals in non-Latin characters. Added support for .NET 4.0 support in the installer, now JustCode can be installed on machines with .NET 4.0 only. Added support for undocumented C# keywords: __makeref, __reftype, __refvalue, __arglist. Added support for byte order mark (BOM) character. Support consuming VB properties from C# using set_.../get_... accessor methods. Improved VS 2010 error reporting speed. UI improvements to the progress bar and side arrows. Bug Fixes: Improved support for assembly reference aliases. Fixed App_GlobalResoures in web application to be properly analyzed. Fixed installer to not require .NET 3.5 on machines with only .NET 4.0 Fixed problems with code formatting when code reordering is enabled. VS 2010: Fixed problems with Silverlight 4.0 VS 2010: Toolbar now persists its visibility properly between restarts. Fixed problems with locking Generated_Code folder in SL4 RIA services. String constants in InternalsVisibleTo attribute are analyzed properly now. VB: Fixed "Good Code Red" when an import statement has multiple clauses. VS 2010: Fixed the info stripe bar to properly update when a already opened file is renamed. VB: Fixed property generation for nullable types. VB: Fixed invalid imports to generate a warning not an error. Fixed how Enter and Tab keys work in templates in some situations. Fixed some intermittent good code reds in XAML. Fixed Organize and Add Missing Usings to add missing usings after any comments in the beginning of the file. Fixed a problem where Organize and Add Missing Usings breaks the code when there are using aliases. Fixed showing duplicating errors in some special cases. Fixed a bug in some very rare case that caused typing in open files to not refresh the code analysis. Fixed problems with missing DExplore.exe during installation. Fixed a problem with the documentation not being able to find DExplore.exe on some machines. Now if the documentation is not available it falls back to the online documentation. VB: Properly handle '&' operator precedence. VB: Fixed OptionInfer is On for websites by default in .NET 4.0. JS: Fixed inline variable for boolean expressions. CS: Fixed "Good Code Red" in lambdas with block with several return statements. VS 2010: Fixed how menu items and commands are registered. Now the commands (and their shortcuts) are not reset on each start. VS 2010: Fixed the info stripe bar to refresh properly after rename of an already opened file. VS 2010: Fixed the overridden/overriding to work properly. Info popup fixed to not show if editor is not available. CS: parser exception in "if (item->Depth < depth)". Bad-code-green: Sometimes JC does not show all errors if there are methods with unknown type. Fixed bug : The context is not update correctly when the cursor is moved quickly. Fixed several exceptions in VS editor. Fixed dialog windows to be layout correctly upon resize. Fixed warning markers to show correctly in VS 2010. Fixed MoveTypeToAnotherFile to check correctly for availability. VB: Create Get/Set property now working in a VB Module. VB: Fixed exception when there's no namespace in file and "move type to another file" is invoked. Fixed Introduce Variable from anonymous types. VS 2010: The position of the info popup is now correct. Fixed Generate class with constructor - to generate unique names. Fix the undo on global rename and Cancel in the Confirmation dialog. CS: 0 short/byte constant can be implicitly assigned to enum.