[TxMt] Add a comment region

Baluta Cristian cristi.baluta at gmail.com
Thu May 22 11:32:45 UTC 2008


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 at 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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20080522/d0437afd/attachment.html>


More information about the textmate mailing list