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

Steffen Kamper steffen at sk-typo3.de
Sat Nov 24 12:43:50 CET 2007


"Helmut Hummel" <typo3 at jhpc.de> schrieb im Newsbeitrag 
news:mailman.1.1195900716.27507.typo3-dev at lists.netfielders.de...
> Hi,
>
> Steffen Kamper schrieb:
>>
>> after {+enter i would like to have autoindent, also negative one
>> after }+enter
>
> Ident and outdent can really be improved.
> For now, 2 Spaces is hardcoded for one level of idention:
>
> foo {
>  bar = value
> }
>
> foo {
>  bar {
>    foo = value
>  }
> }
>
> I always use 4 Spaces for one level of idention.
>

this could be a config option

> foo {
>    bar = value
> }
>
> But if I hit enter after the bar line, the cursor start in column 2 in
> the new line. Perhaps it would be nice to be able to set this in options.
>
> Also autoidention would really be nice. It could be a help to find not
> closed braces.
>
> My texteditor has also the nice feature to ident and outdent multiple
> lines by selecting them and pressing TAB (ident 1 level) and CTRL+TAB
> (outdent 1 level).
>

the same works in rte with the selected text, should be easy to copy the 
method.

btw - i really like the strg+s - feature for quick save. I only found it by 
random - where is a documentation of the implemented functions? It would 
help to check them out and not asking for features that are implemented but 
not found.

vg  Steffen

vg  Steffen 






More information about the TYPO3-dev mailing list