中国最专业的商业控件服务网
[
请登录
] [
注册
]
慧都解决方案
热门搜索:
XGantt
|
DevExpress
|
WebUI
|
BCGControlBar
|
工作流
|
silverlight 图表
|
报表
搜索控件
购买流程
销售承诺
支付方式
慧都服务
首页
找控件
控件问答
资讯
咨询服务
培训
视频教程
关于慧都
电话:400-700-1020(免费)或023-66090381
慧都咨询服务,助你提升开发效率,降低成本
真实姓名:
方便我们称呼您,我公司将承诺对于您的个人信息将完全保密
*
公司名称:
请填写公司全称,以便我们为您提供一对一的贴心咨询服务
QQ:
请填写常用的QQ,以便我们为您提供即时的线上答疑
MSN:
请填写常用的MSN,以便我们为您提供即时的线上答疑
*
电话:
以便我们为您提供免费售前咨询服务
通讯住址:
方便给您免费投递控件资料
提交
product
您可能会用到这些产品
开发商产品
更多
ModelMaker
ModelMaker Code Explorer
Code Explorer for VS
Structured Diff Viewer
版本更新
更多
Code Explorer for VS v2.2
(09-08-18)
...v2.1
(08-11-24)
...v2.03 beta
(08-07-08)
授权相关问题
产品授权方式主要有哪些?
如何选择适合自己的授权方式呢?
怎么区别开发授权和分发授权?
购买了控件是否就可以任意使用呢?
授权的使用期限是多久?
相关文章
暂时没有相关新闻
同类产品
TMS Scripter Studio
CodeRush
Refactor! Pro
vbCodeShield
CodeCompare
PhpStorm
上一个
RegExpr
下一个
TMS Scripter Studio
Code Explorer for VS
[产品编号: 11616 ]
收藏
订阅
当前版本:
v3.0
[销售以商家最新版为准,如需其他版本,请来电咨询]
开 发 商:
ModelMaker Tools
正式授权
产品类型:软件
产品功能:
代码分析
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍
下载
购买
版本更新
开发商
视频与培训
评论
Code Explorer for VS v2.2
(最新版)
(09-08-18)
v2.1
Code Explorer for VS v2.2
(09-08-18)
...v2.1
(08-11-24)
...v2.03 beta
(08-07-08)
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.