diff --git a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/Plugin.cs b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/Plugin.cs index aadf806..b33535f 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/Plugin.cs +++ b/QuickLook.Plugin/QuickLook.Plugin.ImageViewer/Plugin.cs @@ -21,7 +21,6 @@ using System.IO; using System.Linq; using System.Windows; using System.Windows.Input; -using ImageMagick; using QuickLook.Common.Helpers; using QuickLook.Common.Plugin; using QuickLook.Plugin.ImageViewer.AnimatedImage.Providers; diff --git a/QuickLook.Plugin/QuickLook.Plugin.PEViewer/Translations.config b/QuickLook.Plugin/QuickLook.Plugin.PEViewer/Translations.config index 9780779..310be1b 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.PEViewer/Translations.config +++ b/QuickLook.Plugin/QuickLook.Plugin.PEViewer/Translations.config @@ -1,24 +1,24 @@ - - Total Size - File Version - Product Version - - - 总大小 - 文件版本 - 产品版本 - - - 縂大小 - 檔案版本 - 產品版本 - - - 合計サイズ - ファイルバージョン - 製品バージョン - + + Total Size + File Version + Product Version + + + 总大小 + 文件版本 + 产品版本 + + + 縂大小 + 檔案版本 + 產品版本 + + + 合計サイズ + ファイルバージョン + 製品バージョン + diff --git a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/Batch.xshd b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/Batch.xshd index 45e66df..a7ca3f4 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/Batch.xshd +++ b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/Batch.xshd @@ -2,205 +2,205 @@ - - - - - - + + + + + + - - - + + + - - - - - + + + + + - - - + + + - + - - + + - @+*\/=|'<>?; + @+*\/=|'<>?; - - REM - + + REM + - - :: - + + :: + - - : - + + : + - - echo - + + echo + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/C#.xshd b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/C#.xshd index 192d544..1e03cea 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/C#.xshd +++ b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Dark/C#.xshd @@ -1,307 +1,307 @@  - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - TODO - FIXME - - - HACK - UNDONE - - + + + TODO + FIXME + + + HACK + UNDONE + + - - - - \# - - - - - (define|undef|if|elif|else|endif|line)\b - - - - // - - - - - - - (region|endregion|error|warning|pragma)\b - - - - + + + + \# + + + + + (define|undef|if|elif|else|endif|line)\b + + + + // + + + + + + + (region|endregion|error|warning|pragma)\b + + + + - - // - + + // + - - /\* - \*/ - + + /\* + \*/ + - - " - " - - - - - + + " + " + + + + + - - ' - ' - - - - - + + ' + ' + + + + + - - @" - " - - - - - + + @" + " + + + + + - - \$" - " - - - - - - - - + + \$" + " + + + + + + + + - - - @[\w\d_]+ - + + + @[\w\d_]+ + - - as - is - new - sizeof - typeof - stackalloc - + + as + is + new + sizeof + typeof + stackalloc + - - true - false - + + true + false + - - else - if - switch - case - default - do - for - foreach - in - while - lock - + + else + if + switch + case + default + do + for + foreach + in + while + lock + - - break - continue - goto - return - + + break + continue + goto + return + - - yield - partial - global - where - select - group - by - into - from - ascending - descending - orderby - let - join - on - equals - var - dynamic - await - + + yield + partial + global + where + select + group + by + into + from + ascending + descending + orderby + let + join + on + equals + var + dynamic + await + - - try - throw - catch - finally - + + try + throw + catch + finally + - - checked - unchecked - + + checked + unchecked + - - fixed - unsafe - + + fixed + unsafe + - - bool - byte - char - decimal - double - enum - float - int - long - sbyte - short - struct - uint - ushort - ulong - + + bool + byte + char + decimal + double + enum + float + int + long + sbyte + short + struct + uint + ushort + ulong + - - class - interface - delegate - object - string - void - + + class + interface + delegate + object + string + void + - - explicit - implicit - operator - + + explicit + implicit + operator + - - params - ref - out - this - + + params + ref + out + this + - - this - base - + + this + base + - - abstract - const - event - extern - override - readonly - sealed - static - virtual - volatile - async - + + abstract + const + event + extern + override + readonly + sealed + static + virtual + volatile + async + - - public - protected - private - internal - file - + + public + protected + private + internal + file + - - namespace - using - + + namespace + using + - - get - set - add - remove - + + get + set + add + remove + - - null - value - + + null + value + - - nameof - + + nameof + - - - \b - [\d\w_]+ # an identifier - (?=\s*\() # followed by ( - + + + \b + [\d\w_]+ # an identifier + (?=\s*\() # followed by ( + - - - \b0[xX][0-9a-fA-F]+ # hex number - | - ( \b\d+(\.[0-9]+)? #number with optional floating point - | \.[0-9]+ #or just starting with floating point - ) - ([eE][+-]?[0-9]+)? # optional exponent - + + + \b0[xX][0-9a-fA-F]+ # hex number + | + ( \b\d+(\.[0-9]+)? #number with optional floating point + | \.[0-9]+ #or just starting with floating point + ) + ([eE][+-]?[0-9]+)? # optional exponent + - - [?,.;()\[\]{}+\-/%*<>^+~!|&]+ - - + + [?,.;()\[\]{}+\-/%*<>^+~!|&]+ + + \ No newline at end of file diff --git a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/ShellScript.xshd b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/ShellScript.xshd index a4fb437..eb2d3a7 100644 --- a/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/ShellScript.xshd +++ b/QuickLook.Plugin/QuickLook.Plugin.TextViewer/Syntax/Light/ShellScript.xshd @@ -2,29 +2,29 @@ - - + + - - # - + + # + - - " - " - + + " + " + - - ' - ' - + + ' + ' + - - - - - + + + + + - - + + diff --git a/QuickLook/Translations.config b/QuickLook/Translations.config index df12804..a795047 100644 --- a/QuickLook/Translations.config +++ b/QuickLook/Translations.config @@ -434,14 +434,14 @@ O QuickLook já está sendo executado O QuickLook permite a visualização rápida de certos tipos de arquivos pressionando a barra de espaço enquanto o arquivo estiver destacado. O caminho "{0}" não é gravável. Por favor verifique se você tem as permissões necessárias. - Sempre visível + Sempre visível Impedir fechamento Abrir pasta {0} Abrir {0} Abrir com {0} - Abrir Com Menu + Abrir Com Menu Executar {0} - Compartilhar + Compartilhar Executar na &Inicialização QuickLook v{0} Procurar por &Atualizações... @@ -459,7 +459,7 @@ {0} arquivo {0} arquivos ({0} e {1}) - O cancelamento de "Impedir fechamento" não é suportado + O cancelamento de "Impedir fechamento" não é suportado Segoe UI