ANN: ModelMaker Code Explorer 3.15 released
- From: "Gerrit Beuze" <gerrit[at]modelmaker[dot]demon[dot]nl>
- Date: Thu, 29 Sep 2005 08:56:50 +0200
Hi all,
ModelMaker Tools is happy to announce the release of
+++++ ModelMaker Code Explorer 3.15 +++++
Major new features include (highlights)
+= Customizable property access code snippets, any number of snippets
can be created and selected when creating or modifying a property.
// Pascal property setter example
if (<!FieldName!> <> <!WriteParam!>) then
begin
<!FieldName!> := <!WriteParam!>;
Changed;
end;
+= Property completion, fully customizable and full featured.
+= Comment selected members or entity at editor position
+= Extract method works on plain module procedures
+= Improved parameter wizard, integrated in method and procedure editors.
+= Many improvements to Pascal hard coded strings scanner.
+= Convert to resourcestring/ const allows creating a local identifier
or to place declaration in separate file.
+= Assembly importer creates C# or Pascal source file from .NET assembly
containing class and interface declarations.
For a detailed overview of changes check
http://www.modelmakertools.com/code-explorer/history/mmx315.html
Existing ModelMaker Code Explorer 3 customers receive a FREE update.
This is what ModelMaker Code Explorer is about:
o Award winning Refactoring Browser with Delphi pascal and C# .Net support.
o Integrated with Borland Delphi 5 6 7 8 Delphi 2005 and C#Builder.
o Improve the design of existing code with build-in refactorings
o Instant, two-way navigation.
o Point-and-click, drag-and-drop programming.
o IntelliReplaceT propagates renames in code.
o Create and edit classes, members and procedures.
o Instantly copy, paste and on-the-fly convert classes, methods, properties etc.
even between classes and modules.
o Rearrange and Sort code.
o IDE Editor Refactorings bring refactorings right in the Editor.
Gerrit Beuze
ModelMaker Tools
.
- Prev by Date: Re: version Control
- Next by Date: Re: Reporting with good end-user designer
- Previous by thread: version Control
- Next by thread: Re: Ultimate Page Control SuiteT for Borland DelphiT
- Index(es):
Relevant Pages
|