Actions
Feature #25580
closedfile path auto-completion
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
t3editor
Target version:
-
Start date:
2010-02-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
It would be very handy, if the code completion would help to enter a path to a file, like:
10 = TEMPLATE
10.template = FILE
10.template.file = fileadmin/<suggests all folders and files within fileadmin>
or for INCLUDE_TYPOSCRIPT statements, like:
<INCLUDE_TYPOSCRIPT:source="file:fileadmin/
The suggestion should also be able to resolve a path like this:
10.template.file = EXT:foo_bar_extenstion/res/templates/<...>
(issue imported from #M13686)
Updated by Tobias Liebig over 13 years ago
- Priority changed from Should have to Could have
Updated by Michael Stucki almost 11 years ago
- Project changed from 75 to TYPO3 Core
- Target version deleted (
0)
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Status changed from New to Resolved
can't be done unless we parse all paths on load. No thanks :)
Actions