Closed xgfone closed 1 month ago
Open the exist file, update the file buffer and Click Ctrl+S
, it's OK. But for the new file buffer, it does not work.
Open the exist file, update the file buffer and Click
Ctrl+S
, it's OK. But for the new file buffer, it does not work.
for me its different ? any idea how to access it
I deleted the folder ~/AppData/Local/Zed
, and re-open Zed
. When saving a new file buffer, a Save As
explorer window is opened, but both Zed and the explorer window are hung.
After starting Zed
, open Zed.log
and find that there are errors:
2024-09-12T10:58:04.0049802+08:00 [ERROR] Error { kind: Generic("Input watch path is neither a file nor a directory."), paths: [] }
2024-09-12T10:58:04.1293565+08:00 [ERROR] No composite alpha flag for transparency: OPAQUE | INHERIT
I built Zed
on main branch 25b6e43b0f8faf3b24b4ab4ee02456d3933539ce, the trouble still exists. But, after applying the patch #17708 , it is solved. @dovakin0007
If opening chinese input method, such as pinyin or wubi, both Zed
and the explorer dialog window will hang. It may be another issue.
I built
Zed
on main branch 25b6e43b0f8faf3b24b4ab4ee02456d3933539ce, the trouble still exists. But, after applying the patch #17708 , it is solved. @dovakin0007If opening chinese input method, such as pinyin or wubi, both
Zed
and the explorer dialog window will hang. It may be another issue.
Let me try that then thank you
hi, no any progress ??
Whom are you referring to, given that Zed team does not support Windows officially?
On Windows, Zed cannot save the new file buffer as a new file. However, PR #17708 maybe fix it. May the PR be merged to the main branch?
Because Zed team does not support Windows officially, I build the main branch everyday as the nightly version to try the new features.
Check for existing issues
Describe the bug / provide steps to reproduce it
Ctrl+N
to new a file buffer.Ctrl+S
to save the file.Environment
Zed: v0.153.0 (Zed Dev f71cb14d7a3c876b1a5a69949a5a198ed3bfbd5a) OS: Windows 10.0.22631 Memory: 15.7 GiB Architecture: x86_64 GPU: Intel(R) Iris(R) Xe Graphics || Intel Corporation || Intel driver
If applicable, add mockups / screenshots to help explain present your vision of the feature
If applicable, attach your Zed.log file to this issue.
Zed.log