Zitat von
Olli:
Moin,
ich wünsche mir dringend, daß die [color]-Tags auch innerhalb von code/delphi-Bereichen funktionieren.
Danke Wink
...ich auch.
Delphi-Quellcode-Tag's:
[delphi ]
__// Kommentar
__procedure TForm1.SortList(var aList: TStringlist; const Count: String): Boolean;
[/delphi]
Delphi-Quellcode:
// Kommentar
procedure TForm1.SortList(var aList: TStringlist; const Count: String): Boolean;
Pre-Quellcode-Tag's:
[pre ]
__// Kommentar
__procedure [color=red ]TForm1.SortList[/color](var aList: TStringlist; const Count: String): Boolean;
[/pre]
Code:
// Kommentar
procedure [color=red]TForm1.SortList[/color](var aList: TStringlist; const Count: String): Boolean;
So oder in dieser Art wärhr es doch nett. Oder ?
[delphi ]
__// Kommentar
__procedure
[hl ]TForm1.SortList
[/hl](var aList: TStringlist; const Count: String): Boolean;
[/delphi]
Code:
[color=green]// Kommentar[/color]
[b]procedure[/b] [color=red]TForm1.SortList[/color]([b]var[/b] aList: TStringlist; [b]const[/b] Count: [b]String[/b]): Boolean;