文件名称:VA_X_Setup1940
文件大小:12.65MB
文件格式:EXE
更新时间:2016-06-30 07:44:14
VA VC6.0 VS2012
Visual Assist X
Build 1940
requires software maintenance through 2013.05.30 (General release.)
New! Context-insensitive Highlight Active Word feature for unparsed files (such as text files) as well as strings and comments in parsed files. Enabled via Options | Advanced | Refactoring | Automatically highlight words matching comment under cursor. (case=73003)
New! Users can disable Surround With for individual characters '/*{#( via the registry. (case=73487) 11315
New! Changed default C++ Create From Usage snippet to use std::logic_error instead of std::exception. (case=72946) 11314, 11282
Fixed crashes identified via Windows Error Reporting. (case=73742, case=73743, case=73744, case=73745, case=74097)
Improved load time for solutions with tool-generated projects that are regenerated without change to contents. (case=74014)
Case-sensitive filtering for Find Symbol in Solution and Open File in Solution introduced in build 1936 is now optional and controlled via context menu in results list. (case=74214) 11359, 11347
Several fixes for refactoring and navigation for partially qualified symbols brought into scope with the C++ using namespace directive. (case=5315, case=7148, case=20644) 6573, 5959, 5219
Fix for Create Declaration generating C++ code with redundant scope qualifier when target class is in a namespace. (case=5277, case=6593) 10819, 10053, 9172, 8062, 7385, 6934, 6257, 5959
Fix for Create/Move Implementation stripping necessary scope qualifier from method pointer parameter. (case=73856)
Fixed Goto from VA Outline when duplicate code windows open. (case=61729) 11350, 10375
Fix for Goto missing some interface implementations. (case=74344)
Fix for Create Implementation generating code with extraneous whitespace under some circumstances. (case=73112) 11291
Improved support for filename matching when names contain multiple dots. (case=73757) 11333
Fixed focus issue with the suggestion list that appears following "in" in a C# foreach statement. (case=73981) 10226
Surround With feature is no longer invokable within comments, string literals, and tags in XML/HTML/XAML. (case=74045)
Fix for Visual Studio reporting an exception when scrolling quickly through HTML and ASP files containing JavaScript when highlighted find results are present. (case=74466)
Fix for Add Include placing the #include directive within a function block under some conditions. (case=74288) 11363
Add Include is no longer offered for std::string if #include