ianyh/Amethyst
GitHub で見るbsp layout does not respect setting for new windows going to main pane
Open
#923 opened on 2019年12月25日
1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)Swift16,121 stars (16,121 stars)516 forks (516 forks)batch import
bughelp wantedstarter issue
説明
この Issue には説明がありません。
コントリビューターガイド
- 技術スタック
- swift
- 領域
- desktop
- Issue 種別
- bug
- 難度新しい貢献者にとっての実装難度です。1 は非常に小さな変更、5 は専門的な作業です。
- 3
- 推定時間経験ある貢献者が調査、実装、テスト、pull request 準備にかけるおおよその時間範囲です。
- 1-3 hours
- 活動状況Issue が今どれだけ取り組みやすいかを示します。新しい、活発、古い、ブロック中、またはメンテナー入力待ちなどです。
- stale
- 明確さ期待される変更、受け入れ条件、次の手順がどれだけ明確かを示します。
- needs investigation
- 前提条件
- Basic understanding of Amethyst's window managementSwift programming
- 初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
- 30
- 調査方針
- The issue describes that the bsp layout does not respect the setting for new windows going to the main pane. Since the issue body is empty, the first step is to reproduce the bug by checking the 'new windows go to main pane' setting in Amethyst's preferences and observing behavior with bsp layout. Then, examine the source code in the Amethyst repository, particularly the BSP layout implementation and the setting handling. Look for where the setting is read and applied during window placement. The last comment or maintainer response might provide additional context; check the issue comments for any hints. Consider testing with different configurations and verifying expected behavior against the code logic.