i'm selecting from line 2 to 7 and press the shortcut. I'm using ActionScript but i get this with php too. but more important, this behavior is only for lines of code inside a function, wich are already delayed with some tabs

so to exemplify again, this is normal:

ColorShortcuts.init();
DisplayShortcuts.init();
SoundShortcuts.init();
CurveModifiers.init();
TextShortcuts.init();
FilterShortcuts.init();

after i press 3 times the shortcut i get:

/*ColorShortcuts.init();
DisplayShortcuts.init();
SoundShortcuts.init();
CurveModifiers.init();
TextShortcuts.init();
FilterShortcuts.init();*/


On Thu, May 22, 2008 at 1:20 PM, Hans-Joerg Bibiko <bibiko@eva.mpg.de> wrote:

On 22 May 2008, at 12:12, Baluta Cristian wrote:

why commant+/ is adding a tab for each call?

public static function main () {
               ColorShortcuts.init();
                                               DisplayShortcuts.init();
                                               SoundShortcuts.init();
                                               CurveModifiers.init();
                                               TextShortcuts.init();
                                               FilterShortcuts.init();



What do you are doing precisely (what language grammar, selection yes or no, soft tab, etc.)? For me it works.


--Hans

______________________________________________________________________
For new threads USE THIS: textmate@lists.macromates.com
(threading gets destroyed and the universe will collapse if you don't)
http://lists.macromates.com/mailman/listinfo/textmate



--
Cristi
www.ralcr.com