Commit Graph
8779 Commits
Author SHA1 Message Date
Benjamin Pasero 673d75e761 config - add method to get known configuration keys 2016-08-24 16:39:17 +02:00
isidor 8c4bf4a40d debug: polish repl auto scroll
fixes #9886
2016-08-24 16:28:47 +02:00
Alex Dima c17a4972bb Remove unused code 2016-08-24 16:22:18 +02:00
Alex Dima ead79a872b Fixes #9736: Position textarea at the selection start instead of the cursor position 2016-08-24 16:22:18 +02:00
Alex Dima b6310c7c34 IME: Fix textarea positioning in FF 2016-08-24 16:22:18 +02:00
Johannes Rieken 641ea6c92a add another test for TM snippet parsing 2016-08-24 16:21:37 +02:00
Joao Moreno 6d4a9830cd extension editor: adopt $ events 2016-08-24 16:14:01 +02:00
Joao Moreno 83b43d8a78 $: events 2016-08-24 16:13:52 +02:00
Joao Moreno f9645d26af extension editor: proper scrollbar 2016-08-24 16:07:53 +02:00
Joao Moreno a340b1ae8c arrays.insert 2016-08-24 16:07:53 +02:00
Joao Moreno ee707fc371 adjust webview scrollbar size 2016-08-24 16:07:53 +02:00
Joao Moreno f6b0be65ea extension editor: 💄 navbar 2016-08-24 16:07:53 +02:00
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
Dirk Baeumer f3ad0f68fc Don't bring output window to front if error gets logged. 2016-08-24 11:14:43 +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
Andre Weinand 194bb22d3c update node-debug (runInTerminal request) 2016-08-23 23:14:24 +02:00
Nathan Novielli 6f025e7e94 Missing semicolon 2016-08-23 11:17:22 -07:00
Dirk Baeumer 3f603c102d Fixes #10841: TSServer cancelled requests should not show stack in output pane 2016-08-23 20:09:34 +02: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