monaco-editor-core 0.56.0-dev-20251217 → 0.56.0-dev-20251218
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/nls.keys.json +1 -1
- package/esm/nls.messages.cs.js +2 -2
- package/esm/nls.messages.de.js +2 -2
- package/esm/nls.messages.es.js +2 -2
- package/esm/nls.messages.fr.js +2 -2
- package/esm/nls.messages.it.js +2 -2
- package/esm/nls.messages.ja.js +2 -2
- package/esm/nls.messages.js +1 -1
- package/esm/nls.messages.json +1 -1
- package/esm/nls.messages.ko.js +2 -2
- package/esm/nls.messages.pl.js +2 -2
- package/esm/nls.messages.pt-br.js +2 -2
- package/esm/nls.messages.ru.js +2 -2
- package/esm/nls.messages.tr.js +2 -2
- package/esm/nls.messages.zh-cn.js +2 -2
- package/esm/nls.messages.zh-tw.js +2 -2
- package/esm/nls.metadata.json +4 -2
- package/esm/vs/base/browser/ui/actionbar/actionViewItems.js.map +1 -1
- package/esm/vs/base/browser/ui/findinput/findInput.js +6 -1
- package/esm/vs/base/browser/ui/findinput/findInput.js.map +1 -1
- package/esm/vs/base/browser/ui/inputbox/inputBox.js +17 -1
- package/esm/vs/base/browser/ui/inputbox/inputBox.js.map +1 -1
- package/esm/vs/base/browser/ui/toggle/toggle.js +78 -6
- package/esm/vs/base/browser/ui/toggle/toggle.js.map +1 -1
- package/esm/vs/editor/browser/services/editorWorkerService.js +6 -2
- package/esm/vs/editor/browser/services/editorWorkerService.js.map +1 -1
- package/esm/vs/editor/common/config/editorConfigurationSchema.js +49 -47
- package/esm/vs/editor/common/config/editorConfigurationSchema.js.map +1 -1
- package/esm/vs/editor/common/config/editorOptions.js +410 -410
- package/esm/vs/editor/common/core/editorColorRegistry.js +69 -69
- package/esm/vs/editor/common/editorContextKeys.js +47 -47
- package/esm/vs/editor/common/languages/modesRegistry.js +1 -1
- package/esm/vs/editor/common/languages.js +56 -56
- package/esm/vs/editor/common/model/editStack.js +1 -1
- package/esm/vs/editor/common/standaloneStrings.js +11 -11
- package/esm/vs/editor/common/viewLayout/viewLineRenderer.js +2 -2
- package/esm/vs/editor/contrib/anchorSelect/browser/anchorSelect.js +6 -6
- package/esm/vs/editor/contrib/bracketMatching/browser/bracketMatching.js +6 -6
- package/esm/vs/editor/contrib/caretOperations/browser/caretOperations.js +2 -2
- package/esm/vs/editor/contrib/caretOperations/browser/transpose.js +1 -1
- package/esm/vs/editor/contrib/clipboard/browser/clipboard.js +17 -17
- package/esm/vs/editor/contrib/codeAction/browser/codeAction.js +1 -1
- package/esm/vs/editor/contrib/codeAction/browser/codeActionCommands.js +29 -29
- package/esm/vs/editor/contrib/codeAction/browser/codeActionContributions.js +3 -3
- package/esm/vs/editor/contrib/codeAction/browser/codeActionController.js +3 -3
- package/esm/vs/editor/contrib/codeAction/browser/codeActionMenu.js +8 -8
- package/esm/vs/editor/contrib/codeAction/browser/lightBulbWidget.js +9 -9
- package/esm/vs/editor/contrib/codelens/browser/codelensController.js +2 -2
- package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerCloseButton.js +1 -1
- package/esm/vs/editor/contrib/colorPicker/browser/colorPickerParts/colorPickerHeader.js +1 -1
- package/esm/vs/editor/contrib/colorPicker/browser/hoverColorPicker/hoverColorPickerParticipant.js +1 -1
- package/esm/vs/editor/contrib/colorPicker/browser/standaloneColorPicker/standaloneColorPickerActions.js +7 -7
- package/esm/vs/editor/contrib/comment/browser/comment.js +6 -6
- package/esm/vs/editor/contrib/contextmenu/browser/contextmenu.js +10 -10
- package/esm/vs/editor/contrib/cursorUndo/browser/cursorUndo.js +2 -2
- package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteContribution.js +4 -4
- package/esm/vs/editor/contrib/dropOrPasteInto/browser/copyPasteController.js +9 -9
- package/esm/vs/editor/contrib/dropOrPasteInto/browser/defaultProviders.js +8 -8
- package/esm/vs/editor/contrib/dropOrPasteInto/browser/dropIntoEditorController.js +3 -3
- package/esm/vs/editor/contrib/dropOrPasteInto/browser/postEditWidget.js +2 -2
- package/esm/vs/editor/contrib/editorState/browser/keybindingCancellation.js +1 -1
- package/esm/vs/editor/contrib/find/browser/findController.js +16 -16
- package/esm/vs/editor/contrib/find/browser/findWidget.js +26 -26
- package/esm/vs/editor/contrib/folding/browser/folding.js +20 -20
- package/esm/vs/editor/contrib/folding/browser/folding.js.map +1 -1
- package/esm/vs/editor/contrib/folding/browser/foldingDecorations.js +9 -9
- package/esm/vs/editor/contrib/fontZoom/browser/fontZoom.js +3 -3
- package/esm/vs/editor/contrib/format/browser/formatActions.js +2 -2
- package/esm/vs/editor/contrib/gotoError/browser/gotoError.js +8 -8
- package/esm/vs/editor/contrib/gotoError/browser/gotoErrorWidget.js +14 -14
- package/esm/vs/editor/contrib/gotoSymbol/browser/goToCommands.js +39 -39
- package/esm/vs/editor/contrib/gotoSymbol/browser/link/goToDefinitionAtPosition.js +1 -1
- package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesController.js +3 -3
- package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesTree.js +3 -3
- package/esm/vs/editor/contrib/gotoSymbol/browser/peek/referencesWidget.js +3 -3
- package/esm/vs/editor/contrib/gotoSymbol/browser/referencesModel.js +8 -8
- package/esm/vs/editor/contrib/gotoSymbol/browser/symbolNavigation.js +3 -3
- package/esm/vs/editor/contrib/gpu/browser/gpuActions.js +4 -4
- package/esm/vs/editor/contrib/hover/browser/hoverActionIds.js +2 -2
- package/esm/vs/editor/contrib/hover/browser/hoverActions.js +24 -24
- package/esm/vs/editor/contrib/hover/browser/hoverCopyButton.js +2 -2
- package/esm/vs/editor/contrib/hover/browser/markdownHoverParticipant.js +9 -9
- package/esm/vs/editor/contrib/hover/browser/markerHoverParticipant.js +5 -5
- package/esm/vs/editor/contrib/inPlaceReplace/browser/inPlaceReplace.js +2 -2
- package/esm/vs/editor/contrib/indentation/browser/indentation.js +20 -20
- package/esm/vs/editor/contrib/inlayHints/browser/inlayHintsHover.js +8 -8
- package/esm/vs/editor/contrib/inlineCompletions/browser/controller/commands.js +21 -21
- package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionContextKeys.js +13 -13
- package/esm/vs/editor/contrib/inlineCompletions/browser/controller/inlineCompletionsController.js +1 -1
- package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/hoverParticipant.js +2 -2
- package/esm/vs/editor/contrib/inlineCompletions/browser/hintsWidget/inlineCompletionsHintsWidget.js +5 -5
- package/esm/vs/editor/contrib/inlineCompletions/browser/model/renameSymbolProcessor.js +2 -2
- package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorMenu.js +6 -6
- package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/components/gutterIndicatorView.js +1 -1
- package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/inlineEditsViews/inlineEditsWordReplacementView.js +3 -3
- package/esm/vs/editor/contrib/inlineCompletions/browser/view/inlineEdits/theme.js +20 -20
- package/esm/vs/editor/contrib/insertFinalNewLine/browser/insertFinalNewLine.js +1 -1
- package/esm/vs/editor/contrib/lineSelection/browser/lineSelection.js +1 -1
- package/esm/vs/editor/contrib/linesOperations/browser/linesOperations.js +31 -31
- package/esm/vs/editor/contrib/linkedEditing/browser/linkedEditing.js +2 -2
- package/esm/vs/editor/contrib/links/browser/links.js +10 -10
- package/esm/vs/editor/contrib/message/browser/messageController.js +1 -1
- package/esm/vs/editor/contrib/multicursor/browser/multicursor.js +22 -22
- package/esm/vs/editor/contrib/parameterHints/browser/parameterHints.js +1 -1
- package/esm/vs/editor/contrib/parameterHints/browser/parameterHintsWidget.js +4 -4
- package/esm/vs/editor/contrib/peekView/browser/peekView.js +18 -18
- package/esm/vs/editor/contrib/placeholderText/browser/placeholderText.contribution.js +1 -1
- package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js +25 -27
- package/esm/vs/editor/contrib/quickAccess/browser/gotoLineQuickAccess.js.map +1 -1
- package/esm/vs/editor/contrib/quickAccess/browser/gotoSymbolQuickAccess.js +32 -32
- package/esm/vs/editor/contrib/readOnlyMessage/browser/contribution.js +2 -2
- package/esm/vs/editor/contrib/rename/browser/rename.js +11 -11
- package/esm/vs/editor/contrib/rename/browser/renameWidget.js +7 -7
- package/esm/vs/editor/contrib/smartSelect/browser/smartSelect.js +4 -4
- package/esm/vs/editor/contrib/snippet/browser/snippetController2.js +4 -4
- package/esm/vs/editor/contrib/snippet/browser/snippetVariables.js +4 -4
- package/esm/vs/editor/contrib/stickyScroll/browser/stickyScrollActions.js +11 -11
- package/esm/vs/editor/contrib/suggest/browser/suggest.js +9 -9
- package/esm/vs/editor/contrib/suggest/browser/suggestController.js +11 -11
- package/esm/vs/editor/contrib/suggest/browser/suggestWidget.js +17 -17
- package/esm/vs/editor/contrib/suggest/browser/suggestWidgetDetails.js +2 -2
- package/esm/vs/editor/contrib/suggest/browser/suggestWidgetRenderer.js +2 -2
- package/esm/vs/editor/contrib/suggest/browser/wordContextKey.js +1 -1
- package/esm/vs/editor/contrib/symbolIcons/browser/symbolIcons.js +33 -33
- package/esm/vs/editor/contrib/toggleTabFocusMode/browser/toggleTabFocusMode.js +4 -4
- package/esm/vs/editor/contrib/tokenization/browser/tokenization.js +1 -1
- package/esm/vs/editor/contrib/unicodeHighlighter/browser/bannerController.js +1 -1
- package/esm/vs/editor/contrib/unicodeHighlighter/browser/unicodeHighlighter.js +24 -24
- package/esm/vs/editor/contrib/unusualLineTerminators/browser/unusualLineTerminators.js +5 -5
- package/esm/vs/editor/contrib/wordHighlighter/browser/highlightDecorations.js +9 -9
- package/esm/vs/editor/contrib/wordHighlighter/browser/wordHighlighter.js +3 -3
- package/esm/vs/editor/contrib/wordOperations/browser/wordOperations.js +3 -3
- package/esm/vs/platform/accessibilitySignal/browser/accessibilitySignalService.js +62 -62
- package/esm/vs/platform/action/common/actionCommonCategories.js +6 -6
- package/esm/vs/platform/actionWidget/browser/actionList.js +4 -4
- package/esm/vs/platform/actionWidget/browser/actionWidget.js +7 -7
- package/esm/vs/platform/actions/browser/menuEntryActionViewItem.js +5 -5
- package/esm/vs/platform/actions/browser/toolbar.js +2 -2
- package/esm/vs/platform/actions/common/menuService.js +2 -2
- package/esm/vs/platform/configuration/common/configurationRegistry.js +10 -10
- package/esm/vs/platform/contextkey/browser/contextKeyService.js +1 -1
- package/esm/vs/platform/contextkey/common/contextkey.js +9 -9
- package/esm/vs/platform/contextkey/common/contextkeys.js +9 -9
- package/esm/vs/platform/contextkey/common/scanner.js +5 -5
- package/esm/vs/platform/history/browser/contextScopedHistoryWidget.js +1 -1
- package/esm/vs/platform/hover/browser/hoverWidget.js +1 -1
- package/esm/vs/platform/hover/browser/updatableHoverWidget.js +1 -1
- package/esm/vs/platform/keybinding/common/abstractKeybindingService.js +4 -4
- package/esm/vs/platform/list/browser/listService.js +27 -27
- package/esm/vs/platform/markers/common/markerService.js +2 -2
- package/esm/vs/platform/markers/common/markers.js +6 -6
- package/esm/vs/platform/quickinput/browser/commandsQuickAccess.js +8 -8
- package/esm/vs/platform/quickinput/browser/helpQuickAccess.js +1 -1
- package/esm/vs/platform/quickinput/browser/media/quickInput.css +38 -4
- package/esm/vs/platform/quickinput/browser/quickInput.js +42 -14
- package/esm/vs/platform/quickinput/browser/quickInput.js.map +1 -1
- package/esm/vs/platform/quickinput/browser/quickInputActions.js +5 -5
- package/esm/vs/platform/quickinput/browser/quickInputBox.js +13 -1
- package/esm/vs/platform/quickinput/browser/quickInputBox.js.map +1 -1
- package/esm/vs/platform/quickinput/browser/quickInputController.js +22 -12
- package/esm/vs/platform/quickinput/browser/quickInputController.js.map +1 -1
- package/esm/vs/platform/quickinput/browser/quickInputList.js +17 -12
- package/esm/vs/platform/quickinput/browser/quickInputList.js.map +1 -1
- package/esm/vs/platform/quickinput/browser/quickInputUtils.js +36 -8
- package/esm/vs/platform/quickinput/browser/quickInputUtils.js.map +1 -1
- package/esm/vs/platform/quickinput/browser/tree/quickInputTreeAccessibilityProvider.js +1 -1
- package/esm/vs/platform/quickinput/browser/tree/quickInputTreeController.js +3 -3
- package/esm/vs/platform/quickinput/browser/tree/quickInputTreeController.js.map +1 -1
- package/esm/vs/platform/quickinput/browser/tree/quickInputTreeRenderer.js +8 -4
- package/esm/vs/platform/quickinput/browser/tree/quickInputTreeRenderer.js.map +1 -1
- package/esm/vs/platform/quickinput/common/quickInput.js.map +1 -1
- package/esm/vs/platform/theme/common/colorUtils.js +2 -2
- package/esm/vs/platform/theme/common/colors/baseColors.js +18 -18
- package/esm/vs/platform/theme/common/colors/chartsColors.js +8 -8
- package/esm/vs/platform/theme/common/colors/editorColors.js +95 -95
- package/esm/vs/platform/theme/common/colors/inputColors.js +47 -47
- package/esm/vs/platform/theme/common/colors/listColors.js +36 -36
- package/esm/vs/platform/theme/common/colors/menuColors.js +7 -7
- package/esm/vs/platform/theme/common/colors/minimapColors.js +11 -11
- package/esm/vs/platform/theme/common/colors/miscColors.js +16 -16
- package/esm/vs/platform/theme/common/colors/quickpickColors.js +9 -9
- package/esm/vs/platform/theme/common/colors/searchColors.js +3 -3
- package/esm/vs/platform/theme/common/iconRegistry.js +6 -6
- package/esm/vs/platform/undoRedo/common/undoRedoService.js +20 -20
- package/esm/vs/platform/workspace/common/workspace.js +1 -1
- package/package.json +2 -2
|
@@ -21,15 +21,15 @@ import { ILanguageFeaturesService } from '../../../common/services/languageFeatu
|
|
|
21
21
|
import { historyNavigationVisible } from '../../../../platform/history/browser/contextScopedHistoryWidget.js';
|
|
22
22
|
export const Context = {
|
|
23
23
|
Visible: historyNavigationVisible,
|
|
24
|
-
HasFocusedSuggestion: new RawContextKey('suggestWidgetHasFocusedSuggestion', false, localize(
|
|
25
|
-
DetailsVisible: new RawContextKey('suggestWidgetDetailsVisible', false, localize(
|
|
26
|
-
DetailsFocused: new RawContextKey('suggestWidgetDetailsFocused', false, localize(
|
|
27
|
-
MultipleSuggestions: new RawContextKey('suggestWidgetMultipleSuggestions', false, localize(
|
|
28
|
-
MakesTextEdit: new RawContextKey('suggestionMakesTextEdit', true, localize(
|
|
29
|
-
AcceptSuggestionsOnEnter: new RawContextKey('acceptSuggestionOnEnter', true, localize(
|
|
30
|
-
HasInsertAndReplaceRange: new RawContextKey('suggestionHasInsertAndReplaceRange', false, localize(
|
|
31
|
-
InsertMode: new RawContextKey('suggestionInsertMode', undefined, { type: 'string', description: localize(
|
|
32
|
-
CanResolve: new RawContextKey('suggestionCanResolve', false, localize(
|
|
24
|
+
HasFocusedSuggestion: new RawContextKey('suggestWidgetHasFocusedSuggestion', false, localize(1470, "Whether any suggestion is focused")),
|
|
25
|
+
DetailsVisible: new RawContextKey('suggestWidgetDetailsVisible', false, localize(1471, "Whether suggestion details are visible")),
|
|
26
|
+
DetailsFocused: new RawContextKey('suggestWidgetDetailsFocused', false, localize(1472, "Whether the details pane of the suggest widget has focus")),
|
|
27
|
+
MultipleSuggestions: new RawContextKey('suggestWidgetMultipleSuggestions', false, localize(1473, "Whether there are multiple suggestions to pick from")),
|
|
28
|
+
MakesTextEdit: new RawContextKey('suggestionMakesTextEdit', true, localize(1474, "Whether inserting the current suggestion yields in a change or has everything already been typed")),
|
|
29
|
+
AcceptSuggestionsOnEnter: new RawContextKey('acceptSuggestionOnEnter', true, localize(1475, "Whether suggestions are inserted when pressing Enter")),
|
|
30
|
+
HasInsertAndReplaceRange: new RawContextKey('suggestionHasInsertAndReplaceRange', false, localize(1476, "Whether the current suggestion has insert and replace behaviour")),
|
|
31
|
+
InsertMode: new RawContextKey('suggestionInsertMode', undefined, { type: 'string', description: localize(1477, "Whether the default behaviour is to insert or replace") }),
|
|
32
|
+
CanResolve: new RawContextKey('suggestionCanResolve', false, localize(1478, "Whether the current suggestion supports to resolve further details")),
|
|
33
33
|
};
|
|
34
34
|
export const suggestWidgetStatusbarMenu = new MenuId('suggestWidgetStatusBar');
|
|
35
35
|
export class CompletionItem {
|
|
@@ -469,7 +469,7 @@ let SuggestController = class SuggestController {
|
|
|
469
469
|
}
|
|
470
470
|
_alertCompletionItem(item) {
|
|
471
471
|
if (isNonEmptyArray(item.completion.additionalTextEdits)) {
|
|
472
|
-
const msg = nls.localize(
|
|
472
|
+
const msg = nls.localize(1479, "Accepting '{0}' made {1} additional edits", item.textLabel, item.completion.additionalTextEdits.length);
|
|
473
473
|
alert(msg);
|
|
474
474
|
}
|
|
475
475
|
}
|
|
@@ -656,7 +656,7 @@ export class TriggerSuggestAction extends EditorAction {
|
|
|
656
656
|
constructor() {
|
|
657
657
|
super({
|
|
658
658
|
id: TriggerSuggestAction.id,
|
|
659
|
-
label: nls.localize2(
|
|
659
|
+
label: nls.localize2(1488, "Trigger Suggest"),
|
|
660
660
|
precondition: ContextKeyExpr.and(EditorContextKeys.writable, EditorContextKeys.hasCompletionItemProvider, SuggestContext.Visible.toNegated()),
|
|
661
661
|
kbOpts: {
|
|
662
662
|
kbExpr: EditorContextKeys.textInputFocus,
|
|
@@ -704,19 +704,19 @@ registerEditorCommand(new SuggestCommand({
|
|
|
704
704
|
}],
|
|
705
705
|
menuOpts: [{
|
|
706
706
|
menuId: suggestWidgetStatusbarMenu,
|
|
707
|
-
title: nls.localize(
|
|
707
|
+
title: nls.localize(1480, "Insert"),
|
|
708
708
|
group: 'left',
|
|
709
709
|
order: 1,
|
|
710
710
|
when: ContextKeyExpr.and(SuggestContext.HasFocusedSuggestion, SuggestContext.HasInsertAndReplaceRange.toNegated())
|
|
711
711
|
}, {
|
|
712
712
|
menuId: suggestWidgetStatusbarMenu,
|
|
713
|
-
title: nls.localize(
|
|
713
|
+
title: nls.localize(1481, "Insert"),
|
|
714
714
|
group: 'left',
|
|
715
715
|
order: 1,
|
|
716
716
|
when: ContextKeyExpr.and(SuggestContext.HasFocusedSuggestion, SuggestContext.HasInsertAndReplaceRange, SuggestContext.InsertMode.isEqualTo('insert'))
|
|
717
717
|
}, {
|
|
718
718
|
menuId: suggestWidgetStatusbarMenu,
|
|
719
|
-
title: nls.localize(
|
|
719
|
+
title: nls.localize(1482, "Replace"),
|
|
720
720
|
group: 'left',
|
|
721
721
|
order: 1,
|
|
722
722
|
when: ContextKeyExpr.and(SuggestContext.HasFocusedSuggestion, SuggestContext.HasInsertAndReplaceRange, SuggestContext.InsertMode.isEqualTo('replace'))
|
|
@@ -739,13 +739,13 @@ registerEditorCommand(new SuggestCommand({
|
|
|
739
739
|
group: 'left',
|
|
740
740
|
order: 2,
|
|
741
741
|
when: ContextKeyExpr.and(SuggestContext.HasFocusedSuggestion, SuggestContext.HasInsertAndReplaceRange, SuggestContext.InsertMode.isEqualTo('insert')),
|
|
742
|
-
title: nls.localize(
|
|
742
|
+
title: nls.localize(1483, "Replace")
|
|
743
743
|
}, {
|
|
744
744
|
menuId: suggestWidgetStatusbarMenu,
|
|
745
745
|
group: 'left',
|
|
746
746
|
order: 2,
|
|
747
747
|
when: ContextKeyExpr.and(SuggestContext.HasFocusedSuggestion, SuggestContext.HasInsertAndReplaceRange, SuggestContext.InsertMode.isEqualTo('replace')),
|
|
748
|
-
title: nls.localize(
|
|
748
|
+
title: nls.localize(1484, "Insert")
|
|
749
749
|
}]
|
|
750
750
|
}));
|
|
751
751
|
// continue to support the old command
|
|
@@ -777,7 +777,7 @@ registerEditorCommand(new SuggestCommand({
|
|
|
777
777
|
group: 'left',
|
|
778
778
|
order: 0,
|
|
779
779
|
when: SuggestContext.HasFocusedSuggestion.toNegated(),
|
|
780
|
-
title: nls.localize(
|
|
780
|
+
title: nls.localize(1485, "Select")
|
|
781
781
|
}
|
|
782
782
|
}));
|
|
783
783
|
registerEditorCommand(new SuggestCommand({
|
|
@@ -860,13 +860,13 @@ registerEditorCommand(new SuggestCommand({
|
|
|
860
860
|
group: 'right',
|
|
861
861
|
order: 1,
|
|
862
862
|
when: ContextKeyExpr.and(SuggestContext.DetailsVisible, SuggestContext.CanResolve),
|
|
863
|
-
title: nls.localize(
|
|
863
|
+
title: nls.localize(1486, "Show Less")
|
|
864
864
|
}, {
|
|
865
865
|
menuId: suggestWidgetStatusbarMenu,
|
|
866
866
|
group: 'right',
|
|
867
867
|
order: 1,
|
|
868
868
|
when: ContextKeyExpr.and(SuggestContext.DetailsVisible.toNegated(), SuggestContext.CanResolve),
|
|
869
|
-
title: nls.localize(
|
|
869
|
+
title: nls.localize(1487, "Show More")
|
|
870
870
|
}]
|
|
871
871
|
}));
|
|
872
872
|
registerEditorCommand(new SuggestCommand({
|
|
@@ -942,7 +942,7 @@ registerEditorAction(class extends EditorAction {
|
|
|
942
942
|
constructor() {
|
|
943
943
|
super({
|
|
944
944
|
id: 'editor.action.resetSuggestSize',
|
|
945
|
-
label: nls.localize2(
|
|
945
|
+
label: nls.localize2(1489, "Reset Suggest Widget Size"),
|
|
946
946
|
precondition: undefined
|
|
947
947
|
});
|
|
948
948
|
}
|
|
@@ -42,15 +42,15 @@ import { isWindows } from '../../../../base/common/platform.js';
|
|
|
42
42
|
/**
|
|
43
43
|
* Suggest widget colors
|
|
44
44
|
*/
|
|
45
|
-
registerColor('editorSuggestWidget.background', editorWidgetBackground, nls.localize(
|
|
46
|
-
registerColor('editorSuggestWidget.border', editorWidgetBorder, nls.localize(
|
|
47
|
-
export const editorSuggestWidgetForeground = registerColor('editorSuggestWidget.foreground', editorForeground, nls.localize(
|
|
48
|
-
registerColor('editorSuggestWidget.selectedForeground', quickInputListFocusForeground, nls.localize(
|
|
49
|
-
registerColor('editorSuggestWidget.selectedIconForeground', quickInputListFocusIconForeground, nls.localize(
|
|
50
|
-
export const editorSuggestWidgetSelectedBackground = registerColor('editorSuggestWidget.selectedBackground', quickInputListFocusBackground, nls.localize(
|
|
51
|
-
registerColor('editorSuggestWidget.highlightForeground', listHighlightForeground, nls.localize(
|
|
52
|
-
registerColor('editorSuggestWidget.focusHighlightForeground', listFocusHighlightForeground, nls.localize(
|
|
53
|
-
registerColor('editorSuggestWidgetStatus.foreground', transparent(editorSuggestWidgetForeground, .5), nls.localize(
|
|
45
|
+
registerColor('editorSuggestWidget.background', editorWidgetBackground, nls.localize(1490, 'Background color of the suggest widget.'));
|
|
46
|
+
registerColor('editorSuggestWidget.border', editorWidgetBorder, nls.localize(1491, 'Border color of the suggest widget.'));
|
|
47
|
+
export const editorSuggestWidgetForeground = registerColor('editorSuggestWidget.foreground', editorForeground, nls.localize(1492, 'Foreground color of the suggest widget.'));
|
|
48
|
+
registerColor('editorSuggestWidget.selectedForeground', quickInputListFocusForeground, nls.localize(1493, 'Foreground color of the selected entry in the suggest widget.'));
|
|
49
|
+
registerColor('editorSuggestWidget.selectedIconForeground', quickInputListFocusIconForeground, nls.localize(1494, 'Icon foreground color of the selected entry in the suggest widget.'));
|
|
50
|
+
export const editorSuggestWidgetSelectedBackground = registerColor('editorSuggestWidget.selectedBackground', quickInputListFocusBackground, nls.localize(1495, 'Background color of the selected entry in the suggest widget.'));
|
|
51
|
+
registerColor('editorSuggestWidget.highlightForeground', listHighlightForeground, nls.localize(1496, 'Color of the match highlights in the suggest widget.'));
|
|
52
|
+
registerColor('editorSuggestWidget.focusHighlightForeground', listFocusHighlightForeground, nls.localize(1497, 'Color of the match highlights in the suggest widget when an item is focused.'));
|
|
53
|
+
registerColor('editorSuggestWidgetStatus.foreground', transparent(editorSuggestWidgetForeground, .5), nls.localize(1498, 'Foreground color of the suggest widget status.'));
|
|
54
54
|
class PersistedWidgetSize {
|
|
55
55
|
constructor(_service, editor) {
|
|
56
56
|
this._service = _service;
|
|
@@ -78,8 +78,8 @@ class PersistedWidgetSize {
|
|
|
78
78
|
}
|
|
79
79
|
let SuggestWidget = class SuggestWidget {
|
|
80
80
|
static { SuggestWidget_1 = this; }
|
|
81
|
-
static { this.LOADING_MESSAGE = nls.localize(
|
|
82
|
-
static { this.NO_SUGGESTIONS_MESSAGE = nls.localize(
|
|
81
|
+
static { this.LOADING_MESSAGE = nls.localize(1499, "Loading..."); }
|
|
82
|
+
static { this.NO_SUGGESTIONS_MESSAGE = nls.localize(1500, "No suggestions."); }
|
|
83
83
|
constructor(editor, _storageService, _contextKeyService, _themeService, instantiationService) {
|
|
84
84
|
this.editor = editor;
|
|
85
85
|
this._storageService = _storageService;
|
|
@@ -165,7 +165,7 @@ let SuggestWidget = class SuggestWidget {
|
|
|
165
165
|
multipleSelectionSupport: false,
|
|
166
166
|
accessibilityProvider: {
|
|
167
167
|
getRole: () => isWindows ? 'listitem' : 'option',
|
|
168
|
-
getWidgetAriaLabel: () => nls.localize(
|
|
168
|
+
getWidgetAriaLabel: () => nls.localize(1501, "Suggest"),
|
|
169
169
|
getWidgetRole: () => 'listbox',
|
|
170
170
|
getAriaLabel: (item) => {
|
|
171
171
|
let label = item.textLabel;
|
|
@@ -173,24 +173,24 @@ let SuggestWidget = class SuggestWidget {
|
|
|
173
173
|
if (typeof item.completion.label !== 'string') {
|
|
174
174
|
const { detail, description } = item.completion.label;
|
|
175
175
|
if (detail && description) {
|
|
176
|
-
label = nls.localize(
|
|
176
|
+
label = nls.localize(1502, '{0} {1}, {2}, {3}', label, detail, description, kindLabel);
|
|
177
177
|
}
|
|
178
178
|
else if (detail) {
|
|
179
|
-
label = nls.localize(
|
|
179
|
+
label = nls.localize(1503, '{0} {1}, {2}', label, detail, kindLabel);
|
|
180
180
|
}
|
|
181
181
|
else if (description) {
|
|
182
|
-
label = nls.localize(
|
|
182
|
+
label = nls.localize(1504, '{0}, {1}, {2}', label, description, kindLabel);
|
|
183
183
|
}
|
|
184
184
|
}
|
|
185
185
|
else {
|
|
186
|
-
label = nls.localize(
|
|
186
|
+
label = nls.localize(1505, '{0}, {1}', label, kindLabel);
|
|
187
187
|
}
|
|
188
188
|
if (!item.isResolved || !this._isDetailsVisible()) {
|
|
189
189
|
return label;
|
|
190
190
|
}
|
|
191
191
|
const { documentation, detail } = item.completion;
|
|
192
192
|
const docs = strings.format('{0}{1}', detail || '', documentation ? (typeof documentation === 'string' ? documentation : documentation.value) : '');
|
|
193
|
-
return nls.localize(
|
|
193
|
+
return nls.localize(1506, "{0}, docs: {1}", label, docs);
|
|
194
194
|
},
|
|
195
195
|
}
|
|
196
196
|
});
|
|
@@ -48,7 +48,7 @@ let SuggestDetailsWidget = class SuggestDetailsWidget {
|
|
|
48
48
|
this._disposables.add(this._scrollbar);
|
|
49
49
|
this._header = dom.append(this._body, dom.$('.header'));
|
|
50
50
|
this._close = dom.append(this._header, dom.$('span' + ThemeIcon.asCSSSelector(Codicon.close)));
|
|
51
|
-
this._close.title = nls.localize(
|
|
51
|
+
this._close.title = nls.localize(1507, "Close");
|
|
52
52
|
this._close.role = 'button';
|
|
53
53
|
this._close.tabIndex = -1;
|
|
54
54
|
this._type = dom.append(this._header, dom.$('p.type'));
|
|
@@ -94,7 +94,7 @@ let SuggestDetailsWidget = class SuggestDetailsWidget {
|
|
|
94
94
|
};
|
|
95
95
|
}
|
|
96
96
|
renderLoading() {
|
|
97
|
-
this._type.textContent = nls.localize(
|
|
97
|
+
this._type.textContent = nls.localize(1508, "Loading...");
|
|
98
98
|
this._docs.textContent = '';
|
|
99
99
|
this.domNode.classList.remove('no-docs', 'no-type');
|
|
100
100
|
this.layout(this.size.width, this.getLayoutInfo().lineHeight * 2);
|
|
@@ -28,7 +28,7 @@ import { FileKind } from '../../../../platform/files/common/files.js';
|
|
|
28
28
|
import { registerIcon } from '../../../../platform/theme/common/iconRegistry.js';
|
|
29
29
|
import { IThemeService } from '../../../../platform/theme/common/themeService.js';
|
|
30
30
|
import { canExpandCompletionItem } from './suggestWidgetDetails.js';
|
|
31
|
-
const suggestMoreInfoIcon = registerIcon('suggest-more-info', Codicon.chevronRight, nls.localize(
|
|
31
|
+
const suggestMoreInfoIcon = registerIcon('suggest-more-info', Codicon.chevronRight, nls.localize(1509, 'Icon for more information in the suggest widget.'));
|
|
32
32
|
const _completionItemColor = new class ColorExtractor {
|
|
33
33
|
static { this._regexRelaxed = /(#([\da-fA-F]{3}){1,2}|(rgb|hsl)a\(\s*(\d{1,3}%?\s*,\s*){3}(1|0?\.\d+)\)|(rgb|hsl)\(\s*\d{1,3}%?(\s*,\s*\d{1,3}%?){2}\s*\))/; }
|
|
34
34
|
static { this._regexStrict = new RegExp(`^${ColorExtractor._regexRelaxed.source}$`, 'i'); }
|
|
@@ -84,7 +84,7 @@ let ItemRenderer = class ItemRenderer {
|
|
|
84
84
|
const qualifierLabel = append(left, $('span.qualifier-label'));
|
|
85
85
|
const detailsLabel = append(right, $('span.details-label'));
|
|
86
86
|
const readMore = append(right, $('span.readMore' + ThemeIcon.asCSSSelector(suggestMoreInfoIcon)));
|
|
87
|
-
readMore.title = nls.localize(
|
|
87
|
+
readMore.title = nls.localize(1510, "Read More");
|
|
88
88
|
const configureFont = () => {
|
|
89
89
|
const options = this._editor.getOptions();
|
|
90
90
|
const fontInfo = options.get(59 /* EditorOption.fontInfo */);
|
|
@@ -16,7 +16,7 @@ import { IContextKeyService, RawContextKey } from '../../../../platform/contextk
|
|
|
16
16
|
import { localize } from '../../../../nls.js';
|
|
17
17
|
let WordContextKey = class WordContextKey {
|
|
18
18
|
static { WordContextKey_1 = this; }
|
|
19
|
-
static { this.AtEnd = new RawContextKey('atEndOfWord', false, { type: 'boolean', description: localize(
|
|
19
|
+
static { this.AtEnd = new RawContextKey('atEndOfWord', false, { type: 'boolean', description: localize(1511, "A context key that is true when at the end of a word. Note that this is only defined when tab-completions are enabled") }); }
|
|
20
20
|
constructor(_editor, contextKeyService) {
|
|
21
21
|
this._editor = _editor;
|
|
22
22
|
this._enabled = false;
|
|
@@ -5,87 +5,87 @@
|
|
|
5
5
|
import './symbolIcons.css';
|
|
6
6
|
import { localize } from '../../../../nls.js';
|
|
7
7
|
import { foreground, registerColor } from '../../../../platform/theme/common/colorRegistry.js';
|
|
8
|
-
export const SYMBOL_ICON_ARRAY_FOREGROUND = registerColor('symbolIcon.arrayForeground', foreground, localize(
|
|
9
|
-
export const SYMBOL_ICON_BOOLEAN_FOREGROUND = registerColor('symbolIcon.booleanForeground', foreground, localize(
|
|
8
|
+
export const SYMBOL_ICON_ARRAY_FOREGROUND = registerColor('symbolIcon.arrayForeground', foreground, localize(1512, 'The foreground color for array symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
9
|
+
export const SYMBOL_ICON_BOOLEAN_FOREGROUND = registerColor('symbolIcon.booleanForeground', foreground, localize(1513, 'The foreground color for boolean symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
10
10
|
export const SYMBOL_ICON_CLASS_FOREGROUND = registerColor('symbolIcon.classForeground', {
|
|
11
11
|
dark: '#EE9D28',
|
|
12
12
|
light: '#D67E00',
|
|
13
13
|
hcDark: '#EE9D28',
|
|
14
14
|
hcLight: '#D67E00'
|
|
15
|
-
}, localize(
|
|
16
|
-
export const SYMBOL_ICON_COLOR_FOREGROUND = registerColor('symbolIcon.colorForeground', foreground, localize(
|
|
17
|
-
export const SYMBOL_ICON_CONSTANT_FOREGROUND = registerColor('symbolIcon.constantForeground', foreground, localize(
|
|
15
|
+
}, localize(1514, 'The foreground color for class symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
16
|
+
export const SYMBOL_ICON_COLOR_FOREGROUND = registerColor('symbolIcon.colorForeground', foreground, localize(1515, 'The foreground color for color symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
17
|
+
export const SYMBOL_ICON_CONSTANT_FOREGROUND = registerColor('symbolIcon.constantForeground', foreground, localize(1516, 'The foreground color for constant symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
18
18
|
export const SYMBOL_ICON_CONSTRUCTOR_FOREGROUND = registerColor('symbolIcon.constructorForeground', {
|
|
19
19
|
dark: '#B180D7',
|
|
20
20
|
light: '#652D90',
|
|
21
21
|
hcDark: '#B180D7',
|
|
22
22
|
hcLight: '#652D90'
|
|
23
|
-
}, localize(
|
|
23
|
+
}, localize(1517, 'The foreground color for constructor symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
24
24
|
export const SYMBOL_ICON_ENUMERATOR_FOREGROUND = registerColor('symbolIcon.enumeratorForeground', {
|
|
25
25
|
dark: '#EE9D28',
|
|
26
26
|
light: '#D67E00',
|
|
27
27
|
hcDark: '#EE9D28',
|
|
28
28
|
hcLight: '#D67E00'
|
|
29
|
-
}, localize(
|
|
29
|
+
}, localize(1518, 'The foreground color for enumerator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
30
30
|
export const SYMBOL_ICON_ENUMERATOR_MEMBER_FOREGROUND = registerColor('symbolIcon.enumeratorMemberForeground', {
|
|
31
31
|
dark: '#75BEFF',
|
|
32
32
|
light: '#007ACC',
|
|
33
33
|
hcDark: '#75BEFF',
|
|
34
34
|
hcLight: '#007ACC'
|
|
35
|
-
}, localize(
|
|
35
|
+
}, localize(1519, 'The foreground color for enumerator member symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
36
36
|
export const SYMBOL_ICON_EVENT_FOREGROUND = registerColor('symbolIcon.eventForeground', {
|
|
37
37
|
dark: '#EE9D28',
|
|
38
38
|
light: '#D67E00',
|
|
39
39
|
hcDark: '#EE9D28',
|
|
40
40
|
hcLight: '#D67E00'
|
|
41
|
-
}, localize(
|
|
41
|
+
}, localize(1520, 'The foreground color for event symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
42
42
|
export const SYMBOL_ICON_FIELD_FOREGROUND = registerColor('symbolIcon.fieldForeground', {
|
|
43
43
|
dark: '#75BEFF',
|
|
44
44
|
light: '#007ACC',
|
|
45
45
|
hcDark: '#75BEFF',
|
|
46
46
|
hcLight: '#007ACC'
|
|
47
|
-
}, localize(
|
|
48
|
-
export const SYMBOL_ICON_FILE_FOREGROUND = registerColor('symbolIcon.fileForeground', foreground, localize(
|
|
49
|
-
export const SYMBOL_ICON_FOLDER_FOREGROUND = registerColor('symbolIcon.folderForeground', foreground, localize(
|
|
47
|
+
}, localize(1521, 'The foreground color for field symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
48
|
+
export const SYMBOL_ICON_FILE_FOREGROUND = registerColor('symbolIcon.fileForeground', foreground, localize(1522, 'The foreground color for file symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
49
|
+
export const SYMBOL_ICON_FOLDER_FOREGROUND = registerColor('symbolIcon.folderForeground', foreground, localize(1523, 'The foreground color for folder symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
50
50
|
export const SYMBOL_ICON_FUNCTION_FOREGROUND = registerColor('symbolIcon.functionForeground', {
|
|
51
51
|
dark: '#B180D7',
|
|
52
52
|
light: '#652D90',
|
|
53
53
|
hcDark: '#B180D7',
|
|
54
54
|
hcLight: '#652D90'
|
|
55
|
-
}, localize(
|
|
55
|
+
}, localize(1524, 'The foreground color for function symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
56
56
|
export const SYMBOL_ICON_INTERFACE_FOREGROUND = registerColor('symbolIcon.interfaceForeground', {
|
|
57
57
|
dark: '#75BEFF',
|
|
58
58
|
light: '#007ACC',
|
|
59
59
|
hcDark: '#75BEFF',
|
|
60
60
|
hcLight: '#007ACC'
|
|
61
|
-
}, localize(
|
|
62
|
-
export const SYMBOL_ICON_KEY_FOREGROUND = registerColor('symbolIcon.keyForeground', foreground, localize(
|
|
63
|
-
export const SYMBOL_ICON_KEYWORD_FOREGROUND = registerColor('symbolIcon.keywordForeground', foreground, localize(
|
|
61
|
+
}, localize(1525, 'The foreground color for interface symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
62
|
+
export const SYMBOL_ICON_KEY_FOREGROUND = registerColor('symbolIcon.keyForeground', foreground, localize(1526, 'The foreground color for key symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
63
|
+
export const SYMBOL_ICON_KEYWORD_FOREGROUND = registerColor('symbolIcon.keywordForeground', foreground, localize(1527, 'The foreground color for keyword symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
64
64
|
export const SYMBOL_ICON_METHOD_FOREGROUND = registerColor('symbolIcon.methodForeground', {
|
|
65
65
|
dark: '#B180D7',
|
|
66
66
|
light: '#652D90',
|
|
67
67
|
hcDark: '#B180D7',
|
|
68
68
|
hcLight: '#652D90'
|
|
69
|
-
}, localize(
|
|
70
|
-
export const SYMBOL_ICON_MODULE_FOREGROUND = registerColor('symbolIcon.moduleForeground', foreground, localize(
|
|
71
|
-
export const SYMBOL_ICON_NAMESPACE_FOREGROUND = registerColor('symbolIcon.namespaceForeground', foreground, localize(
|
|
72
|
-
export const SYMBOL_ICON_NULL_FOREGROUND = registerColor('symbolIcon.nullForeground', foreground, localize(
|
|
73
|
-
export const SYMBOL_ICON_NUMBER_FOREGROUND = registerColor('symbolIcon.numberForeground', foreground, localize(
|
|
74
|
-
export const SYMBOL_ICON_OBJECT_FOREGROUND = registerColor('symbolIcon.objectForeground', foreground, localize(
|
|
75
|
-
export const SYMBOL_ICON_OPERATOR_FOREGROUND = registerColor('symbolIcon.operatorForeground', foreground, localize(
|
|
76
|
-
export const SYMBOL_ICON_PACKAGE_FOREGROUND = registerColor('symbolIcon.packageForeground', foreground, localize(
|
|
77
|
-
export const SYMBOL_ICON_PROPERTY_FOREGROUND = registerColor('symbolIcon.propertyForeground', foreground, localize(
|
|
78
|
-
export const SYMBOL_ICON_REFERENCE_FOREGROUND = registerColor('symbolIcon.referenceForeground', foreground, localize(
|
|
79
|
-
export const SYMBOL_ICON_SNIPPET_FOREGROUND = registerColor('symbolIcon.snippetForeground', foreground, localize(
|
|
80
|
-
export const SYMBOL_ICON_STRING_FOREGROUND = registerColor('symbolIcon.stringForeground', foreground, localize(
|
|
81
|
-
export const SYMBOL_ICON_STRUCT_FOREGROUND = registerColor('symbolIcon.structForeground', foreground, localize(
|
|
82
|
-
export const SYMBOL_ICON_TEXT_FOREGROUND = registerColor('symbolIcon.textForeground', foreground, localize(
|
|
83
|
-
export const SYMBOL_ICON_TYPEPARAMETER_FOREGROUND = registerColor('symbolIcon.typeParameterForeground', foreground, localize(
|
|
84
|
-
export const SYMBOL_ICON_UNIT_FOREGROUND = registerColor('symbolIcon.unitForeground', foreground, localize(
|
|
69
|
+
}, localize(1528, 'The foreground color for method symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
70
|
+
export const SYMBOL_ICON_MODULE_FOREGROUND = registerColor('symbolIcon.moduleForeground', foreground, localize(1529, 'The foreground color for module symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
71
|
+
export const SYMBOL_ICON_NAMESPACE_FOREGROUND = registerColor('symbolIcon.namespaceForeground', foreground, localize(1530, 'The foreground color for namespace symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
72
|
+
export const SYMBOL_ICON_NULL_FOREGROUND = registerColor('symbolIcon.nullForeground', foreground, localize(1531, 'The foreground color for null symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
73
|
+
export const SYMBOL_ICON_NUMBER_FOREGROUND = registerColor('symbolIcon.numberForeground', foreground, localize(1532, 'The foreground color for number symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
74
|
+
export const SYMBOL_ICON_OBJECT_FOREGROUND = registerColor('symbolIcon.objectForeground', foreground, localize(1533, 'The foreground color for object symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
75
|
+
export const SYMBOL_ICON_OPERATOR_FOREGROUND = registerColor('symbolIcon.operatorForeground', foreground, localize(1534, 'The foreground color for operator symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
76
|
+
export const SYMBOL_ICON_PACKAGE_FOREGROUND = registerColor('symbolIcon.packageForeground', foreground, localize(1535, 'The foreground color for package symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
77
|
+
export const SYMBOL_ICON_PROPERTY_FOREGROUND = registerColor('symbolIcon.propertyForeground', foreground, localize(1536, 'The foreground color for property symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
78
|
+
export const SYMBOL_ICON_REFERENCE_FOREGROUND = registerColor('symbolIcon.referenceForeground', foreground, localize(1537, 'The foreground color for reference symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
79
|
+
export const SYMBOL_ICON_SNIPPET_FOREGROUND = registerColor('symbolIcon.snippetForeground', foreground, localize(1538, 'The foreground color for snippet symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
80
|
+
export const SYMBOL_ICON_STRING_FOREGROUND = registerColor('symbolIcon.stringForeground', foreground, localize(1539, 'The foreground color for string symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
81
|
+
export const SYMBOL_ICON_STRUCT_FOREGROUND = registerColor('symbolIcon.structForeground', foreground, localize(1540, 'The foreground color for struct symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
82
|
+
export const SYMBOL_ICON_TEXT_FOREGROUND = registerColor('symbolIcon.textForeground', foreground, localize(1541, 'The foreground color for text symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
83
|
+
export const SYMBOL_ICON_TYPEPARAMETER_FOREGROUND = registerColor('symbolIcon.typeParameterForeground', foreground, localize(1542, 'The foreground color for type parameter symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
84
|
+
export const SYMBOL_ICON_UNIT_FOREGROUND = registerColor('symbolIcon.unitForeground', foreground, localize(1543, 'The foreground color for unit symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
85
85
|
export const SYMBOL_ICON_VARIABLE_FOREGROUND = registerColor('symbolIcon.variableForeground', {
|
|
86
86
|
dark: '#75BEFF',
|
|
87
87
|
light: '#007ACC',
|
|
88
88
|
hcDark: '#75BEFF',
|
|
89
89
|
hcLight: '#007ACC',
|
|
90
|
-
}, localize(
|
|
90
|
+
}, localize(1544, 'The foreground color for variable symbols. These symbols appear in the outline, breadcrumb, and suggest widget.'));
|
|
91
91
|
//# sourceMappingURL=symbolIcons.js.map
|
|
@@ -11,7 +11,7 @@ export class ToggleTabFocusModeAction extends Action2 {
|
|
|
11
11
|
constructor() {
|
|
12
12
|
super({
|
|
13
13
|
id: ToggleTabFocusModeAction.ID,
|
|
14
|
-
title: nls.localize2(
|
|
14
|
+
title: nls.localize2(1547, 'Toggle Tab Key Moves Focus'),
|
|
15
15
|
precondition: undefined,
|
|
16
16
|
keybinding: {
|
|
17
17
|
primary: 2048 /* KeyMod.CtrlCmd */ | 43 /* KeyCode.KeyM */,
|
|
@@ -19,7 +19,7 @@ export class ToggleTabFocusModeAction extends Action2 {
|
|
|
19
19
|
weight: 100 /* KeybindingWeight.EditorContrib */
|
|
20
20
|
},
|
|
21
21
|
metadata: {
|
|
22
|
-
description: nls.localize2(
|
|
22
|
+
description: nls.localize2(1548, "Determines whether the tab key moves focus around the workbench or inserts the tab character in the current editor. This is also called tab trapping, tab navigation, or tab focus mode."),
|
|
23
23
|
},
|
|
24
24
|
f1: true
|
|
25
25
|
});
|
|
@@ -29,10 +29,10 @@ export class ToggleTabFocusModeAction extends Action2 {
|
|
|
29
29
|
const newValue = !oldValue;
|
|
30
30
|
TabFocus.setTabFocusMode(newValue);
|
|
31
31
|
if (newValue) {
|
|
32
|
-
alert(nls.localize(
|
|
32
|
+
alert(nls.localize(1545, "Pressing Tab will now move focus to the next focusable element"));
|
|
33
33
|
}
|
|
34
34
|
else {
|
|
35
|
-
alert(nls.localize(
|
|
35
|
+
alert(nls.localize(1546, "Pressing Tab will now insert the tab character"));
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
}
|
|
@@ -9,7 +9,7 @@ class ForceRetokenizeAction extends EditorAction {
|
|
|
9
9
|
constructor() {
|
|
10
10
|
super({
|
|
11
11
|
id: 'editor.action.forceRetokenize',
|
|
12
|
-
label: nls.localize2(
|
|
12
|
+
label: nls.localize2(1549, "Developer: Force Retokenize"),
|
|
13
13
|
precondition: undefined
|
|
14
14
|
});
|
|
15
15
|
}
|
|
@@ -106,7 +106,7 @@ let Banner = class Banner extends Disposable {
|
|
|
106
106
|
// Action
|
|
107
107
|
const actionBarContainer = append(this.element, $('div.action-container'));
|
|
108
108
|
this.actionBar = this._register(new ActionBar(actionBarContainer));
|
|
109
|
-
this.actionBar.push(this._register(new Action('banner.close', localize(
|
|
109
|
+
this.actionBar.push(this._register(new Action('banner.close', localize(1550, "Close Banner"), ThemeIcon.asClassName(widgetClose), true, () => {
|
|
110
110
|
if (typeof item.onClose === 'function') {
|
|
111
111
|
item.onClose();
|
|
112
112
|
}
|
|
@@ -36,7 +36,7 @@ import { Action2, registerAction2 } from '../../../../platform/actions/common/ac
|
|
|
36
36
|
import { safeIntl } from '../../../../base/common/date.js';
|
|
37
37
|
import { isModelDecorationInComment, isModelDecorationInString, isModelDecorationVisible } from '../../../common/viewModel/viewModelDecoration.js';
|
|
38
38
|
import { IMarkdownRendererService } from '../../../../platform/markdown/browser/markdownRenderer.js';
|
|
39
|
-
export const warningIcon = registerIcon('extensions-warning-message', Codicon.warning, nls.localize(
|
|
39
|
+
export const warningIcon = registerIcon('extensions-warning-message', Codicon.warning, nls.localize(1551, 'Icon shown with a warning message in the extensions editor.'));
|
|
40
40
|
let UnicodeHighlighter = class UnicodeHighlighter extends Disposable {
|
|
41
41
|
static { this.ID = 'editor.contrib.unicodeHighlighter'; }
|
|
42
42
|
constructor(_editor, _editorWorkerService, _workspaceTrustService, instantiationService) {
|
|
@@ -56,19 +56,19 @@ let UnicodeHighlighter = class UnicodeHighlighter extends Disposable {
|
|
|
56
56
|
let data;
|
|
57
57
|
if (state.nonBasicAsciiCharacterCount >= max) {
|
|
58
58
|
data = {
|
|
59
|
-
message: nls.localize(
|
|
59
|
+
message: nls.localize(1552, 'This document contains many non-basic ASCII unicode characters'),
|
|
60
60
|
command: new DisableHighlightingOfNonBasicAsciiCharactersAction(),
|
|
61
61
|
};
|
|
62
62
|
}
|
|
63
63
|
else if (state.ambiguousCharacterCount >= max) {
|
|
64
64
|
data = {
|
|
65
|
-
message: nls.localize(
|
|
65
|
+
message: nls.localize(1553, 'This document contains many ambiguous unicode characters'),
|
|
66
66
|
command: new DisableHighlightingOfAmbiguousCharactersAction(),
|
|
67
67
|
};
|
|
68
68
|
}
|
|
69
69
|
else if (state.invisibleCharacterCount >= max) {
|
|
70
70
|
data = {
|
|
71
|
-
message: nls.localize(
|
|
71
|
+
message: nls.localize(1554, 'This document contains many invisible unicode characters'),
|
|
72
72
|
command: new DisableHighlightingOfInvisibleCharactersAction(),
|
|
73
73
|
};
|
|
74
74
|
}
|
|
@@ -337,7 +337,7 @@ class ViewportUnicodeHighlighter extends Disposable {
|
|
|
337
337
|
};
|
|
338
338
|
}
|
|
339
339
|
}
|
|
340
|
-
const configureUnicodeHighlightOptionsStr = nls.localize(
|
|
340
|
+
const configureUnicodeHighlightOptionsStr = nls.localize(1555, 'Configure Unicode Highlight Options');
|
|
341
341
|
let UnicodeHighlighterHoverParticipant = class UnicodeHighlighterHoverParticipant {
|
|
342
342
|
constructor(_editor, _markdownRendererService) {
|
|
343
343
|
this._editor = _editor;
|
|
@@ -369,18 +369,18 @@ let UnicodeHighlighterHoverParticipant = class UnicodeHighlighterHoverParticipan
|
|
|
369
369
|
switch (highlightInfo.reason.kind) {
|
|
370
370
|
case 0 /* UnicodeHighlighterReasonKind.Ambiguous */: {
|
|
371
371
|
if (isBasicASCII(highlightInfo.reason.confusableWith)) {
|
|
372
|
-
reason = nls.localize(
|
|
372
|
+
reason = nls.localize(1556, 'The character {0} could be confused with the ASCII character {1}, which is more common in source code.', codePointStr, formatCodePointMarkdown(highlightInfo.reason.confusableWith.codePointAt(0)));
|
|
373
373
|
}
|
|
374
374
|
else {
|
|
375
|
-
reason = nls.localize(
|
|
375
|
+
reason = nls.localize(1557, 'The character {0} could be confused with the character {1}, which is more common in source code.', codePointStr, formatCodePointMarkdown(highlightInfo.reason.confusableWith.codePointAt(0)));
|
|
376
376
|
}
|
|
377
377
|
break;
|
|
378
378
|
}
|
|
379
379
|
case 1 /* UnicodeHighlighterReasonKind.Invisible */:
|
|
380
|
-
reason = nls.localize(
|
|
380
|
+
reason = nls.localize(1558, 'The character {0} is invisible.', codePointStr);
|
|
381
381
|
break;
|
|
382
382
|
case 2 /* UnicodeHighlighterReasonKind.NonBasicAscii */:
|
|
383
|
-
reason = nls.localize(
|
|
383
|
+
reason = nls.localize(1559, 'The character {0} is not a basic ASCII character.', codePointStr);
|
|
384
384
|
break;
|
|
385
385
|
}
|
|
386
386
|
if (existedReason.has(reason)) {
|
|
@@ -393,7 +393,7 @@ let UnicodeHighlighterHoverParticipant = class UnicodeHighlighterHoverParticipan
|
|
|
393
393
|
inComment: highlightInfo.inComment,
|
|
394
394
|
inString: highlightInfo.inString,
|
|
395
395
|
};
|
|
396
|
-
const adjustSettings = nls.localize(
|
|
396
|
+
const adjustSettings = nls.localize(1560, 'Adjust settings');
|
|
397
397
|
const uri = createCommandUri(ShowExcludeOptions.ID, adjustSettingsArgs);
|
|
398
398
|
const markdown = new MarkdownString('', true)
|
|
399
399
|
.appendMarkdown(reason)
|
|
@@ -465,10 +465,10 @@ export class DisableHighlightingInCommentsAction extends EditorAction {
|
|
|
465
465
|
constructor() {
|
|
466
466
|
super({
|
|
467
467
|
id: DisableHighlightingOfAmbiguousCharactersAction.ID,
|
|
468
|
-
label: nls.localize2(
|
|
468
|
+
label: nls.localize2(1569, "Disable highlighting of characters in comments"),
|
|
469
469
|
precondition: undefined
|
|
470
470
|
});
|
|
471
|
-
this.shortLabel = nls.localize(
|
|
471
|
+
this.shortLabel = nls.localize(1561, 'Disable Highlight In Comments');
|
|
472
472
|
}
|
|
473
473
|
async run(accessor, editor) {
|
|
474
474
|
const configurationService = accessor.get(IConfigurationService);
|
|
@@ -484,10 +484,10 @@ export class DisableHighlightingInStringsAction extends EditorAction {
|
|
|
484
484
|
constructor() {
|
|
485
485
|
super({
|
|
486
486
|
id: DisableHighlightingOfAmbiguousCharactersAction.ID,
|
|
487
|
-
label: nls.localize2(
|
|
487
|
+
label: nls.localize2(1570, "Disable highlighting of characters in strings"),
|
|
488
488
|
precondition: undefined
|
|
489
489
|
});
|
|
490
|
-
this.shortLabel = nls.localize(
|
|
490
|
+
this.shortLabel = nls.localize(1562, 'Disable Highlight In Strings');
|
|
491
491
|
}
|
|
492
492
|
async run(accessor, editor) {
|
|
493
493
|
const configurationService = accessor.get(IConfigurationService);
|
|
@@ -504,11 +504,11 @@ export class DisableHighlightingOfAmbiguousCharactersAction extends Action2 {
|
|
|
504
504
|
constructor() {
|
|
505
505
|
super({
|
|
506
506
|
id: DisableHighlightingOfAmbiguousCharactersAction.ID,
|
|
507
|
-
title: nls.localize2(
|
|
507
|
+
title: nls.localize2(1571, "Disable highlighting of ambiguous characters"),
|
|
508
508
|
precondition: undefined,
|
|
509
509
|
f1: false,
|
|
510
510
|
});
|
|
511
|
-
this.shortLabel = nls.localize(
|
|
511
|
+
this.shortLabel = nls.localize(1563, 'Disable Ambiguous Highlight');
|
|
512
512
|
}
|
|
513
513
|
async run(accessor, editor) {
|
|
514
514
|
const configurationService = accessor.get(IConfigurationService);
|
|
@@ -525,11 +525,11 @@ export class DisableHighlightingOfInvisibleCharactersAction extends Action2 {
|
|
|
525
525
|
constructor() {
|
|
526
526
|
super({
|
|
527
527
|
id: DisableHighlightingOfInvisibleCharactersAction.ID,
|
|
528
|
-
title: nls.localize2(
|
|
528
|
+
title: nls.localize2(1572, "Disable highlighting of invisible characters"),
|
|
529
529
|
precondition: undefined,
|
|
530
530
|
f1: false,
|
|
531
531
|
});
|
|
532
|
-
this.shortLabel = nls.localize(
|
|
532
|
+
this.shortLabel = nls.localize(1564, 'Disable Invisible Highlight');
|
|
533
533
|
}
|
|
534
534
|
async run(accessor, editor) {
|
|
535
535
|
const configurationService = accessor.get(IConfigurationService);
|
|
@@ -546,11 +546,11 @@ export class DisableHighlightingOfNonBasicAsciiCharactersAction extends Action2
|
|
|
546
546
|
constructor() {
|
|
547
547
|
super({
|
|
548
548
|
id: DisableHighlightingOfNonBasicAsciiCharactersAction.ID,
|
|
549
|
-
title: nls.localize2(
|
|
549
|
+
title: nls.localize2(1573, "Disable highlighting of non basic ASCII characters"),
|
|
550
550
|
precondition: undefined,
|
|
551
551
|
f1: false,
|
|
552
552
|
});
|
|
553
|
-
this.shortLabel = nls.localize(
|
|
553
|
+
this.shortLabel = nls.localize(1565, 'Disable Non ASCII Highlight');
|
|
554
554
|
}
|
|
555
555
|
async run(accessor, editor) {
|
|
556
556
|
const configurationService = accessor.get(IConfigurationService);
|
|
@@ -567,7 +567,7 @@ export class ShowExcludeOptions extends Action2 {
|
|
|
567
567
|
constructor() {
|
|
568
568
|
super({
|
|
569
569
|
id: ShowExcludeOptions.ID,
|
|
570
|
-
title: nls.localize2(
|
|
570
|
+
title: nls.localize2(1574, "Show Exclude Options"),
|
|
571
571
|
precondition: undefined,
|
|
572
572
|
f1: false,
|
|
573
573
|
});
|
|
@@ -579,15 +579,15 @@ export class ShowExcludeOptions extends Action2 {
|
|
|
579
579
|
const configurationService = accessor.get(IConfigurationService);
|
|
580
580
|
function getExcludeCharFromBeingHighlightedLabel(codePoint) {
|
|
581
581
|
if (InvisibleCharacters.isInvisibleCharacter(codePoint)) {
|
|
582
|
-
return nls.localize(
|
|
582
|
+
return nls.localize(1566, 'Exclude {0} (invisible character) from being highlighted', codePointToHex(codePoint));
|
|
583
583
|
}
|
|
584
|
-
return nls.localize(
|
|
584
|
+
return nls.localize(1567, 'Exclude {0} from being highlighted', `${codePointToHex(codePoint)} "${char}"`);
|
|
585
585
|
}
|
|
586
586
|
const options = [];
|
|
587
587
|
if (reason.kind === 0 /* UnicodeHighlighterReasonKind.Ambiguous */) {
|
|
588
588
|
for (const locale of reason.notAmbiguousInLocales) {
|
|
589
589
|
options.push({
|
|
590
|
-
label: nls.localize(
|
|
590
|
+
label: nls.localize(1568, "Allow unicode characters that are more common in the language \"{0}\".", locale),
|
|
591
591
|
run: async () => {
|
|
592
592
|
excludeLocaleFromBeingHighlighted(configurationService, [locale]);
|
|
593
593
|
},
|
|
@@ -85,11 +85,11 @@ let UnusualLineTerminatorsDetector = class UnusualLineTerminatorsDetector extend
|
|
|
85
85
|
try {
|
|
86
86
|
this._isPresentingDialog = true;
|
|
87
87
|
result = await this._dialogService.confirm({
|
|
88
|
-
title: nls.localize(
|
|
89
|
-
message: nls.localize(
|
|
90
|
-
detail: nls.localize(
|
|
91
|
-
primaryButton: nls.localize(
|
|
92
|
-
cancelButton: nls.localize(
|
|
88
|
+
title: nls.localize(1575, "Unusual Line Terminators"),
|
|
89
|
+
message: nls.localize(1576, "Detected unusual line terminators"),
|
|
90
|
+
detail: nls.localize(1577, "The file '{0}' contains one or more unusual line terminator characters, like Line Separator (LS) or Paragraph Separator (PS).\n\nIt is recommended to remove them from the file. This can be configured via `editor.unusualLineTerminators`.", basename(model.uri)),
|
|
91
|
+
primaryButton: nls.localize(1578, "&&Remove Unusual Line Terminators"),
|
|
92
|
+
cancelButton: nls.localize(1579, "Ignore")
|
|
93
93
|
});
|
|
94
94
|
}
|
|
95
95
|
finally {
|