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

✨ Draw Invisibles Only On Selection

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

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

評価

難易度
5/5
見積もり時間
1週間以上
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
macos, swift
領域
desktop

調査の方向性

まず、行フラグメントレンダラーを追跡し、各レンダリングループ中に選択範囲がどのように照会されるかを確認します。選択されたテキスト内でのみ不可視文字が表示され、それ以外では非表示のままであり、プロファイリングによって選択範囲のチェックが無視できることが確認できれば、この機能は完了です。

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

説明

enhancement
Description

Some editors allow users to only see invisible characters in their selected text. Right now, CETV can only enable them for the entire document, or not at all.

Alternatives Considered

No response

Additional Context

Some updated requirements:

  • The line fragment renderer will need to know about selected ranges, this introduces an interesting dependency tree.
  • Querying selected ranges may be slow when it's done for every visible line fragment each render loop. The implementation should consider this or profile it to make sure it's negligible.
Screenshots

No response

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

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

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

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

CodeEditApp/CodeEditTextView のほかの issue

CodeEditApp/CodeEditTextView の issue をすべて見る

似ている issue

Swift の issue をもっと見る

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

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