[TYPO3-core] RFC #10380: Update t3editor base (CodeMirror) to current release 0.60
Tobias Liebig
mail_news at etobi.de
Sun Feb 8 18:32:01 CET 2009
This is SVN patch request.
Type: Bugfix
Branches: trunk (4_3)
BT reference: http://bugs.typo3.org/view.php?id=10380
As you might know 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 )
The attached patch ...
* updates the codemirror javascript files
* cleans up some code
* raises the t3editor version number
* make use of the new api (e.g. when counting the lines)
* remove the obsolete code for checking matching brackets
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch_10380_codemirrorupdate.diff
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090208/3e12e496/attachment-0001.txt
More information about the TYPO3-team-core
mailing list