中国最专业的商业控件服务网
[
请登录
] [
注册
]
慧都解决方案
热门搜索:
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
用户评论
慧都网友:
刚下载了,还不会用!
版本更新
更多
ModelMaker Code Explorer v8.0
(09-10-26)
...v7.13 beta
(09-08-18)
...v7.02
(08-11-24)
...v6.01 beta
(08-07-08)
...v5.13 beta
(08-01-10)
授权相关问题
产品授权方式主要有哪些?
如何选择适合自己的授权方式呢?
怎么区别开发授权和分发授权?
购买了控件是否就可以任意使用呢?
授权的使用期限是多久?
相关文章
暂时没有相关新闻
同类产品
TMS Scripter Studio
CodeRush
Refactor! Pro
vbCodeShield
CodeCompare
PhpStorm
上一个
CodeSite Logging System
下一个
ModelMaker
ModelMaker Code Explorer
[产品编号: 11463 ]
收藏
订阅
当前版本:
v9
[销售以商家最新版为准,如需其他版本,请来电咨询]
开 发 商:
ModelMaker Tools
正式授权
产品类型:软件
产品功能:
代码分析
/
UML
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍
下载
购买
版本更新
开发商
视频与培训
评论(1)
ModelMaker Code Explorer v8.0
(最新版)
(09-10-26)
v7.13 beta
ModelMaker Code Explorer v8.0
(09-10-26)
...v7.13 beta
(09-08-18)
...v7.02
(08-11-24)
...v6.01 beta
(08-07-08)
...v5.13 beta
(08-01-10)
ModelMaker Code Explorer 版本更新 v8.0
(更新日期:10/26/2009)
Delphi 2010 IDE and syntax support
New Delphi 2010 Win32 language mode on Properties | Pascal| Parsing tab.
Support for the delayed option in external procedures.
Support for custom attributes in parser and editor.
Attributes wizard available for classes and members (multiple selection in explorer). Uses attribute presets, organized similar to templates.
Show Related Classes
Show related classes: "Alt+Click" in Explorer Classes view shows Related Classes in a popup window. Also available from the classes view tool bar and Navigate pop-up sub menu and the IDE Editor Navigate commands. Used to navigate (across modules) between
a class and its descendants,
a class and its ancestor,
a class and other classes derived from the same ancestor (siblings),
a class and the interfaces it supports (implements)
an interface and classes implementing (realizing) the interface.
General New Features
The Interface Wizard is invoked when dropping an interface reference node on a class node in the Explorer classes view. Referenced interfaces may defined in other source files as the file was previously parsed by MMX.
Pascal: support for type alias IUknown = IInterface in navigation features and the interface wizard.
Pascal: Auto add to uses first checks all already "used" units before using a new unit. This makes the feature more precise.
Format uses clause: reformats a uses clause either as "combine and wrap units" or "each unit on new line" style. If there's a comment or compiler directive in the uses clause, the clause is skipped and a message displayed. Available in the main IDE MMX |Sorting sub menu and in the Explorer Members view Sorting sub menu. Editor keybinding defaults to Ctrl+Alt+U.
Delphi 6, 7 and 2005: Activate Page lets you activate an editor page using a filtered drop down list. A button is inserted in the IDE editor tab control - similar to more recent Delphi IDEs.
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\"
Align Code, align selected lines on tokens like
= : := ; "read" "write"
. Commonly used to align var, constant and property declarations.
Convert to Const now accepts all letters (and digits) when building the constant identifier from the extracted text.
MMX dialogs use ClearType font Tahoma.
The main IDE Tools sub menu has been split into "Tools" and "Text Tools" to avoid the sub menu getting too large.
Solved bugs
D2009: Sorting | Rearrange Members would cause an AV. Fixed.
D2009: anonymous methods (closures) without parameters and with an empty param list ( ) would cause parse errors. Solved.
D2009: selected text would in some cases (for example in Convert to Const) not use the correct editor encoding, possibly resulting in odd extracted texts. Solved.
D2009 (possibly other IDEs too): the explorer classes tree would in some cases be invisible after returning from debug layout. Solved.
Pascal: property accessors using qualified names would in some cases cause the importer to fail. Solved.
Pascal: combining deprecated calling conventions like far and export with others like stdcall would clear the non-deprecated calling convention. Solved.
Pascal: Extract method invoked on nested procedures would not look into containing methods to find local vars and parameters. Solved.