如何在嵌入式bespin上使用bespin命令?

时间:2009-12-30 17:52:55

标签: javascript bespin

我将嵌入式bespin设置如下,效果很好:

_editorComponent = new bespin.editor.Component('editor', {
    language        : my_language,
    loadfromdiv     : true,
    set             : {
        fontsize        : 10,
        tabsize         : 4,
        highlightline   : 'on'
    }
});

和html部分:

 <div id='editor'>some code...</div>

通过跟随嵌入式bespin的代码,我能够找到getContent和setContent,但是我无法在Bespin文档中找到任何关于Bespin的进一步实现的内容。

是否有人知道如何为其添加搜索和替换功能?例如来自上面的实例:

_editorComponent.searchText("some_string");
_editorComponent.replaceText("some_string","another_string");
_editorComponent.focusText("some_string");

我们是否在bespin上有这样的命令,我可以在我的应用程序中使用它?

修改对谷歌群组中同一问题的回复:

  

有一些支持   在Bespin搜索过一次,但是   它不会重新启动Bespin   然而。但它肯定是其中之一   我要实现的列表中的功能   ;)

所以现在只能通过解决方法来完成,任何解决方法都非常受欢迎。

1 个答案:

答案 0 :(得分:0)

修改:对google群组中同一问题的回复:

  

在贝斯平曾经有过一段时间的搜索支持,但确实如此   还没回到重启贝斯平。但它肯定是其中之一   我要实现的列表中的功能;)