-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
90 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
###版本7.3.8.0更新 | ||
###版本7.3.9.0更新 | ||
|
||
#####功能更新 | ||
|
||
>#####支持查看选中多个文件时的属性 | ||
>#####改进了“布局”按钮所附带的浮出控件的UI并添加了数个快捷开关 | ||
|
||
#####Bug修复 | ||
|
||
>#####解决了可能导致右键菜单无法弹出的问题 | ||
>#####添加了新的设置以允许控制是否显示文件扩展名称 | ||
|
||
>#####解决了可能导致在查看大型文件夹的属性时卡住的问题 | ||
#####Bug修复 | ||
|
||
>#####解决了属性中的“占用空间”可能不正确的问题 | ||
>#####解决了某种文件类型的默认应用为UWP应用时,可能无法在“打开方式”对话框中正确识别的问题 | ||
|
||
>#####解决了将本应用设置为默认管理器后,在右键菜单中点击“使用系统默认管理器打开”仍将打开本应用的问题 | ||
>#####解决了内置文本查看器可能显示空白的编码格式的问题 | ||
|
||
>#####解决了无法正确枚举文件夹内对象的问题,可能导致属性框中子文件夹和子文件数量计算不正确的问题 | ||
>#####解决了可能导致应用在加载“文件夹和库”时崩溃的问题 | ||
|
||
>#####解决了一些由于SDK而导致的问题 | ||
>#####解决了可能导致无法进入内置图片编辑器的问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
###What's new in Ver.7.3.8.0 | ||
###What's new in Ver.7.3.9.0 | ||
|
||
#####Feature update | ||
|
||
>#####Support viewing properties when multiple files are selected | ||
>#####Improved the UI of the floating control attached to the "Layout" button and added several shortcut switches | ||
|
||
#####Bug fixed | ||
>#####Added a new setting to allow control of whether to display file extensions | ||
|
||
>#####Fixed the problem that may cause the context menu to fail to pop up | ||
#####Bug fix | ||
|
||
>#####Fixed an issue that may cause a stuck when viewing the properties of a large folder | ||
>#####Fixed a problem that when the default application of a certain file type is a UWP application, it may not be correctly identified in the "Open With" dialog | ||
|
||
>#####Fixed the problem that the "Size on disk" in the properties may be incorrect | ||
>#####Fixed the problem that the built-in text viewer may display blank encoding format | ||
|
||
>#####Fixed the problem that after setting this application as the default manager, clicking "Open with system explorer" in the context menu will still open this application | ||
>#####Fixed an issue that may cause the app to crash when loading "Libraries" | ||
|
||
>#####Fixed the problem that the objects in the folder cannot be enumerated correctly, which may cause the incorrect calculation of the number of subfolders and subfiles in the property window | ||
|
||
>#####Fixed some problems caused by SDK | ||
>#####Fixed the problem that may cause the inability to enter the built-in image editor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
###Quoi de neuf dans la version 7.3.8.0 | ||
###Quoi de neuf dans la version 7.3.9.0 | ||
|
||
#####Mise à jour des fonctionnalités | ||
|
||
>#####Prise en charge de l'affichage des propriétés lorsque plusieurs fichiers sont sélectionnés | ||
>#####Amélioration de l'interface utilisateur du contrôle flottant attaché au bouton "Layout" et ajout de plusieurs commutateurs de raccourci | ||
|
||
#####Bug réparé | ||
>#####Ajout d'un nouveau paramètre pour permettre le contrôle de l'affichage ou non des extensions de fichiers | ||
|
||
>#####Correction du problème qui pouvait empêcher l'affichage du menu contextuel | ||
#####Correction d'un bug | ||
|
||
>#####Correction d'un problème pouvant provoquer un blocage lors de l'affichage des propriétés d'un dossier volumineux | ||
>#####Correction d'un problème selon lequel lorsque l'application par défaut d'un certain type de fichier est une application UWP, elle peut ne pas être correctement identifiée dans la boîte de dialogue « Ouvrir avec » | ||
|
||
>#####Correction du problème selon lequel le "" dans les propriétés peut être incorrect | ||
>#####Correction du problème selon lequel la visionneuse de texte intégrée pouvait afficher un format de codage vierge | ||
|
||
>####Résolution du problème selon lequel après avoir défini cette application comme gestionnaire par défaut, cliquer sur "Ouvrir avec l'explorateur système" dans le menu contextuel ouvrira toujours cette application | ||
>#####Correction d'un problème pouvant entraîner le blocage de l'application lors du chargement de "Bibliothèques" | ||
|
||
>#####Correction du problème selon lequel les objets du dossier ne peuvent pas être énumérés correctement, ce qui peut entraîner un calcul incorrect du nombre de sous-dossiers et de sous-fichiers dans la fenêtre de propriétés | ||
|
||
>#####Correction de certains problèmes causés par le SDK | ||
>#####Correction du problème pouvant entraîner l'impossibilité d'accéder à l'éditeur d'images intégré |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,17 @@ | ||
###Novedades de la versión 7.3.8.0 | ||
###Novedades de la versión 7.3.9.0 | ||
|
||
#####Actualización de funciones | ||
|
||
>#####Admite propiedades de visualización cuando se seleccionan varios archivos | ||
>#####Se mejoró la interfaz de usuario del control flotante adjunto al botón "Diseño" y se agregaron varios interruptores de acceso directo | ||
|
||
#####Error arreglado | ||
>#####Se agregó una nueva configuración para permitir el control de si se muestran las extensiones de archivo | ||
|
||
>#####Se solucionó el problema que podía causar que el menú contextual no apareciera | ||
#####Arreglo del fallo | ||
|
||
>#####Se solucionó un problema que podía causar un bloqueo al ver las propiedades de una carpeta grande | ||
>#####Se solucionó el problema de que cuando la aplicación predeterminada de un determinado tipo de archivo es una aplicación para UWP, es posible que no se identifique correctamente en el cuadro de diálogo "Abrir con" | ||
|
||
>#####Se solucionó el problema de que "" en las propiedades puede ser incorrecto | ||
>#####Se solucionó el problema de que el visor de texto incorporado puede mostrar un formato de codificación en blanco | ||
|
||
>#####Se solucionó el problema de que después de configurar esta aplicación como el administrador predeterminado, al hacer clic en "Abrir con el explorador del sistema" en el menú contextual aún se abre esta aplicación | ||
>#####Se solucionó un problema que podía hacer que la aplicación se bloqueara al cargar "Bibliotecas" | ||
|
||
>#####Se solucionó el problema de que los objetos en la carpeta no se pueden enumerar correctamente, lo que puede causar el cálculo incorrecto del número de subcarpetas y subarchivos en la ventana de propiedades | ||
|
||
>#####Se corrigieron algunos problemas causados por SDK | ||
>#####Se solucionó el problema que podía causar la imposibilidad de ingresar al editor de imágenes incorporado |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
using RX_Explorer.Class; | ||
using Windows.Storage; | ||
|
||
namespace RX_Explorer.Interface | ||
{ | ||
public interface ICoreStorageItem<T> where T : IStorageItem | ||
{ | ||
public T StorageItem { get; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
using System.Threading.Tasks; | ||
|
||
namespace RX_Explorer.Interface | ||
{ | ||
public interface IUnsupportedStorageItem<T> : IUnsupportedStorageItem where T : class | ||
{ | ||
public Task<T> GetRawDataAsync(); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.