[lazarus] Idea for EDI
olivier Guilbaud
golivier at free.fr
Wed Feb 26 17:01:40 EST 2003
Hi
on Delphi, there is the GExpert expert who allows to make car correction of
syntax of the kind "application" replaced by "Application". It is very
practical for the work of group. same syntax is kept.
on the same expert, there are tools making it possible to parameterize the
text of a heading of method and heading of unit
example for methods
if i parameter :
{------------------------------------------------
Method %PROC_NAME%
Description
|
author Olivier GUILBAUD
History
%DATE% - Create
-------------------------------------------------}
if I makes CTRL+ALT+P in front of the following decalration:
procedure TObjectName.DoInit(...);
the expert genere the following comment
{------------------------------------------------
Method TObjectName.DoInit
Description
|
author Olivier GUILBAUD
History
26/02/2003 - Create
-------------------------------------------------}
sympatic no ?
regards
Olivier
More information about the Lazarus
mailing list