中国最专业的商业控件服务网

慧都控件网

电话:400-700-1020(免费)或023-66090381
product
最经典Silverlight控件套包助你打造酷炫的Web应用程序
  • 暂时没有相关新闻
上一个 上一个 RegExpr 下一个 下一个TMS Scripter Studio
Code Explorer for VS
[产品编号: 11616 ]  
Code Explorer for VS

收藏订阅

  • 当前版本:v3.0   [销售以商家最新版为准,如需其他版本,请来电咨询]
  • 开  发 商:ModelMaker Tools 正式授权
  • 产品类型:软件
  • 产品功能:代码分析
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍 下载 购买 版本更新 开发商 视频与培训 评论  
Code Explorer for VS v2.2(最新版) (09-08-18) v2.1

Code Explorer for VS 版本更新 v2.2 (更新日期:8/18/2009)

General new features

  • Engine, importers, and tools support higher Ascii characters in identifiers, allowing names like Länge and Mañana - depending on the system code page.
  • New type selector with auto drop down filtered list of all known types and auto completion. Old style type selectors (radio buttons) have been removed everywhere and related dialogs have been redesigned.
  • Type Selector handles Alt+Right / Alt+ Left to go to the next uppercase character in an identifier. This improves navigating in identifiers like MoveToNextBoundary.
  • The type selector auto completion checks type history and predefined types (previously known as type presets) before checking other known types. Customizing the predefined types allows changing auto completion order for types like string, int and bool. Predefined types can be edited via Properties | [Language] | Editing. New defaults are applied, previous type presets are ignored.
  • The Delegate dialog has an embedded parameter wizard. This allows structured editing of the delegate parameter list.
  • The (embedded) parameter wizard (method and delegate dialogs) has a filtered auto drop down list with previously entered variable/type name combinations.
  • The (embedded) parameter wizard supports multiple selection when changing parameter modifiers (const, out etc) type name and default value.
  • Extract method makes the extracted method a static / class method if the original method was a static / class method
  • Surround template - default style - optionally selects the entire method body if no selection is made. Useful to insert templates that insert code before and after the current method code.
  • In documentation templates the macros <!date!> and <!time!> are available. These expand to the short date and time format as defined in the system locale settings.
  • Source Indexer "Excluded Paths" accepts sub directories such as "\__history\" . Excluded sub directories are case insensitive. For example:
    "\cv" skips "c:\tests\CVS" and "c:\tests\cvs-tests"
    "\cvs\" skips "c:\tests\CVS\" but not "c:\tests\cvs-tests\"
    "\_history\" skips "c:\source\main\_history\" and "c:\source\options\_history\"
  • Convert to Const now accepts all letters (and digits) when building the constant identifier from the extracted text.
  • MMX dialogs use ClearType font Tahoma.

Solved bugs

  • VS: Occasionally a tooltip shadow would remain visible after the tooltip was hidden. Fixed.