Bug #25518
closedtyposcript right to a operator is not tokenized
0%
Description
this regards the codecompletion we are developing at the moment.
for example:
page.10 < plugin.test1.test2
here "plugin.test1.test2" gets wrapped by one single span tag.
the problem is now, that the codecompletion can only operate on tokenized (one spantag per element) typoscript. so the codecompletion is not working on the right side of an operator currently.
this issue is a new one. i remember a version where the TS on the right side was tokenized correctly.
(issue imported from #M8103)
Updated by Stephan Petzl over 16 years ago
ups- title is wrong.
should be "typoscript right to a operator is not tokenized"
Updated by Administrator Admin over 16 years ago
Thanks Stephan for your efforts on implementing the advanced CodeCompletion.
As this will not go into 4.2 - but the next release for sure - we'll take care of this after releasing the 4.2 final (which will come soon i guess)
Updated by Administrator Admin about 16 years ago
Initialy i implemented that everything behind an operator is highlighted as "value" because some special cases like URLs containing "//" (which is interpreted as a comment) or other Keyswords (see: #6834)
as Stephan and i discussed i will fix this, but just for the operators < or =< its senseful to have code-completion on the right side of the operator
All other operators (like = or >) will be followed by an "value" which must not be tokenized
Updated by Michael Stucki almost 11 years ago
- Project changed from 75 to TYPO3 Core
- Target version deleted (
0)