Skip to content

Commit

Permalink
Fix “folder browser” to “file browser”
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Jan 19, 2025
1 parent 2742c2f commit b374813
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@

- Add the “Open as Plain Text” button to the preview view for the file browser.
- Open a file selected in the file browser as plain text when the default app set in the Finder for it is CotEditor.
- Optimize the performance of the folder browser.
- Optimize the performance of the file browser.


### Fixes
Expand Down Expand Up @@ -226,7 +226,7 @@

### Fixes

- [beta] Fix an issue that UNIX scripts failed to get the document object displayed in a window with the folder browser.
- [beta] Fix an issue that UNIX scripts failed to get the document object displayed in a window with the file browser.
- [beta.3] Fix an issue that the editor unwontedly selects the nearest outline item when the Outline inspector is shown.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ <h2>Improvements</h2>
<ul>
<li>Add the “Open as Plain Text” button to the preview view for the file browser.</li>
<li>Open a file selected in the file browser as plain text when the default app set in the Finder for it is CotEditor.</li>
<li>Optimize the performance of the folder browser.</li>
<li>Optimize the performance of the file browser.</li>
</ul>
</section>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h2>改良</h2>
<li>「次/前のエディタを操作対象にする」コマンドを改良し、フォーカスがエディタにないときはエディタにフォーカスを移動するように変更</li>
<li>エディタ分割に関連するコマンドのデフォルトキーボードショートカットを変更</li>
<li>ファイルブラウザで選択したファイルがエイリアスファイルのときは「外部エディタで開く」ボタンを「Finderに表示」ボタンに変更</li>
<li>シンボリックリンクをフォルダブラウザで選択したときに非対応のアラートの代わりにアイコンプレビューを表示</li>
<li>シンボリックリンクをファイルブラウザで選択したときに非対応のアラートの代わりにアイコンプレビューを表示</li>
<li>クイックアクションバーのドラッグで掴める範囲を拡張</li>
<li>JavaScriptシンタックスを更新し.mjs拡張子を定義に追加</li>
<li><span class="trivial">trivial</span>: macOSシステムのsudden termination機能を有効化</li>
Expand Down Expand Up @@ -215,8 +215,8 @@ <h2>改良</h2>

<ul>
<li>ファイルブラウザのフォルダ行をダブルクリックしてフォルダ項目を開けるように</li>
<li>フォルダブラウザで.plistファイルを選択したときにプレビューでなく書類として開くように</li>
<li>フォルダブラウザでのエイリアスファイルの扱いを改良</li>
<li>ファイルブラウザで.plistファイルを選択したときにプレビューでなく書類として開くように</li>
<li>ファイルブラウザでのエイリアスファイルの扱いを改良</li>
</ul>
</section>

Expand Down Expand Up @@ -288,7 +288,7 @@ <h2>改良</h2>
<ul>
<li>ファイルブラウザのプレビュー表示に「プレーンテキストで開く」ボタンを追加</li>
<li>FinderでCotEditorがデフォルトアプリとして設定されているファイルがファイルブラウザで選択されたときは必ずそのファイルをプレビューではなくテキストとして開くよう変更</li>
<li>フォルダブラウザのパフォーマンスを改善</li>
<li>ファイルブラウザのパフォーマンスを改善</li>
</ul>
</section>

Expand All @@ -298,7 +298,7 @@ <h2>修正</h2>

<ul>
<li>開いたフォルダにアーカイブファイルが含まれていたときにアプリがクラッシュするmacOS 14の不具合を修正</li>
<li>フォルダブラウザに表示されているファイル/フォルダが実際のストレージで削除されても表示に反映されていなかった不具合を修正</li>
<li>ファイルブラウザに表示されているファイル/フォルダが実際のストレージで削除されても表示に反映されていなかった不具合を修正</li>
<li>インデントスタイルの検知が反映されていなかった不具合を修正</li>
<li>新機能ウインドウの日本語、中国語、韓国語表示を修正</li>
<li><span class="label">AppStore版</span>: 「寄付」設定ペインでユーザがアクションをキャンセルしたときに不必要なアラートが表示されることがあった不具合を修正</li>
Expand Down

0 comments on commit b374813

Please sign in to comment.