Einzelnen Beitrag anzeigen

Benutzerbild von 3_of_8
3_of_8

Registriert seit: 22. Mär 2005
Ort: Dingolfing
4.129 Beiträge
 
Turbo Delphi für Win32
 
#11

Re: Plugin für Delphi, Automatisches Kommentieren vom Quellc

  Alt 4. Apr 2006, 21:30
Ich hätt folgendes erwartet:

Aus:

Delphi-Quellcode:
for I:=1 to 10 do
begin
  if blubb then
  begin
    DoFoo;
  end;
end;
Wird:

Delphi-Quellcode:
for I:=1 to 10 do
begin
  if blubb then
  begin
    DoFoo;
  end; //if
end; //for
Manuel Eberl
„The trouble with having an open mind, of course, is that people will insist on coming along and trying to put things in it.“
- Terry Pratchett
  Mit Zitat antworten Zitat