Commit graph

7810 commits

Author SHA1 Message Date
isidor 09b0012115 fix merge compile error 2016-07-19 10:11:14 +02:00
Isidor Nikolic 971ed279d8 Merge pull request #8784 from DonJayamanne/replaceSettingsInDebugger
replace settings variables in debugger config #8042
2016-07-19 09:46:32 +02:00
Daniel Imms 8ecf6f2a53 Merge pull request #9461 from Microsoft/tyriar/8333_terminal_context_menu
Add a context menu to the terminal
2016-07-18 22:10:55 -07:00
Daniel Imms a6f3aa89cd Move panel event handlers to panel
Fixes #9460
2016-07-18 22:09:24 -07:00
Daniel Imms 81f4334e22 Add a context menu to the terminal
Fixes #8333
2016-07-18 14:52:41 -07:00
Andre Weinand f4780e6793 update node-debug 2016-07-18 23:44:03 +02:00
chrmarti 8a91288634 #55: Batch results for IPC (#9380) 2016-07-18 10:07:58 -07:00
Joao Moreno e5ac0b63df revert gulp atom electron 2016-07-18 18:48:39 +02:00
Sandeep Somavarapu 999ebd3a28 delayed tree refresh in problems view #9197 2016-07-18 18:41:39 +02:00
Joao Moreno 36f415fa9b update gulp atom electron
fixes #8675
2016-07-18 18:31:22 +02:00
Sandeep Somavarapu 710f0749ef fix #9442 2016-07-18 17:43:59 +02:00
Sandeep Somavarapu dfa1a20878 Use space to open file preview in editor 2016-07-18 17:27:33 +02:00
Sandeep Somavarapu 68468a80df fix #8624 2016-07-18 13:02:21 +02:00
Joao Moreno 4dff48ca3f fixes #9250 2016-07-18 12:19:34 +02:00
Joao Moreno 4afae7fda1 es6ify build scripts 2016-07-18 11:02:51 +02:00
Sandeep Somavarapu a8074f7e9a dispose replace preview diff editor 2016-07-18 11:02:36 +02:00
Joao Moreno 2493556ca0 fixes #9269 2016-07-18 10:43:45 +02:00
Sandeep Somavarapu e3cc6afb28 fix formatting 2016-07-18 09:37:59 +02:00
Sandeep Somavarapu f39db001af Merge pull request #9292 from Microsoft/sandy081/editorCommands
Introduce a move command for the editor
2016-07-18 09:36:30 +02:00
Joao Moreno 96d38458f0 enable telemetry for git status bar actions 2016-07-18 08:39:38 +02:00
Joao Moreno 706aa88f6e fix casing 2016-07-18 08:39:15 +02:00
Joao Moreno 17c862fe9b format null telemetry service for debugging 2016-07-18 08:32:11 +02:00
Andre Weinand 9c48903992 update node-debug 2016-07-16 23:58:21 +02:00
Daniel Imms 72c408815c Windows external terminal default to %COMSPEC%
Fixes #5874
2016-07-16 13:25:59 -07:00
Daniel Imms 9342ea6c21 Fix tests 2016-07-15 23:51:09 -07:00
Daniel Imms 1930f890d8 Disable ctrl+shift+c/v keybindings on mac
Fixes #6451
2016-07-15 23:48:33 -07:00
Daniel Imms f46136d372 Use constant line-height of terminal
Fixes #8219
2016-07-15 20:35:35 -07:00
Daniel Imms 66f637aa6d Add note about Windows\sysnative in terminal settings
Part of #7095
2016-07-15 10:53:24 -07:00
Johannes Rieken 5ebf587b6c extract SnippetConfig type, #9286 2016-07-15 17:41:50 +02:00
Sandeep Somavarapu 978065adc8 Code review 2016-07-15 17:25:00 +02:00
Alex Dima 7fa48d2d42 Fixes #7682: Always respect tab preference 2016-07-15 17:42:39 +03:00
Benjamin Pasero ce720d5203 Merge pull request #9344 from lupino3/patch-1
Fix typo
2016-07-15 16:31:21 +02:00
Alex Dima c335f1473c Fixes #9331: animate the container and not each individual cursor 2016-07-15 17:26:02 +03:00
Johannes Rieken 13d2f973ac tests for snippet options, #9286 2016-07-15 16:09:25 +02:00
Andrea Spadaccini f83da1c8fe Fix typo 2016-07-15 15:05:52 +01:00
Alex Dima 70a083d54b Fixes #8133: Expose overwritable commands compositionStart and compositionEnd 2016-07-15 16:59:10 +03:00
Johannes Rieken 8b7906000e update 'snippetSuggestions' config, #9286 2016-07-15 15:44:35 +02:00
Johannes Rieken 1e27b8226d move sorting and snippet selection into low level function, #9286 2016-07-15 15:44:35 +02:00
Benjamin Pasero 8b907d7f85 Moving an editor across groups does not carry over text view state (fixes #9339) 2016-07-15 15:09:55 +02:00
Benjamin Pasero 4d0b2f5f15 Select all does not focus editor if targeting the editor (fixes #9329) 2016-07-15 12:56:47 +02:00
Benjamin Pasero 56c91a5351 better keybindings 2016-07-15 12:51:27 +02:00
Benjamin Pasero d9211542e7 Add global commands to move an editor one group to the left or right (fixes #8185) 2016-07-15 12:42:17 +02:00
Alex Dima 8186062aa9 Fixes #9120: Seed search scope on find field focus gain if the editor selection was not set by the find model 2016-07-15 13:32:47 +03:00
Johannes Rieken 1b8ef8ca76 add 'editor.snippetSuggestions'-config, #9286 2016-07-15 12:14:33 +02:00
Benjamin Pasero 6153a48706 'revealIfOpened' flag should start at active editor (fixes #9265) 2016-07-15 12:10:45 +02:00
Sandeep Somavarapu be298bfd39 fix #9326 2016-07-15 12:02:20 +02:00
Johannes Rieken 8eeb1f6d2a add 'snippetOrder' property, #9286 2016-07-15 11:36:58 +02:00
Johannes Rieken e19c50468a start CompletionModel tests, #9286 2016-07-15 11:36:58 +02:00
Johannes Rieken 9abe8bbcd3 move suggest/completion model to common for easy tests, #9286 2016-07-15 11:36:58 +02:00
Johannes Rieken c5620cb167 extract filtering/sorting, make parameter, #9286 2016-07-15 11:36:58 +02:00