Actions
Bug #53125
closedTypoScript Editor Help is disabled after multiline comment
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
t3editor
Target version:
-
Start date:
2013-10-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you write TypoScript in Setup-Field there is a great Editor with Help-Dropdown after each dot (Example: 10.wrap.)
If you write a Multiline Comment, the Help-Dropdown doesn't appear anymore after the Comment.
Test with this TypoScript:
page = PAGE
page {
10 = TEXT
10 {
value = Helpdropdown works fine here
}
/*
Multiline Comment
*/
20 = TEXT
# Here the Dropdown is missing, also with STRG+Space:
20.
}
Actions