Actions
Bug #20380
closedupdate Function Index in core files
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-04-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
some files like t3lib_tceforms have an old or incomplete Funktion Index, with wrong linenumbers.
its annoying if you use this Index as overview and try to jump to the given linenumber.
(issue imported from #M11014)
Updated by Christian Kuhn over 15 years ago
Yes, most function indexes are outdated.
There was a discussion in core list (with #19753 ) for 4.3. Here is a sum up:
- The indexes should stay. I personally would like to get rid of it completly, it's IMHO of little use, even when editing with an editor like vim
- There should be some magic to renew the function indexes before a release (maybe using extdeveval)
- No instant updates together with a commit, that would overcomplicate things
- No usage counts anymore
Updated by Chris topher over 11 years ago
- Status changed from New to Closed
- Target version deleted (
0)
Function indeces have been removed prior to TYPO3 4.6.
Actions