text stringlengths 14 100k | source stringclasses 1
value | repo stringclasses 810
values | language stringclasses 13
values |
|---|---|---|---|
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///-<|fim_suffix|>erOptions
{
public int? TabSize { get; set; }
}
<|fim_mid... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>using System.Text.Json;
///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc<|fim_suffix|>espace DevToys.Blazor.Components.Monaco.Editor;
/// <summ... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------<|fim_suffix|> class ConfigurationChangedEvent
{
p... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft<|fim_suffix|>.Components.Monaco.Editor;
public class ContentSizeChangedEvent
{
public double ContentWidth { get; set; }
public... | fim | DevToys-app/DevToys | csharp |
///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///------------------------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------<|fim_suffix|>/ There was a Paste.
/// </summary>
Pa... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>e { get; set; }
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///--------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>refer to.
/// </summary>
public int OldModelVersionId { get; set; }
/// <summary>
/// Source of the call that caused the event.
/// </summary>
public string? Source { get; set; }
/// <summary>
/// Reason.
/// </summary>
public CursorChangeReason Reason { get; set;... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///--------------------------------------------------------------------------<|... | fim | DevToys-app/DevToys | csharp |
///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///------------------------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///------------------------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///---------------------------------------------------<|fim_suffix|>the contain... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>mponents.Monaco.Editor;
/// <summary>
/// A model for the diff editor.
/// </summary>
public class DiffEditorModel
{
/// <summary>
/// Original model.
/// </summary>
public TextModel? Original { get; set; }
/// <summary>
/// Modified model.
/// </summary>
public TextModel... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///---------------------------------------------------------------------------------------<|fim_suffix|>onents.Monaco.Editor;
/// <summary>
/// Information about a line in the diff editor
/// </summary>
public class DiffLineInformation
{
public int EquivalentLineNumber { get; set; }
}
<|fim_middle|>... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///------------------------------------------------------------<|fim_suffix|> s... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>ub.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///-------------------------------------------------------------------------------------------------------------
namespace DevToys.Blazor.Components.Monaco.Editor;
public class Dimension
{
public int Width { get; set; }
p... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///---------------------------------------------------------<|fim_suffix|>tions... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# trans<|fim_suffix|>one = 0,
Keep = 1,
Brackets = 2,
Advanced = 3,
Full = 4
}
<|fim_middle|>lation of the https://github.com/microsoft/monaco-editor/blob/main/websit... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>/// </summary>
public class EditorCommentsOptions
{
/// <summary>
/// Insert a space after the line comment token and inside the block comments tokens.
/// Defaults to true.
/// </summary>
public bool? InsertSpace { get; set; }
/// <summary>
/// Ignore empty lines when inserti... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|> /// The initial editor dimension (to avoid measuring the container).
/// </summary>
public Dimension? Dimension { get; set; }
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>------------
namespace DevToys.Blazor.Components.Monaco.Editor;
public class EditorExperimentalOptions
{
public StickyScrollOptions? StickyScroll { get; set; }
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# tr... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>trols whether the search automatically restarts from the beginning (or the end) when no further matches can be found
/// </summary>
public bool? Loop { get; set; }
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// ... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/<|fim_suffix|> Should the hover be shown above the line if possible?
/// Defaults to false.
/// </summary>
public bool? Abov... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>ublic class EditorLightbulbOptions
{
public bool? Enabled { get; set; }
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// <|fim_middle|>C# translation of the https://github.com/microsoft/monaco-editor/blob/main/websit... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>mapLineHeight { get; set; }
public float MinimapCanvasInnerWidth { get; set; }
public float MinimapCanvasInnerHeight { get; set; }
public float MinimapCanvasOuterWidth { get; set; }
public float MinimapCanvasOuterHeight { get; set; }
}
<|fim_prefix|>///--------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>Event { get; set; }
public BaseMouseTarget? Target { get; set; }
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typ<|fim_middle|>e... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///------------------------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blo<|fim_suffix|>{ get; set; }
}
<|fim_middle|>b/main/website/typedoc/monaco.d.ts file
///--------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>lass EditorParameterHintOptions
{
/// <summary>
/// Enable parameter hints.
/// Defaults to true.
/// </summary>
public bool? Enabled { get; set; }
/// <summary>
/// Enable cycling of parameter hints.
/// Defaults to false.
/// </summary>
public bool? Cycle { get; ... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>/ //////NOTE//////: This option cannot be updated using `updateOptions()`
/// </summary>
public int? VerticalSliderSize { get; set; }
/// <summary>
/// Height in pixels for the horizontal slider.
/// Defaults to `horizontalScrollbarSize`.
/// //////NOTE//////: This option cannot b... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>class EditorUpdateOptions : EditorOptions, IGlobalEditorOptions
{
public int? TabSize { get; set; }
public bool? InsertSpaces { get; set; }
public bool? DetectIndentation { get; set; }
public bool? TrimAutoWhitespace { get; set; }
public bool? LargeFileOptimizations { get; set; }
... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>arriage return and line feed (\r\n) as the end of line character.
/// </summary>
CRLF = 2
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/mai... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///------------------------<|fim_suffix|>s FindMatch
{
public Range? Range ... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|> public string? AlternativeTypeDefinitionCommand { get; set; }
public string? AlternativeDeclarationCommand { get; set; }
public string? AlternativeImplementationCommand { get; set; }
public string? AlternativeReferenceCommand { get; set; }
}
<|fim_prefix|>///-----------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>ns
{
/// <summary>
/// Enable rendering of bracket pair guides.
/// Defaults to false.
/// </summary>
public string? BracketPairs { get; set; }
/// <summary>
/// Enable rendering of vertical bracket pair guides.
/// Defaults to 'active'.
/// </summary>
public strin... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>ould the diff editor enable code lens?
/// Defaults to false.
/// </summary>
bool? DiffCodeLens { get; set; }
/// <summary>
/// Is the diff editor should render overview ruler
/// Defaults to true
/// </summary>
bool? RenderOverviewRuler { get; set; }
/// <summary>
... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|><|fim_prefix|>///---------------------------<|fim_middle|>----------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>ummary>
/// If enabled, will automatically change to high contrast theme if the OS is using a high contrast theme.
/// Defaults to true.
/// </summary>
bool? AutoDetectHighContrast { get; set; }
}
<|fim_prefix|>///---------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>
{
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///---------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>Right = 1,
Left = 2,
None = 3
}
<|fim_prefix|>///--------------------------------------------------------------------------<|fim_middle|>-----------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/b<|fim_suffix|>ssNameAffectsLetterSpacing { get; set; }
/// <summary>
/// Configures cursor stops around injected... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>MinimapPosition
{
Inline = 1,
Gutter = 2
}
<|fim_prefix|>///---------<|fim_middle|>----------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///-----<|fim_suffix|>ponents.Monaco.Editor;
/// <summary>
/// A decoration in... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>r;
/// <summary>
/// Options for rendering a model decoration in the overview ruler.
/// </summary>
public class ModelDecorationMinimapOptions : DecorationOptions
{
/// <summary>
/// The position in the overview ruler.
/// </summary>
public MinimapPosition Position { get; set; }
}
<|fim_p... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|> /// <summary>
/// If set, the decoration will be rendered before the text with this CSS class name.
/// </summary>
public string? BeforeContentClassName { get; set; }
/// <summary>
/// If set, the decoration will be rendered after the text with this CSS class name.
/// </summary... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>y>
/// The position in the overview ruler.
/// </summary>
public OverviewRulerLane Position { get; set; }
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of <|fim_middle|>the https://github.co... | fim | DevToys-app/DevToys | csharp |
///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///------------------------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|> /// <summary>
/// Range that this decoration covers.
/// </summary>
public Range? Range { get; set; }
/// <summary>
/// Options associated with this decoration.
/// </summary>
public ModelDecorationOptions? Options { get; set; }
}
<|fim_prefix|>///-------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|> /// </summary>
public string? OldLanguage { get; set; }
/// <summary>
/// New language
/// </summary>
public string? NewLanguage { get; set; }
}
<|fim_prefix|>///---------------------------------------------------------------------------<|fim_middle|>-------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>azor.Components.Monaco.Editor;
/// <summary>
/// An event describing that the language configuration associated with a model has changed.
/// </summary>
public class ModelLanguageConfigurationChangedEvent
{
}
<|fim_prefix|>///------------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>aco.Editor;
public class ModelOptionsChangedEvent
{
public bool TabSize { get; set; }
public bool IndentSize { get; set; }
public bool InsertSpaces { get; set; }
public bool TrimAutoWhitespace { get; set; }
}
<|fim_prefix|>///-----------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>Monaco.Editor;
public class MouseTargetContentEmpty : BaseMouseTarget
{
public new MouseTargetContentEmptyData? Detail { get; set; }
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# transl<|fim_middle|>ation of t... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///-----------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///------------------------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>//<|fim_suffix|> https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///-------------------------------------------------------------------------------------------------------------
namespace DevToys.Blazor.Components.Monaco.Editor;
public class MouseTargetContentTextD... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-----------------------------------------------------------------------------<|fim_suffix|>Blazor.Components.Monaco.Editor;
public class MouseTargetContentWidget : BaseMouseTarget
{
public new string? Detail { get; set; }
}
<|fim_middle|>--------------------------------
/// C# translation of the... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>
public class MouseTargetMargin : BaseMouseTarget
{
public new MouseTargetMarginData? Detail { get; set; }
}
<|fim_prefix|><|fim_middle|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/micro... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>Editor;
public class MouseTargetMarginData
{
public bool IsAfterLines { get; set; }
public float GlyphMarginLeft { get; set; }
public float GlyphMarginWidth { get; set; }
public float LineNumbersWidth { get; set; }
public float OffsetX { get; set; }
}
<|fim_prefix|>///-----------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/<|fim_suffix|>--------------------------------------------
namespace DevToys.Blazor.Components.Monaco.Editor;
publi... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///------------<|fim_suffix|>-----------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///-------------------------------------------------------------------------------------------------------------
namespace DevToys.B... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>-----------------------
namespace DevToys.Blazor.Components.Monaco.Editor;
public class MouseTargetOverviewRuler : BaseMouseTarget
{
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///--------------------------------------------------------------------<|fim_suffix|>pace DevToys.Blazor.Components.Monaco.Editor;
public class MouseTargetScrollbar : BaseMouseTarget
{
}
<|fim_middle|>-----------------------------------------
/// C# translation of the https://github.com/microsoft/monac... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------<|fim_suffix|>/blob/main/website/typedoc/monaco.d.ts file
///-------------------------------------------------------------------------------------------------------------
namespace DevToys.Blazor.Components.Monaco.Ed... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>IONS = 4,
/// <summary>
/// Mouse is on top of the whitespace left in the gutter by a view zone.
/// </summary>
GUTTER_VIEW_ZONE = 5,
/// <summary>
/// Mouse is on top of text in the content.
/// </summary>
CONTENT_TEXT = 6,
/// <summary>
/// Mouse is on top of e... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>et
{
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///-------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------<|fim_suffix|>ts.Monaco.Editor... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>ewZoneData
{
public string? ViewZoneId { get; set; }
public Position? PositionBefore { get; set; }
public Position? PositionAfter { get; set; }
public Position? Position { get; set; }
public int AfterLineNumber { get; set; }
}
<|fim_prefix|>///-------------------------------------... | fim | DevToys-app/DevToys | csharp |
///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///------------------------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|> the bottom right corner
/// </summary>
BOTTOM_RIGHT_CORNER = 1,
/// <summary>
/// Position the overlay widget in the top center
/// </summary>
TOP_CENTER = 2
}
<|fim_prefix|>///---------------------------------------------<|fim_middle|>-------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>set; }
/// <summary>
/// Top position for the overview ruler
/// </summary>
public double Top { get; set; }
/// <summary>
/// Right position for the overview ruler
/// </summary>
public double Right { get; set; }
}
<|fim_prefix|>///---------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|> class PartialEditorMouseEvent
{
public MouseEvent? Event { get; set; }
public BaseMouseTarget? Target { get; set; }
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/micr... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|> /// No preference.
/// </summary>
None = 2,
/// <summary>
/// If the given position is on injected text, prefers the position left of it.
/// </summary>
LeftOfInjectedText = 3,
/// <summary>
/// If the given position is on injected text, prefers the position right of i... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|> public bool? Comments { get; set; }
public bool? Strings { get; set; }
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///---------------------------------------------------------------------------------------------------<|fim_suffix|>doc/monaco.d.ts file
///-------------------------------------------------------------------------------------------------------------
namespace DevToys.Blazor.Components.Monaco.Editor;
pu... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>
Off = 0,
On = 1,
Relative = 2,
Interval = 3,
Custom = 4
}
<|fim_prefix|>///-----------------------------------------------------------------------------------------------------------<|fim_middle|>--
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/w... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>onents.Monaco.Editor;
public enum RenderMinimap
{
None = 0,
Text = 1,
Blocks = 2
}
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>ub.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///-------------------------------------------------------------------------------------------------------------
namespace DevToys.Blazor.Components.Monaco.Editor;
public enum ScrollType
{
Smooth = 0,
Immediate = 1
}
<|fim... | fim | DevToys-app/DevToys | csharp |
///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///------------------------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///----------------------------------------------------------------------------<|fim_suffix|>hat this operation has "insert" semantics.
/// i.e. forceMoveMarkers = true => if `range` is collapsed, all markers at the position will be moved.
/// </summary>
public bool? ForceMoveMarkers { get; s... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///--------------------<|fim_suffix|>-------------------------------------------------------------------------------------------------------------
namespace DevToys.Blazor.Components.Monaco.Editor;
public class SmartSelectOptions
{
public bool? SelectLeadingAndTrailingWhitespace { get; set; }
}
<|f... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>
{
/// <summary>
/// Initial theme to be used for rendering.
/// The current out-of-the-box available themes are: 'vs' (default), 'vs-dark', 'hc-black', 'hc-light'.
/// You can create custom themes via `monaco.editor.defineTheme`.
/// To switch a theme, use `monaco.editor.setTheme`.
... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monac<|fim_suffix|>of-the-box available themes are: 'vs' (default), 'vs-dark', 'hc-black', 'hc-light'.
/// You can create custom the... | fim | DevToys-app/DevToys | csharp |
<|fim_suffix|>ic class StandaloneThemeData
{
public string? Base { get; set; }
public bool Inherit { get; set; }
public List<TokenThemeRule>? Rules { get; set; }
public List<string>? EncodedTokensColors { get; set; }
public Dictionary<string, string>? Colors { get; set; }
}
<|fim_prefix|>///---... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com<|fim_suffix|> Hidden = 0,
/// <summary>
/// Blinking
/// </summary>
Blink = 1,
/// <summary>
/// Blinking with smooth ... | fim | DevToys-app/DevToys | csharp |
<|fim_prefix|>///-------------------------------------------------------------------------------------------------------------
/// C# translation of the https://github.com/microsoft/monaco-editor/blob/main/website/typedoc/monaco.d.ts file
///----------------------------------------------------------------------------... | fim | DevToys-app/DevToys | csharp |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.