From 8bb075b638ff3bb5c7d0c9e2b127711b6739bc77 Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Mon, 12 Dec 2016 15:03:06 +0100 Subject: [PATCH] Updated Code Editor Roadmap (markdown) --- Code-Editor-Roadmap.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code-Editor-Roadmap.md b/Code-Editor-Roadmap.md index 5079940..d4e9720 100644 --- a/Code-Editor-Roadmap.md +++ b/Code-Editor-Roadmap.md @@ -2,6 +2,8 @@ ## Cursor * [issue #11150](https://github.com/Microsoft/vscode/issues/11150): Changing multiple occurrences when they are adjacent loses one of the occurrences +* move actions that don't need a view model out of the editor core: + [ ] deleteAllRight (@alexandrudima) ## Indenting/Outdenting