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)
Actions