ccseer / Seer

Seer bug report
http://1218.io
446 stars 45 forks source link

预览后,不能修改祖先(上级目录的上级目录)目录名称,被锁定 #309

Closed VierSNV closed 3 years ago

VierSNV commented 3 years ago

预览文件后,父目录以上的上级目录都被锁定了,预览文件和父目录反而没影响,望修复!

https://user-images.githubusercontent.com/78007725/125921607-95f5f95c-95fc-4e1a-8b4b-1fec4d6281eb.mp4

感谢!

ccseer commented 3 years ago

这种文件, 程序不会一次全部读到内存的。 音视频,pdf,超过3M 的文本,这些文件都可能无限大,都是要显示哪里再根据位置从文件里读了放到内存。

正在使用的文件不能修改是预期内的。

VierSNV commented 3 years ago

但预览文件本身并未被锁定

VierSNV commented 3 years ago

预览文件和父目录都可以重命名: https://user-images.githubusercontent.com/78007725/125923901-b2015b0e-e4e1-416d-bec8-833c03fefa3e.mp4

ccseer commented 3 years ago

当窗口目录变化时选中文件应该也会变化吧,然后导致你打开的预览窗口内容变化

ccseer commented 3 years ago

事实上,如果上级或者当前文件能改名,说明文件已经读完了,或者被释放了。 上上级改不了名 大概率和 Seer 无关

On Fri, Jul 16, 2021 at 5:13 PM VierSNV @.***> wrote:

预览文件和父目录都可以重命名:

https://user-images.githubusercontent.com/78007725/125923901-b2015b0e-e4e1-416d-bec8-833c03fefa3e.mp4

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ccseer/Seer/issues/309#issuecomment-881299615, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZZIHQ3PDC6G4UKN3YA4C3TX7Z2ZANCNFSM5APE77MA .

VierSNV commented 3 years ago

退出Seer后上上级目录就能正常重命名了

VierSNV commented 3 years ago

希望你那做下测试,是不是预览一个文件并关闭预览窗口后,不能重命名上上级目录,问题就奇怪在锁定表现在祖先级目录上,预览文件和父目录反而不受影响。

ccseer commented 3 years ago

image

监控文件夹的问题。 如果每打开一个文件就会监控该文件夹下相同文件后缀的文件。

ccseer commented 3 years ago

目前来说关了就可以。

ccseer commented 3 years ago

需要在下次另一个文件被触发后才会清理上一次的监控。

已经改好了。 下个版本就有了。

谢谢

ccseer commented 3 years ago

这个 bug 有点深了。

谢谢反馈

VierSNV commented 3 years ago

问题排查出来就好,感谢及时修复还给了临时解决方案。

ccseer commented 3 years ago

你这是什么 资源管理器?

On Fri, Jul 16, 2021 at 5:51 PM VierSNV @.***> wrote:

问题排查出来就好,感谢及时修复还给了临时解决方案。

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/ccseer/Seer/issues/309#issuecomment-881323496, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZZIHTJHBYRKLMUQKLOTA3TX76J7ANCNFSM5APE77MA .

VierSNV commented 3 years ago

Directory Opus

ccseer commented 3 years ago

Directory Opus

你这个能用 Seer 直接 空格触发吗

不能的话要看下这个 : https://github.com/ccseer/Seer/issues/291