Commit Graph

7154 Commits

Author SHA1 Message Date
Johannes Rieken 8d56e6a4e5 pin it, #9138 2016-08-24 15:51:53 +02:00
Johannes Rieken 2d7d8d1088 align wording wrt to human readable strings 2016-08-24 15:41:21 +02:00
Johannes Rieken 86fba55fb7 fix typo 2016-08-24 15:40:04 +02:00
Alex Dima 1a4c1388e3 Fixes #10875: Add workaround for Edge document.caretRangeFromPoint bug 2016-08-24 13:01:07 +02:00
Alex Dima ef99dc9393 More IME tests 2016-08-24 13:01:07 +02:00
Johannes Rieken 8192ab8875 add internal flag to signal that completion uses textmate snippets, #3210 2016-08-24 12:40:09 +02:00
isidor 2186992e83 debug: bring back selectionToWatch action
fixes #10192
2016-08-24 12:22:25 +02:00
Johannes Rieken 85c02e90ee endsWith instead of equals for line end and snippet prefix, fixes #10824 2016-08-24 12:18:08 +02:00
Benjamin Pasero e9f288213c more typed text model from workbench editor service 2016-08-24 11:46:23 +02:00
isidor d5aa84965d debug target launching in integrated terminal
fixes #10574
2016-08-24 11:43:15 +02:00
Joao Moreno ae5a6f0254 extension editor: snippets 2016-08-24 11:41:21 +02:00
Joao Moreno 4a44d5f691 extension editor: grammars 2016-08-24 11:32:09 +02:00
Joao Moreno 1cfb42423d dom: filter out empty children 2016-08-24 11:31:49 +02:00
Joao Moreno dd46db65de extension editor: languages 2016-08-24 11:25:29 +02:00
Joao Moreno 537b5bbc5a extension editor: improve keybindings 2016-08-24 11:16:47 +02:00
Joao Moreno 4c1bb8b871 :liptstick: 2016-08-24 11:16:47 +02:00
Johannes Rieken d3e54fd23c replace CodeSnippet-ctor with static factory method with fromTextMate, fromInternal, fromEmmet 2016-08-24 10:56:00 +02:00
Joao Moreno 067a747bcc 💄 git world 2016-08-24 10:45:40 +02:00
isidor d3d8a829a6 debug: focus debug console action
fixes #10218
2016-08-24 10:21:30 +02:00
Benjamin Pasero 1f5c7b2d62 [File Hierarchy] Old selection not removed upon new selection (fixes #10847) 2016-08-24 10:19:36 +02:00
Joao Moreno ff5cf70c7d improve auto fetch when there are no remotes 2016-08-24 10:12:33 +02:00
Joao Moreno 4d748ddd3d Merge branch 'nathnovi/8053/dont_fetch_when_no_remote' of https://github.com/natenovielli/vscode into natenovielli-nathnovi/8053/dont_fetch_when_no_remote 2016-08-24 10:07:09 +02:00
isidor 8f0a3c705e debug: tab needs to move focus from repl
fixes #10326
2016-08-24 10:04:20 +02:00
Benjamin Pasero bee1b897b7 updated file/folder icons 2016-08-24 09:53:37 +02:00
Johannes Rieken 16d1563855 clarify nls string, #10831 2016-08-24 09:42:57 +02:00
Benjamin Pasero c4f3652359 improve fix for #10820 2016-08-24 07:51:59 +02:00
Benjamin Pasero feeba2af97 fix issue with split action enablement 2016-08-24 07:33:34 +02:00
Benjamin Pasero 018eae9a12 less flaky config tests 2016-08-24 07:04:48 +02:00
Nathan Novielli 6f025e7e94 Missing semicolon 2016-08-23 11:17:22 -07:00
Christof Marti c9662455fb Use 'find' on Linux 2016-08-23 11:02:39 -07:00
Nathan Novielli 5d145fa88f Only 'git fetch' if there is a remote
Update the AutoFetcher loop to check the gitServer.model.remotes before
doing a 'git fetch'.  Only fetch if there is a remote listed in the
model.
2016-08-23 09:49:06 -07:00
Alex Dima 727fdcd321 Improve Edge IME handling (Microsoft/monaco-editor#104) 2016-08-23 18:22:31 +02:00
Alex Dima ca62c76bec Extract TextAreaWrapper to its own file 2016-08-23 18:22:31 +02:00
Alex Dima 6a1f9d5362 Remove beginForcedWidgetFocus, endForcedWidgetFocus 2016-08-23 18:22:31 +02:00
Alex Dima 342f67a316 Remove ICommandService from CommonCodeEditor 2016-08-23 18:22:31 +02:00
Alex Dima 37db6a77fb Remove usages of ICodeEditorService in CommonCodeEditor 2016-08-23 18:22:31 +02:00
Alex Dima 792cfc0a22 Remove unused ITelemetryService from CommonCodeEditor 2016-08-23 18:22:31 +02:00
Alex Dima a5723dcc8c Introduce CodeEditor & adopt it 2016-08-23 18:22:31 +02:00
Joao Moreno 1d94216621 extension editor: keybindings 2016-08-23 17:50:59 +02:00
Joao Moreno e1920d0d8f extension editor: render commands, menus 2016-08-23 17:50:59 +02:00
Joao Moreno 4f0f853a46 extension editor: JSON validation 2016-08-23 17:50:59 +02:00
Joao Moreno 7b157f700e extension editor: themes 2016-08-23 17:50:59 +02:00
Joao Moreno 00af98f3b8 💄 2016-08-23 17:50:59 +02:00
Joao Moreno 064e925ece extension editor: show debuggers 2016-08-23 17:50:59 +02:00
isidor 6fb2f276d2 debug: do not store full watch expression, just name and id
fixes #10543
2016-08-23 16:52:04 +02:00
Johannes Rieken 5fbe501da2 allow final tabstop snippets for all cursors, #9764 2016-08-23 16:41:16 +02:00
Johannes Rieken a6d74abc42 add failing test, fix test, the feature is actually not done. thi is so tdd - #9764 2016-08-23 16:41:16 +02:00
Johannes Rieken 3e87aced31 start with 'format code', #9764 2016-08-23 16:41:16 +02:00
Sandeep Somavarapu c910f62b76 fallback to invisibles if no guide setting 2016-08-23 16:39:03 +02:00
isidor f725464ad3 explorer view: wait for the explorer to be constructored before reacting on file icons
fixes #10820
2016-08-23 16:37:18 +02:00