Project

General

Profile

Actions

Bug #65809

closed

Autocompletion fails in TypoScript-Editor

Added by Philipp Müller about 9 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
t3editor
Target version:
-
Start date:
2015-03-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Stabilization Sprint

Description

Because of the bugfix #25594 the autocompletion of typoscript-code fails, when I try to create new Objects.

For example, when I create a new TEXT-Object like this:

lib.field_test = TEXT
lib.field_test {
  value = This is a test
}

The section after the first "lib." will be interpreted wrong:

Before the bugfix #25594 this worked correctly (see Screenshot 2) and when I remove the line 2603:

                    ch == "." ||

in typo3/sysext/t3editor/res/jslib/parse_typoscript/tokenizetyposcript.js, the problem is solved.


Files

Screenshot.png (16.6 KB) Screenshot.png Xavier Perseguers, 2015-04-13 11:38
screenshot1.png (8.4 KB) screenshot1.png Wrong Philipp Müller, 2015-04-22 11:43
screenshot2.png (8.31 KB) screenshot2.png Okay Philipp Müller, 2015-04-22 11:43

Related issues 4 (0 open4 closed)

Related to TYPO3 Core - Bug #25594: typed text does not get replaced correctly by code completion on right side of operatorClosedTobias Liebig2010-12-03

Actions
Related to TYPO3 Core - Bug #66457: t3editor does not indent code with dot-syntax Closed2015-04-16

Actions
Related to TYPO3 Core - Bug #68440: t3editor: stdWrap-properties missing in TEXT-cObjectClosedStefan Froemken2015-07-21

Actions
Related to TYPO3 Core - Task #81885: Remove TypoScript syntax highlighting and code completionClosed2017-07-15

Actions
Actions

Also available in: Atom PDF