Actions
Bug #25518
closedtyposcript right to a operator is not tokenized
Status:
Closed
Priority:
Should have
Assignee:
Administrator Admin
Category:
t3editor
Target version:
-
Start date:
2008-04-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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)
Actions