Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

最近使ったファイル挿入 と 最近使ったフォルダ挿入 を行う機能追加 #1063

Merged
merged 1 commit into from
Sep 28, 2019

Conversation

beru
Copy link
Contributor

@beru beru commented Sep 28, 2019

PR の目的

「最近使ったファイル挿入」と「最近使ったフォルダ挿入」を行う機能を追加するのが目的です。

機能の内容としてはファイルやフォルダの中身を挿入するわけではなくて一覧(リスト)を文書に挿入するものです。

カテゴリ

  • 機能追加

PR の背景

メニューのファイルの「最近使ったファイル」や「最近使ったフォルダ」から目視で開きたいファイルを探して選択するのが難しく感じる時が有ります。メニュー側でフィルタリングや検索ハイライト表示が出来れば選択しやすくなると思いますがそれを短時間に実装するのは自分には難しいです。編集している文書にリストを追加出来ればそこから検索で目的のものを探しやすく、選択して開いたりが出来ます。

余談ですが、VS Code にはクイックオープンやコマンドパレットがあり、emacs や vim には色々な検索を統一的に行える拡張が色々とありますが、サクラエディタにもそういうのがあると良いなぁと思います。まぁそういうのをすぐに作れないのでとりあえずその場しのぎでこのPRで欲しいリストを取得する機能を追加した次第です。

PR のメリット

「最近使ったファイル」と「最近使ったフォルダ」をエディタ上にリストとして追加出来るようになります。

PR のデメリット (トレードオフとかあれば)

メニュー項目が増えて煩くなります。

@beru beru added the enhancement ■機能追加 label Sep 28, 2019
@AppVeyorBot
Copy link

Build sakura 1.0.2285 completed (commit e259dde692 by @beru)

Copy link
Contributor

@berryzplus berryzplus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

実装的にはとくに問題ないと思います。

sakura_core/cmd/CViewCommander.h Show resolved Hide resolved
sakura_core/cmd/CViewCommander.h Show resolved Hide resolved
sakura_core/cmd/CViewCommander_Insert.cpp Show resolved Hide resolved
sakura_core/cmd/CViewCommander_Insert.cpp Show resolved Hide resolved
@beru
Copy link
Contributor Author

beru commented Sep 28, 2019

レビューありがとうございました。Merge します。
もし問題が見つかったら別PRで対処します。

@beru beru merged commit f1146c8 into sakura-editor:master Sep 28, 2019
@beru beru deleted the InsMRU branch September 28, 2019 22:45
@m-tmatma m-tmatma added this to the v2.4.0 milestone Dec 29, 2019
HoppingTappy pushed a commit to HoppingTappy/sakura that referenced this pull request Jun 16, 2020
最近使ったファイル挿入 と 最近使ったフォルダ挿入 を行う機能追加
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ■機能追加
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants