[Typo3-dev] Project idea: TypoScript tools
Kasper Skårhøj
kasper at typo3.com
Tue Mar 23 16:18:59 CET 2004
> i. TypoScript break-point debugging - the ability to execute parts of
> the typoscript tree to see what the result will be
>
Can be done already ( for years): Enter the Template Analyser, enable
linenumbers, click a linenumber and voila, you are redirected to the
object tree where parsing will stop at the linenumber you clicked. You
see the result.
> ii. TypoScript tree -> to -> line of typoscript jumping - click on part
> of the typoscript in the object browser and get taken to the line which
> set it
Might be easy to do. In fact something along those lines are done for
the comments used in TypoScript Constant Editor: Here entries in the
tree with ".." suffixed (or something like that) holds the *comment*
just before a property - same manner you could register the linenumber
of the property quite easily.
More information about the TYPO3-dev
mailing list