Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-16editors - rename `EditorOpenContext` to `EditorOpenSource`Benjamin Pasero
2022-02-10history - introduce and use new `JUMP` sourceBenjamin Pasero
2022-02-09history - let every text selection be a navigationBenjamin Pasero
2022-02-07history - support navigation history stops (#27112)Benjamin Pasero
2021-12-30rename mode => language in many places (#139920)Benjamin Pasero
2021-09-02editors - make view state text editor independentBenjamin Pasero
2021-09-01debt - move `forceFile` into a dedicated untyped input variantBenjamin Pasero
2021-09-01debt - reduce properties for untyped diff editorBenjamin Pasero
2021-08-31editors - some debt reduction for #128209Benjamin Pasero
2021-08-06Organize imports in vs/platformMatt Bierner
2021-07-08editors - more removal of "override"Benjamin Pasero
2021-07-07Rename editorOverrideService closes #126603Logan Ramos
2021-07-02editors - make the check functions more robust (#124222) (#127870)Benjamin Pasero
2021-06-25Untyped Editors within override service (#126918)Logan Ramos
2021-06-23some cleanup and polish in editors landBenjamin Pasero
2021-06-22history - stop operating on heavy typed editor inputs (fix #126728)Benjamin Pasero
2021-06-18Fix #123270Logan Ramos
2021-05-27editors dnd - rework to allow to set contents to untyped editorsBenjamin Pasero
2021-05-26editors - cleanup untyped editor interfaces for text capabilitiesBenjamin Pasero
2021-05-25editors - more EditorOptions cleanupBenjamin Pasero
2021-05-25editors - remove EditorOptionsBenjamin Pasero
2021-04-21editors - require typeId for some methods that are otherwise unspecificBenjamin Pasero
2021-03-29debt - align editor model closer to file working copyBenjamin Pasero
2021-03-29debt - onDispose => onWillDisposeBenjamin Pasero
2021-02-23Remove editorOpenWith (#116856)Logan Ramos
2020-09-02model - add a isDisposed method to generic editor modelsBenjamin Pasero
2020-06-08Revisit duplication of ignoreOverrides and overrideId between inputs and opti...Benjamin Pasero
2020-06-02Closes #98048 - adds openWith to default editorsEric Amodio
2020-05-06Support for pinned tabs (#97078)Benjamin Pasero
2020-03-03editors - include editor in name for inputs to make things clearBenjamin Pasero
2020-03-02debt - some :lipstick:Benjamin Pasero
2020-02-20Add `NearTopIfOutsideViewport` and whats needed for that, #90068Johannes Rieken
2020-02-05Rename reveal type to match its behavior moreAlex Dima
2020-02-05Introduce and adopt ITextEditorOptions.selectionRevealTypeAlex Dima
2020-02-05Merge remote-tracking branch 'origin/master' into pr/wkornewald/80727Alex Dima
2020-01-13options - make sure text editor options are properBenjamin Pasero
2019-10-18editor - conditionally show editor open errors in a modal dialogBenjamin Pasero
2019-09-16Support for revealing at definitionWaldemar Kornewald
2019-09-11Prototyping custom editors (#77789)Matt Bierner
2019-08-29fix #79633Benjamin Pasero
2019-08-26:lipstick:Benjamin Pasero
2019-08-26editors - merge activation options into oneBenjamin Pasero
2019-08-26editors - tweak options around group activation moreBenjamin Pasero
2019-08-26:lipstick:Benjamin Pasero
2019-08-26better fix for #79798Benjamin Pasero
2019-05-24:lipstick:Benjamin Pasero
2019-05-07allow to provide a language mode when opening text editorsBenjamin Pasero
2019-04-23untitled - fully support resources with associated filepathBenjamin Pasero
2019-02-11editor - have a ignoreError optionBenjamin Pasero
2018-12-18Marking some more editor interface fields readonlyMatt Bierner