V3 alpha feature/start window position#3885
Conversation
Fix mac centering issue.
|
Caution Review failedThe pull request is closed. WalkthroughThe pull request introduces significant updates to the project, including enhancements to window management features and a structured changelog. New functionalities allow for specifying window positions through an Changes
Possibly related PRs
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
* New InitialPosition setting * Fix mac inverted Y issue. Fix mac centering issue. * Change position text in example * Update changelog.md
Description
This change adds a new
InitialPositionoption toWebviewWindowOptionsto determine where the window should be initially positioned. Valid options are:WindowCentered- Center on startWindowXY- Place the window at the position specified by theXandYoption valuesSummary by CodeRabbit
Release Notes
New Features
InitialPosition), allowing users to specify coordinates or center the window.WebviewWindowinstances: "New WebviewWindow (Centered)" and "New WebviewWindow (Position 100,100)."Bug Fixes
AlwaysOnTopfeature on macOS and a duplicate role in the edit menu for Darwin systems.Improvements
Documentation