ANN: ModelMaker Code Explorer 2.22 beta available
From: Gerrit Beuze (gerrit[at]modelmaker[dot]demon[dot]nl)
Date: 08/30/04
- Next message: Janne Timmerbacka: "Re: Correct calling conversion"
- Previous message: Girish Patil \(Gnostice\): "ANN: Gnostice is moving!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 30 Aug 2004 11:29:12 +0200
Hi all,
ModelMaker Code Explorer 2.22 beta has just been released to beta testers.
Check www.modelmakertools.com/betas/mmx222.htm for details.
Most interesting new features added since MMX 2.21 beta:
+= Convert to const recognizes numbers and strings, allows you to convert a string or number
to a unit const without moving the cursor.
+= Add Parameter (to method/procedure) using the word at editor position, adds the
parameter to both interface and implementation headers. Type can be picked from
type selector and uses context sensitive lookup.
+= Embrace templates can use <!clipboard!> macro. For example, add try/finally around
existing code
try
finally
<!clipboard!>.Free;
end;
+= Embrace templates can use reverse indent (unindent templates rather than code)
Useful for adding begin/end pairs around exsiting code that should not be indented.
+= Rename local improved, allows selecting replace scope: defaults to current method, optionally
current class or entire unit.
+= Use unit improved, single click (optionally) adds unit.
+= Tabs support, particularly important for C# editing.
+= Sorting hints, are (optionally) displayed when classes are not sorted according to the
(user definable) sorting scheme. Details pane navigates to conflicting members.
+= Check sort status, manually check the sorting status for class interfaces and implementations
+= MMX menu available as main menu item (optional, can be reverted to previous position)
C# support:
+= Next/Previous entity
+= Select Token plus Cut/Copy/Paste
+= Add Field
+= Multiple Delete entities
+= Convert to Const (numbers and strings)
+= Rename Local
+= C# (multiple) Delete supported.
+= Change Visibility
+= Change Modifiers
Changes since MMX2.20:
+= Add Local var improved
+= Extract Method improved
+= Delphi IDE menus modified and grouped.
This beta is available for registered ModelMaker Code Explorer 2 users.
If you want to try this beta, please contact me at gerrit at modelmaker
dot demon dot nl
Gerrit Beuze
ModelMaker Tools
- Next message: Janne Timmerbacka: "Re: Correct calling conversion"
- Previous message: Girish Patil \(Gnostice\): "ANN: Gnostice is moving!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|