最近使ったファイル挿入 と 最近使ったフォルダ挿入 を行う機能追加 #1063
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR の目的
「最近使ったファイル挿入」と「最近使ったフォルダ挿入」を行う機能を追加するのが目的です。
機能の内容としてはファイルやフォルダの中身を挿入するわけではなくて一覧(リスト)を文書に挿入するものです。
カテゴリ
PR の背景
メニューのファイルの「最近使ったファイル」や「最近使ったフォルダ」から目視で開きたいファイルを探して選択するのが難しく感じる時が有ります。メニュー側でフィルタリングや検索ハイライト表示が出来れば選択しやすくなると思いますがそれを短時間に実装するのは自分には難しいです。編集している文書にリストを追加出来ればそこから検索で目的のものを探しやすく、選択して開いたりが出来ます。
余談ですが、VS Code にはクイックオープンやコマンドパレットがあり、emacs や vim には色々な検索を統一的に行える拡張が色々とありますが、サクラエディタにもそういうのがあると良いなぁと思います。まぁそういうのをすぐに作れないのでとりあえずその場しのぎでこのPRで欲しいリストを取得する機能を追加した次第です。
PR のメリット
「最近使ったファイル」と「最近使ったフォルダ」をエディタ上にリストとして追加出来るようになります。
PR のデメリット (トレードオフとかあれば)
メニュー項目が増えて煩くなります。