Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

🐞 macOS Text Editing Keys Not Fully Working

オープン
#1,903 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
macos, swift
領域
desktop

調査の方向性

まず、macOS 上の CodeEdit.app で Option ベースの readline コマンド、特に Ctrl-Opt-f と Ctrl-Opt-b を再現し、アプリのキーボード処理のエントリポイントを調べます。完了の条件は、一覧にある macOS のテキスト編集コマンドによってカーソルが移動するかコマンドが実行され、ビープ音が発生しないことです。

索引モデルが issue の本文から書いたものです。

説明

bug other P1
Description

I utilise the readline style text commands supported by macOS such as Ctrl-f and Ctrl-b to move forward and backwards a character, normally I would be able to use Ctrl-Opt-f and Ctrl-Opt-b to move forward and backward a whole word, inside of CodeEdit.app this does not work and I am met with the macOS beep sound.

If you could get this functionality setup and fixed I would definitely consider using this application for all coding that can'd be done in Xcode.

You can see the full list of supported commands here under Move around within a document.

To Reproduce
  1. open a file in the app
  2. try to use readline commands that utilise Option
  3. hear the beep
Expected Behavior

The cursor should move forward or backward a word, or perform whichever other command you input via the keyboard.

Version Information

CodeEdit: Version 0.3.2-alpha (43)
macOS: Version 15.1 Beta (24B5070a)
Xcode: Version 16.0 (16A242d)

Additional Context

No response

Screenshots

No response

主要言語
Swift
スター
23k
フォーク
1.2k
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

CodeEditApp/CodeEdit のほかの issue

CodeEditApp/CodeEdit の issue をすべて見る

似ている issue

Swift の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。