CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #1032

TYPO3 code / TSref API site

Added by Michiel Roos almost 5 years ago. Updated over 2 years ago.

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

Revision 6657
Added by Niels Pardon over 5 years ago

[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

Also available in: Atom PDF