Hallo Michael,

Michael_OF wrote:

> 10 = FLUIDTEMPLATE
> 10 {
>   file.cObject = CASE
>   file.cObject {
>   }
> }
> 
> 
> Die öffnende geschweifte Klammer in der vierten Zeile
> 
>   file.cObject {
> 
> wird NICHT als solche erkannt, bleibt rot statt blau. Die schließende
> Klammer in der fünften Zeile wird dann "folgefalsch" als schließend zu
> Klammer in Zeile 2 "erkannt" und grün markiert.

das korrekte automatische Einrücken funktioniert nur, wenn du ausschließlich 
mit Klammern arbeitest, also:

10 = FLUIDTEMPLATE
10 {
  file {
    cObject = CASE
    cObject {
      ....
    }
  }
}

hth
Gregor
-- 
http://www.a-mazing.de/   |   Certified TYPO3 Integrator

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an