AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

CodeFormating für Delphi 2007

Ein Thema von Markus_Kohl · begonnen am 5. Mai 2008 · letzter Beitrag vom 6. Mai 2008
Antwort Antwort
Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.340 Beiträge
 
Delphi 12 Athens
 
#1

Re: CodeFormating für Delphi 2007

  Alt 5. Mai 2008, 12:58
hab mir zwar doch nochmal diese CodeFormatierer angesehn, aber da bleib ich doch lieber bei meiner Handarbeit
hat sich in den letzten Jahren nicht viel geändert



JEDI Code Format arbeitet garnicht
Zitat:
Formatting file D:\...\FType.pas
Exception TEParseError unexpected token in factor
Near ; near line 138 col 58
Aborted due to error
dieses Semikolon muß aber da sein, denn ohne würde bestimmt der Compiler meckern

und DelForExp formatiert vorallem bei den "class operator"'s ganz schlimm
Delphi-Quellcode:
TByteRecEx = packed record
  class Operator Implicit(Value: Byte): TByteRecEx; {$I FInline.}
    class Operator Implicit(Rec: TByteRecEx): Byte; {$I FInline.}
      class Operator Implicit(Value: TByteRec): TByteRecEx; {$I FInline.}
        class Operator Implicit(Rec: TByteRecEx): TByteRec; {$I FInline.}
        public
          case Byte of
            0: (Org: Byte);
            4: (Bin: Byte);
            6: (Bits: TByteSet);
          end;
          TWordRecEx = packed record
            class Operator Implicit(Value: Word): TWordRecEx; {$I FInline.}
              class Operator Implicit(Rec: TWordRecEx): Word; {$I FInline.}
                class Operator Implicit(Value: TWordRec): TWordRecEx; {$I FInline.}
                  class Operator Implicit(Rec: TWordRecEx): TWordRec; {$I FInline.}
                  public
                    case Byte of
                      0: (Org: Word);
                      4: (Bin: Word);
                      5: (Lo, Hi: Byte);
                      6: (Bits: TWordSet);
                      7: (Bytes: TByteArray2);
                    end;
// und das geht so weiter, bis zu weit nach rechts ... aus dem Bild raus
mit der Einrückung hat der echte Probleme


meine Testdatei ist zwar schon "schön" formatiert (jedenfalls find ich es so übersicher)
und sie ist auch fehlerfrei



Aber falls wer doch 'nen CodeFormatierer kennt, welcher mit solchen Dateien kein Problem hat ...
ich wäre bereit mir zumindestens mal dessen formatieren Text anzusehn
Angehängte Dateien
Dateityp: pas ftype_185.pas (99,0 KB, 7x aufgerufen)
Ein Therapeut entspricht 1024 Gigapeut.
  Mit Zitat antworten Zitat
Antwort Antwort


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 19:45 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz