Project

General

Profile

Actions

Bug #25518

closed

typoscript right to a operator is not tokenized

Added by Stephan Petzl about 16 years ago. Updated over 5 years ago.

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)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #25550: bugfixes for t3editor codecompletionClosedAdministrator Admin2009-04-13

Actions
Actions #1

Updated by Stephan Petzl about 16 years ago

ups- title is wrong.
should be "typoscript right to a operator is not tokenized"

Actions #2

Updated by Administrator Admin about 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)

Actions #3

Updated by Administrator Admin over 15 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

Actions #4

Updated by Administrator Admin about 15 years ago

commited to trunk r5313

Actions #5

Updated by Michael Stucki over 10 years ago

  • Project changed from 75 to TYPO3 Core
  • Target version deleted (0)
Actions #6

Updated by Michael Stucki over 10 years ago

  • Category set to t3editor
Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF