Actions
Bug #25547
closedUpdate t3editor base (CodeMirror) to current release 0.60
Status:
Closed
Priority:
Should have
Assignee:
Administrator Admin
Category:
t3editor
Target version:
-
Start date:
2009-02-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The t3editor is based on CodeMirror.
During the last couple of month the author of CodeMirror releases serveral new versions.They include several bugfixes and some new features like
- bracket-matching-/highlighting (this was already implemented by the t3editor; this own implementation is obsolete now)
- interface/api to interact with the editors content (e.g. get current line/content, insert text at cursor position)
- several new parsers e.g. for CSS, mixed HTML/JS/CSS
- "dump-tabs", which will allow multiple idention (see #8398 )
(issue imported from #M10380)
Updated by Administrator Admin over 15 years ago
Commited to trunk:
- rev 5177: update t3editor base (CodeMirror) to release 0.60
- rev 5178: Make use of the new CodeMirror API for updating line numbers"
- rev 5179: Use CodeMirrors new method for highlighting matching brackets and remove the now obsolete own implementation
- rev 5181: Increase version number and update EM_CONF
Updated by Michael Stucki almost 11 years ago
- Project changed from 75 to TYPO3 Core
- Target version deleted (
0)
Actions