-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impl prompts
and savefile dialog
on Windows
#9009
Conversation
Potential BUGThe fn prompt_for_new_path(&self, directory: &Path) -> Receiver<Option<PathBuf>> can be empty string let cwd = TERMINAL_DB
.get_working_directory(item_id, workspace_id) here the Is this intended? or something buggy behind the scene? |
By the way, I edited And now the compatible version of Windows boosts to |
Once this branch is up to date with main, I'd be happy to merge it. That said, I noticed the styling on the alert window is very different from the styling used in #8919, is there a different API we could be using that looks similar to #8919? Also, I think that bug is acceptable for now. If we do run into it in the wild, we can just send the receiver |
Those are actuall as far as I can tell the default windows dialogs for opening a file/folder and for saving a file respectively. The drop-down Textbox below the Textbox where the name of the file goes in the "Save as" dialog is supposed to be used to pick the file extension for the file. Also, is there a reason as for why you are using the |
a087dc5
to
cf66649
Compare
By microsoft:
And there are many answers in stackoverflow suggest doing so. |
If you are saying the visual style difference, it could be the difference that I use light Windows theme, that PR uses dark Windows theme. Edit: |
Ahh, I see. Thanks for telling me about the platform norms @JunkuiZhang and @a-usr |
…1288) Accd'g to #9009 (comment) the manifest is required Followup for nabijaczleweli/rust-embed-resource#71 Release Notes: - N/A
…d-industries#21288) Accd'g to zed-industries#9009 (comment) the manifest is required Followup for nabijaczleweli/rust-embed-resource#71 Release Notes: - N/A
Description
This is a part of #8809 , and this PR dose not include
open file dialog
, as I already saw two PRs impl this.3.mp4
Release Notes: