Show
Ignore:
Timestamp:
07/18/08 06:58:33 (4 months ago)
Author:
trapezoid
Message:

Textに対応

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/javascript/vimperator-plugins/trunk/tombloo.js

    r15932 r15967  
    55 * @description-ja Tombloo経由で選択領域などをpostする 
    66 * @author         Trapezoid 
    7  * @version        0.1 
     7 * @version        0.1a 
    88 * ==/VimperatorPlugin== 
    99 * 
     
    5757liberator.commands.addUserCommand(['tombloo'],'Post by Tombloo', 
    5858    function(arg){ 
    59         liberator.log(TomblooService.Tombloo.Service.extracters); 
    60         TomblooService.Tombloo.Service.share(getContext(), TomblooService.Tombloo.Service.extracters[arg],false); 
     59        TomblooService.Tombloo.Service.share(getContext(), TomblooService.Tombloo.Service.extracters[arg],true); 
    6160    },{ 
    6261        completer: function(filter){ 
    6362            var completionList = new Array(); 
    6463            var exts = TomblooService.Tombloo.Service.check(getContext()); 
    65             liberator.log(exts[0]); 
    6664            for(var i=0; i < exts.length; i++) 
    6765                if(exts[i].name.indexOf(filter) > -1)