From be6352d1b6325ca93edd8487b19b333a81545201 Mon Sep 17 00:00:00 2001 From: Petr Pokorny Date: Wed, 25 Oct 2023 14:20:40 +0200 Subject: [PATCH] Enable Live Buffers by default (#16176) --- vsintegration/src/FSharp.Editor/FSharp.Editor.resx | 2 +- .../LanguageService/LanguageService.fs | 2 +- .../src/FSharp.Editor/Options/EditorOptions.fs | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.de.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.es.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.it.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf | 4 ++-- .../src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf | 4 ++-- .../FSharp.UIResources/AdvancedOptionsControl.xaml | 2 +- .../src/FSharp.UIResources/Strings.Designer.cs | 4 ++-- vsintegration/src/FSharp.UIResources/Strings.resx | 4 ++-- .../src/FSharp.UIResources/xlf/Strings.cs.xlf | 13 ++++--------- .../src/FSharp.UIResources/xlf/Strings.de.xlf | 13 ++++--------- .../src/FSharp.UIResources/xlf/Strings.es.xlf | 13 ++++--------- .../src/FSharp.UIResources/xlf/Strings.fr.xlf | 13 ++++--------- .../src/FSharp.UIResources/xlf/Strings.it.xlf | 13 ++++--------- .../src/FSharp.UIResources/xlf/Strings.ja.xlf | 13 ++++--------- .../src/FSharp.UIResources/xlf/Strings.ko.xlf | 13 ++++--------- .../src/FSharp.UIResources/xlf/Strings.pl.xlf | 13 ++++--------- .../src/FSharp.UIResources/xlf/Strings.pt-BR.xlf | 13 ++++--------- .../src/FSharp.UIResources/xlf/Strings.ru.xlf | 13 ++++--------- .../src/FSharp.UIResources/xlf/Strings.tr.xlf | 13 ++++--------- .../src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf | 13 ++++--------- .../src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf | 13 ++++--------- 32 files changed, 87 insertions(+), 152 deletions(-) diff --git a/vsintegration/src/FSharp.Editor/FSharp.Editor.resx b/vsintegration/src/FSharp.Editor/FSharp.Editor.resx index 8db6c37e401..74ea4b3732c 100644 --- a/vsintegration/src/FSharp.Editor/FSharp.Editor.resx +++ b/vsintegration/src/FSharp.Editor/FSharp.Editor.resx @@ -227,7 +227,7 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking +Use live (unsaved) buffers for analysis Formatting diff --git a/vsintegration/src/FSharp.Editor/LanguageService/LanguageService.fs b/vsintegration/src/FSharp.Editor/LanguageService/LanguageService.fs index 0512a48c1ad..5c48d14bd5a 100644 --- a/vsintegration/src/FSharp.Editor/LanguageService/LanguageService.fs +++ b/vsintegration/src/FSharp.Editor/LanguageService/LanguageService.fs @@ -114,7 +114,7 @@ type internal FSharpWorkspaceServiceFactory [] let enableParallelReferenceResolution = editorOptions.LanguageServicePerformance.EnableParallelReferenceResolution - let enableLiveBuffers = editorOptions.Advanced.IsLiveBuffersEnabled + let enableLiveBuffers = editorOptions.Advanced.IsUseLiveBuffersEnabled let useSyntaxTreeCache = editorOptions.LanguageServicePerformance.UseSyntaxTreeCache diff --git a/vsintegration/src/FSharp.Editor/Options/EditorOptions.fs b/vsintegration/src/FSharp.Editor/Options/EditorOptions.fs index 5137bb8596c..04e37fa8639 100644 --- a/vsintegration/src/FSharp.Editor/Options/EditorOptions.fs +++ b/vsintegration/src/FSharp.Editor/Options/EditorOptions.fs @@ -112,7 +112,7 @@ type AdvancedOptions = IsInlineTypeHintsEnabled: bool IsInlineParameterNameHintsEnabled: bool IsInlineReturnTypeHintsEnabled: bool - IsLiveBuffersEnabled: bool + IsUseLiveBuffersEnabled: bool SendAdditionalTelemetry: bool SolutionBackgroundAnalysis: bool } @@ -124,7 +124,7 @@ type AdvancedOptions = IsInlineTypeHintsEnabled = false IsInlineParameterNameHintsEnabled = false IsInlineReturnTypeHintsEnabled = false - IsLiveBuffersEnabled = FSharpExperimentalFeaturesEnabledAutomatically + IsUseLiveBuffersEnabled = true SendAdditionalTelemetry = true SolutionBackgroundAnalysis = false } diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf index 8183b8fbf4b..3a2841cc2d2 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.cs.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - Vodítka struktury bloků; +Use live (unsaved) buffers for analysis + Vodítka struktury bloků; Zobrazit pokyny ke struktuře pro kód F#; Osnova; Zobrazit osnovu a sbalitelné uzly kódu F#; diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf index 25449bdd2ea..9e575131ead 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.de.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - Führungslinien für Blockstruktur; +Use live (unsaved) buffers for analysis + Führungslinien für Blockstruktur; Strukturrichtlinien für F#-Code anzeigen; Gliederung; Gliederungs- und reduzierbare Knoten für F#-Code anzeigen; diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf index 613cc680af8..52738de2f2c 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.es.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - Guías de estructura de bloques; +Use live (unsaved) buffers for analysis + Guías de estructura de bloques; Mostrar guías de estructura para código F#; Esquema; Mostrar esquema y nodos colapsables para código F#; diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf index b8da1d1d20a..93155905564 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.fr.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - Guides de structure de bloc ; +Use live (unsaved) buffers for analysis + Guides de structure de bloc ; Afficher les directives de structure pour le code F# ; Décrire ; Afficher les nœuds de plan et réductibles pour le code F# ; diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf index 68fd169e0f3..67416791f49 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.it.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - Guide per strutture a blocchi; +Use live (unsaved) buffers for analysis + Guide per strutture a blocchi; Mostra le linee guida per la struttura per il codice F#; Struttura; Mostra i nodi struttura e comprimibili per il codice F#; diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf index b5759a26e3b..4c7aeb60d8d 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ja.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - ブロック構造ガイド; +Use live (unsaved) buffers for analysis + ブロック構造ガイド; F# コードの構造ガイドラインを表示する; アウトラインを表示する; アウトラインと折りたたみ可能なノードを F# コードに表示する; diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf index f3ed3898c42..f83abbe0de9 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ko.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - 블록 구조 안내선; +Use live (unsaved) buffers for analysis + 블록 구조 안내선; F# 코드에 대한 구조 지침 표시; 개요; diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf index c6e9c035b97..9eb7da9acf4 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pl.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - Przewodniki po strukturze bloku; +Use live (unsaved) buffers for analysis + Przewodniki po strukturze bloku; Pokaż przewodniki po strukturze dla kodu języka F#; Tworzenie konspektu; Pokaż konspekt i węzły z możliwością zwijania dla kodu języka F#; diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf index 5ca4e8b69da..4f7268c623f 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.pt-BR.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - Guias de Estrutura de Bloco; +Use live (unsaved) buffers for analysis + Guias de Estrutura de Bloco; Mostrar diretrizes de estrutura para código F#; Estrutura de tópicos; Mostrar nós de estrutura de tópicos e recolhíveis para código F#; diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf index 651e8c134f4..68d670f8574 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.ru.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - Руководства по блочной структуре; +Use live (unsaved) buffers for analysis + Руководства по блочной структуре; Показать рекомендации по структуре кода F#; Структурирование; Показать структурные и сворачиваемые узлы кода F#; diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf index c9001f41d37..1ac1a45da96 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.tr.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - Blok Yapısı Kılavuzları; +Use live (unsaved) buffers for analysis + Blok Yapısı Kılavuzları; F# kodu için yapı yönergelerini göster; Anahat oluşturma; F# kodu için ana hattı ve daraltılabilir düğümleri göster; diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf index 1a44814e8fa..48ae7fba624 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hans.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - 块结构指南; +Use live (unsaved) buffers for analysis + 块结构指南; 显示 F# 代码的结构指南; 大纲; 显示 F# 代码的大纲和可折叠节点; diff --git a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf index 64dd942c316..161fe729944 100644 --- a/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf +++ b/vsintegration/src/FSharp.Editor/xlf/FSharp.Editor.zh-Hant.xlf @@ -37,8 +37,8 @@ Display inline type hints (preview); Display return type hints (preview); Display inline parameter name hints (preview); Live Buffers; -Use live (unsaved) buffers for checking - 區塊結構輔助線; +Use live (unsaved) buffers for analysis + 區塊結構輔助線; 顯示 F# 程式碼的結構輔助線; 大綱; 顯示 F# 程式碼的大綱與可折疊的節點; diff --git a/vsintegration/src/FSharp.UIResources/AdvancedOptionsControl.xaml b/vsintegration/src/FSharp.UIResources/AdvancedOptionsControl.xaml index a452a0a256f..ecabe2a56fd 100644 --- a/vsintegration/src/FSharp.UIResources/AdvancedOptionsControl.xaml +++ b/vsintegration/src/FSharp.UIResources/AdvancedOptionsControl.xaml @@ -35,7 +35,7 @@ - diff --git a/vsintegration/src/FSharp.UIResources/Strings.Designer.cs b/vsintegration/src/FSharp.UIResources/Strings.Designer.cs index f3490b414a0..a723eb86cb6 100644 --- a/vsintegration/src/FSharp.UIResources/Strings.Designer.cs +++ b/vsintegration/src/FSharp.UIResources/Strings.Designer.cs @@ -178,7 +178,7 @@ public class Strings { } /// - /// Looks up a localized string similar to Use live (unsaved) buffers for checking (restart required). + /// Looks up a localized string similar to Use live (unsaved) buffers for analysis (restart required). /// public static string Enable_Live_Buffers { get { @@ -331,7 +331,7 @@ public class Strings { } /// - /// Looks up a localized string similar to Live Buffers (experimental). + /// Looks up a localized string similar to Live Buffers. /// public static string LiveBuffers { get { diff --git a/vsintegration/src/FSharp.UIResources/Strings.resx b/vsintegration/src/FSharp.UIResources/Strings.resx index 5bf7260f9cc..45341e046d0 100644 --- a/vsintegration/src/FSharp.UIResources/Strings.resx +++ b/vsintegration/src/FSharp.UIResources/Strings.resx @@ -250,10 +250,10 @@ Keep background symbol keys - Use live (unsaved) buffers for checking (restart required) + Use live (unsaved) buffers for analysis (restart required) - Live Buffers (experimental) + Live Buffers Additional performance telemetry (experimental) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf index 786c39b8451..466ed87ec6f 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.cs.xlf @@ -22,11 +22,6 @@ Analýza na pozadí - - Capture identifiers while parsing - Zachytit identifikátory při analýze - - Keep background symbol keys Zachovat klávesy symbolů pozadí @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - Pro kontrolu používat živé (neuložené) vyrovnávací paměti (vyžaduje se restartování) + Use live (unsaved) buffers for analysis (restart required) + Pro kontrolu používat živé (neuložené) vyrovnávací paměti (vyžaduje se restartování) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - Živé vyrovnávací paměti (experimentální) + Live Buffers + Živé vyrovnávací paměti (experimentální) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf index ed17e234e15..1f517d8e4cc 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.de.xlf @@ -22,11 +22,6 @@ Hintergrundanalyse - - Capture identifiers while parsing - Bezeichner während des Parsens erfassen - - Keep background symbol keys Hintergrundsymbolschlüssel beibehalten @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - Livepuffer (nicht gespeichert) zur Überprüfung verwenden (Neustart erforderlich) + Use live (unsaved) buffers for analysis (restart required) + Livepuffer (nicht gespeichert) zur Überprüfung verwenden (Neustart erforderlich) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - Livepuffer (experimentell) + Live Buffers + Livepuffer (experimentell) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf index d4e2a0426d0..644581f92bd 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.es.xlf @@ -22,11 +22,6 @@ Análisis en segundo plano - - Capture identifiers while parsing - Capturar identificadores durante el análisis - - Keep background symbol keys Mantener las teclas de símbolos en segundo plano @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - Utilizar buffers activos (no guardados) para la comprobación (es necesario reiniciar) + Use live (unsaved) buffers for analysis (restart required) + Utilizar buffers activos (no guardados) para la comprobación (es necesario reiniciar) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - Búferes activos (experimental) + Live Buffers + Búferes activos (experimental) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf index dbba6efcf95..68499f2c4dd 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.fr.xlf @@ -22,11 +22,6 @@ Analyse de fond - - Capture identifiers while parsing - Capturer les identifiants lors de l'analyse - - Keep background symbol keys Conserver les clés des symboles d'arrière-plan @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - Utiliser des tampons en direct (non enregistrés) pour la vérification (redémarrage requis) + Use live (unsaved) buffers for analysis (restart required) + Utiliser des tampons en direct (non enregistrés) pour la vérification (redémarrage requis) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - Live Buffers (expérimental) + Live Buffers + Live Buffers (expérimental) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf index 97211ccfe1a..484e7d17f83 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.it.xlf @@ -22,11 +22,6 @@ Analisi in background - - Capture identifiers while parsing - Acquisisci identificatori durante l'analisi - - Keep background symbol keys Mantieni le chiavi dei simboli in background @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - Usa buffer in tempo reale (non salvati) per il controllo (riavvio necessario) + Use live (unsaved) buffers for analysis (restart required) + Usa buffer in tempo reale (non salvati) per il controllo (riavvio necessario) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - Buffer in tempo reale (sperimentale) + Live Buffers + Buffer in tempo reale (sperimentale) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf index 795d5f200bb..9d860549850 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ja.xlf @@ -22,11 +22,6 @@ バックグラウンド分析 - - Capture identifiers while parsing - 解析中に識別子をキャプチャする - - Keep background symbol keys 背景シンボル キーを保持する @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - ライブ (未保存) バッファーをチェックに使用する (再起動が必要) + Use live (unsaved) buffers for analysis (restart required) + ライブ (未保存) バッファーをチェックに使用する (再起動が必要) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - ライブ バッファー (試験段階) + Live Buffers + ライブ バッファー (試験段階) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf index 5edebc6c6a1..554d0f3a6f4 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ko.xlf @@ -22,11 +22,6 @@ 백그라운드 분석 - - Capture identifiers while parsing - 구문 분석하는 동안 식별자 캡처 - - Keep background symbol keys 배경 기호 키 유지 @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - 확인에 라이브(저장되지 않은) 버퍼 사용(다시 시작 필요) + Use live (unsaved) buffers for analysis (restart required) + 확인에 라이브(저장되지 않은) 버퍼 사용(다시 시작 필요) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - 라이브 버퍼(실험적) + Live Buffers + 라이브 버퍼(실험적) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf index 333ace99c7c..f8a16928d83 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.pl.xlf @@ -22,11 +22,6 @@ Analiza w tle - - Capture identifiers while parsing - Przechwytywanie identyfikatorów podczas analizowania - - Keep background symbol keys Zachowaj klawisze symboli tła @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - Użyj aktywnych (niezapisanych) buforów do sprawdzania (wymagane ponowne uruchomienie) + Use live (unsaved) buffers for analysis (restart required) + Użyj aktywnych (niezapisanych) buforów do sprawdzania (wymagane ponowne uruchomienie) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - Aktywne bufory (eksperymentalne) + Live Buffers + Aktywne bufory (eksperymentalne) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf index 13baf2c91f6..46c9407d0a0 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.pt-BR.xlf @@ -22,11 +22,6 @@ Análise em segundo plano - - Capture identifiers while parsing - Capturar identificadores durante a análise - - Keep background symbol keys Manter as teclas de símbolo em segundo plano @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - Usar buffers dinâmicos (não salvos) para verificação (reinicialização necessária) + Use live (unsaved) buffers for analysis (restart required) + Usar buffers dinâmicos (não salvos) para verificação (reinicialização necessária) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - Buffers Dinâmicos (experimental) + Live Buffers + Buffers Dinâmicos (experimental) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf index af00409018f..3d1d2fbeec1 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.ru.xlf @@ -22,11 +22,6 @@ Фоновый анализ - - Capture identifiers while parsing - Сканировать идентификаторы при синтаксическом анализе - - Keep background symbol keys Сохранить фоновые символьные клавиши @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - Использовать динамические (несохраненные) буферы для проверки (требуется перезагрузка) + Use live (unsaved) buffers for analysis (restart required) + Использовать динамические (несохраненные) буферы для проверки (требуется перезагрузка) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - Динамические буферы (экспериментальная функция) + Live Buffers + Динамические буферы (экспериментальная функция) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf index 8059105e46c..020981e8513 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.tr.xlf @@ -22,11 +22,6 @@ Arka plan analizi - - Capture identifiers while parsing - Ayrıştırma sırasında tanımlayıcıları yakala - - Keep background symbol keys Arka plan sembol tuşlarını tut @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - Denetim için canlı (kaydedilmemiş) arabellekler kullanın (yeniden başlatma gerekir) + Use live (unsaved) buffers for analysis (restart required) + Denetim için canlı (kaydedilmemiş) arabellekler kullanın (yeniden başlatma gerekir) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - Canlı Arabellekler (deneysel) + Live Buffers + Canlı Arabellekler (deneysel) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf index 11e2a089fd8..51078539abc 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hans.xlf @@ -22,11 +22,6 @@ 后台分析 - - Capture identifiers while parsing - 分析时捕获标识符 - - Keep background symbol keys 保留背景符号键 @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - 使用实时(未保存)缓冲区进行检查(需要重新启动) + Use live (unsaved) buffers for analysis (restart required) + 使用实时(未保存)缓冲区进行检查(需要重新启动) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - 实时缓冲区(实验性) + Live Buffers + 实时缓冲区(实验性) diff --git a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf index 68d00cb27f6..1b0cec83a53 100644 --- a/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf +++ b/vsintegration/src/FSharp.UIResources/xlf/Strings.zh-Hant.xlf @@ -22,11 +22,6 @@ 背景分析 - - Capture identifiers while parsing - 剖析時擷取識別項 - - Keep background symbol keys 保留背景符號鍵 @@ -38,8 +33,8 @@ - Use live (unsaved) buffers for checking (restart required) - 使用即時 (未儲存) 緩衝區進行檢查 (需要重新啟動) + Use live (unsaved) buffers for analysis (restart required) + 使用即時 (未儲存) 緩衝區進行檢查 (需要重新啟動) @@ -113,8 +108,8 @@ - Live Buffers (experimental) - 即時緩衝區 (實驗性) + Live Buffers + 即時緩衝區 (實驗性)