Actions
Feature #25509
closedimplement "auto-closing brackets"
Status:
Closed
Priority:
Should have
Assignee:
Administrator Admin
Category:
t3editor
Target version:
-
Start date:
2008-01-24
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
This is a known feature from many "offline editors".
When the user types an opening curly bracket and hit <RETURN> for a new line the editor should insert a closing bracket automatically behind the cursor.
Example:
The user types:
page {<RETURN>
and he get:
page {
}
The cursor should be placed between the brackets.
(issue imported from #M7255)
Updated by Administrator Admin almost 17 years ago
it's now implemented in the latest release of the t3editor
Updated by Michael Stucki almost 11 years ago
- Project changed from 75 to TYPO3 Core
- Target version deleted (
0)
Actions