Bug #25548
closedBugfixes for t3editor CodeCompletion
0%
Description
since the last release (for 4.3.0 alpha1) serveral bugfixes were made for the codecompletion. These fixes are commitet to the t3editor svn on forge.
See commit log for changes:
------------------------------------------------------------------------
r14119 | etobi.de | 2008-11-13 16:12:55 +0100 (Do, 13 Nov 2008) | 4 lines
- bugfix http://bugs.typo3.org/view.php?id=9789
0009789: t3editor codecompletion: sometimes the ajax-call fails due missing file t3lib_pageselect.php (which does not exists)
------------------------------------------------------------------------
r15586 | stoefln | 2009-01-11 17:53:52 +0100 (So, 11 Jan 2009) | 1 line
replaces mysterious " characters which caused a character encoding problem
------------------------------------------------------------------------
r15592 | stoefln | 2009-01-11 19:15:50 +0100 (So, 11 Jan 2009) | 5 lines
scrolldown-bug with mousecursor and cursor-down (selection jumps to the mousecursor)
-delayed loading of descriptions
-CSS styled description box
-wrong colors of external tsref-properties
-----------------------------------------------------------------------
r15593 | stoefln | 2009-01-11 20:01:19 +0100 (So, 11 Jan 2009) | 1 line
continuous typing now possible without taking care of lower or uppercase
-----------------------------------------------------------------------
r15594 | ckartnig | 2009-01-11 21:07:09 +0100 (So, 11 Jan 2009) | 2 lines
added support for TLOs (pressing Ctrl-Space in a blank line)
fixed a bug in completionresult.js that prevented properties with non-string values from being shown
------------------------------------------------------------------------
r15611 | stoefln | 2009-01-12 15:30:58 +0100 (Mo, 12 Jan 2009) | 1 line
- TLO support and external-template-override bugfix
------------------------------------------------------------------------
(issue imported from #M10382)