Feature #1032
TYPO3 code / TSref API site
| Status: | Resolved | Start date: | 2008-07-10 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Steffen Kamper | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | 1.0.0 | Estimated time: | 0.00 hour | |
| Votes: | 0 |
Description
Imaginge having a TYPO3 TS snippet and being able to click on the word 'GIFBUIDER' that would take you to a TYPO3 site with documentation on that object.
Just as you can call http://www.php.net/array_merge (or whatever function)
That would be sooooooo nice!
Associated revisions
[Bug 1032] Change: Handle people that are on the waiting list
History
Updated by Steffen Kamper almost 5 years ago
- Assignee set to Steffen Kamper
yes!
Funny you wrote that at same time as i mentioned it in mail :-)
I will do that next days.
Updated by Michiel Roos almost 5 years ago
The URL link feature is already in the Geshi language file. For PHP it looks like:
'URLS' => array(
1 => '',
2 => '',
3 => 'http://www.php.net/{FNAME}',
4 => ''
),
set1 is for the control structures (if, then, while etc.)
set2 is for null, false, public, private etc.
set3 is for the function names
set4 is for data types (int, bool, etc.)
In TypoScript this breaks down to:
set1 is for first level things like debug, absrefPrefix and _LOCAL_LANG
set2 is for content objects in general (USER, USER_INT, COA, etc.)
set3 is for gifbuilder objects (WORKAREA, TEXT, SHADOW, etc.)
set4 is for menu objects (TMENU, JSMENU, etc.)
set5 is for setup? (PAGE, META, FRAMESET, etc.)
These sets can all have a different landing URI.
Updated by Michiel Roos almost 5 years ago
- Status changed from New to Resolved
Excellent work Steffen!
Updated by Michiel Roos almost 5 years ago
- Target version set to 1.0.0