zhuxb711 / RX-Explorer

一款优雅的UWP文件管理器 | An elegant UWP Explorer
https://apps.microsoft.com/detail/9N88QBQKF2RS
Apache License 2.0
770 stars 85 forks source link

[Feature Request] add thumbnail for text files #428

Closed alient12 closed 2 years ago

alient12 commented 2 years ago

Hi, thank you for your great works and being so responsive. I've found a piece of C# code for making txt files preview on Windows Explorer. This is the link I think it would be great if you add this optional feature for .txt, .cpp, .py, etc. files on RX-Explorer.

image

zhuxb711 commented 2 years ago

You should use Seer or Quicklook to preview those files. You could find the download link in Settings-Advance

Let the professional program satisfy your needs.

alient12 commented 2 years ago

I have Seer Pro, I mean icon preview, just shared my suggestion.

zhuxb711 commented 2 years ago

Sorry about that. Uwp application do not support System.Drawing.Graphics. Not all the C# lib is supported by Uwp, so we could not make it work as expected.