[TYPO3-dev] t3editor - call for help: please test it!

Tobias Liebig tobias at work.de
Fri Nov 23 14:24:31 CET 2007


Steffen Kamper schrieb:
> I used the editor now since it is in trunk. Its a great effort and looks 
> nice with syntax highlighting.
> The only error is the insert snippet/linenumber-issue i mentioned (missing 
> linenumbers)

it will be fixed in the next release.

> But my wishlist is big, here are some points:
> 
> * some autocomplete-functions, eg i start writing an object
> 10 = TEXT

Auto-complete is implemented for the "well-known" keywords.
Try this:
  - Type "10 = T" and hit CTRL-Space

Vitaly Dutchak has implemented this nice feature.

> when i hit return, i would like to have in next line
> 10 {
> }
> after {+enter i would like to have autoindent, also negative one 
> after }+enter

i think we can implement auzto-closing braces. So if you type "{"+Enter 
the cursor will be indented and a "}" will be inserted in the next line.

> also some autocomplete (has to be intelligent) - if it's a TEXT-object i 
> would have to see all properties TEXT could have

that is really really difficult. I see some blocking issuses on that.
- we would need to implement an whole TS-Parser in JavaScript which 
"knows" the object type of every single variable in the code.
- we need to build a kind of typoscript-grammar which allow to decide 
which properties are available in this "object type" > and implement it 
in Javascript.
This is really hard stuff to do - specially when talking about 
TypoScript and i think it would be really usable because auf lack of 
performance.

It could be possible to do something like that in TypoScript 2.0 :-)

 >...
> So do you have a plugin interface for the editor?
nice idea. i'll think about that and have a look on the RTE


thanks so far!
feel free to go ahead :-)


regards
    Tobias






More information about the TYPO3-dev mailing list