smalruby / smalruby3-gui

Smalruby 3.0 GUI project forked from LLK/scratch-gui
https://smalruby.jp/smalruby3-gui
BSD 3-Clause "New" or "Revised" License
21 stars 17 forks source link

検索機能の追加 #267

Closed takaokouji closed 1 year ago

takaokouji commented 4 years ago

Ctrl+FとかCommand+Fとかで検索できるようにする。メニューから検索を選んだときでもいい。

https://ace.c9.io/ のエディタで Ctrl+F や command+F でどのような機能を想定しているのかを確認できる。

matsudai commented 3 years ago

StackOverflowの記事が参考になりそうでした。

import 'brace';
import 'brace/ext/searchbox';

を追加すると良いとのことだったので src\containers\ruby-tab.jsxbrace/ext/searchbox をインポートすると良さそうです。

https://stackoverflow.com/questions/45724987/how-to-include-ext-searchbox-js-in-my-javascript-bundle