processing / processing/processing4
Allow naming main .pde file in `pde://sketch/base64/` schema
まだ誰も着手していません。
- 主要言語
- Java
- スター
- 494
- フォーク
- 183
- 平均マージ
- 4時間 39分
- マージ済み PR(30日)
- 3
説明
Most relevant area for this enhancement?
PDE
Feature to enhance
Enhancement details
Enhancement description
Right now, when using pde://sketch/base64/<base64_encoded_content>, the main .pde file is always opened with a default auto-generated name like sketch_250816a.
There should be a way to explicitly specify the main tab name, similar to how additional tabs can already be defined with query parameters.
Example proposal:
pde://sketch/base64/pde=sketchName:<base64_encoded_content>
Benefits
- Brings consistency with how secondary
.pdefiles are already handled. - Accuracy with the original sketch naming.
Challenges
- Need to decide on the syntax for naming the main tab.
- Must stay backward compatible with existing links.
Additional context
Secondary tabs already support explicit naming via query parameters:
pde://sketch/base64/<base64>?pde=tab2Name:<base64>&pde=tab3Name:<base64>
The same flexibility should be extended to the main tab.
Would you like to help implement this enhancement?
No, I’m just suggesting the enhancement
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
SCHEMA.md から始め、pde://sketch/base64/ 形式がメインペイロードとセカンダリ pde クエリパラメータをどのように処理するかを追跡します。メインタブに名前を付けるための後方互換性のある構文を定義し、その後、既存のリンクが引き続き機能し、メインタブがセカンダリタブとともに要求された名前を受け取ることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- desktop, tooling
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100