Actions
Bug #25531
closedidention in first line after { doesn't work correct
Status:
Closed
Priority:
Should have
Assignee:
Administrator Admin
Category:
t3editor
Target version:
-
Start date:
2008-05-16
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
if you have a code like this:
plugin.tt_news {
pid_list =
PIDitemDisplay =
}
and press tab in the first line after { to indent this line you will get something like this:
plugin.tt_news {
}pid_list =
PIDitemDisplay =
}
(issue imported from #M8435)
Updated by Administrator Admin over 14 years ago
i've removed the faulty auto-closing-brakets.
This should be no issue anymore (at least since TYPO3 4.4.beta2)
Updated by Michael Stucki almost 11 years ago
- Project changed from 75 to TYPO3 Core
- Target version deleted (
0)
Actions