Commit Graph

3880 Commits

Author SHA1 Message Date
Alex Dima 8bc67cbc6d Merge pull request #2796 from martellaj/joem/sort-lines
Adds sort lines (ascending and descending) command
2016-03-17 22:18:08 +01:00
Alex Dima 0242c3af6c Merges #2479 2016-03-17 20:34:46 +01:00
Alex Dima ea3f508031 Fix compile error 2016-03-17 19:17:18 +01:00
Benjamin Pasero f8f03286a8 ENOENT errors with file event avalanche (fixes #4350) 2016-03-17 18:18:28 +01:00
Daniel Imms 10927a864d Allow bash, sh, zsh as language hints for shellscript 2016-03-17 10:06:08 -07:00
Alex Dima 1a3af0554d Fixes #4369: modes instantiated in workers do not have a suggestSupport 2016-03-17 17:50:40 +01:00
Benjamin Pasero 5cc84eae64 Leak: history service (back/forward) navigation is unbounded (fixes #4362) 2016-03-17 17:37:02 +01:00
Johannes Rieken aceb736936 better wording 2016-03-17 17:27:50 +01:00
Alex Dima c96e9700af Fixes #4351: Add Shift-Escape as alternative for Escape 2016-03-17 17:22:40 +01:00
Alex Dima 10f5ac9ea5 Fixes #4376: Use original editor layour info in DiffEditorWidgetInline strategy 2016-03-17 17:22:39 +01:00
Alex Dima c34973a771 Reduce scrollbar flickering when editing a scrolled line and hovering at the same time 2016-03-17 17:22:38 +01:00
Martin Aeschlimann 996edf8e85 Fixes #2787: Salsa doesn't support AMD and we should warn users that AMD is not supported 2016-03-17 16:28:56 +01:00
Dirk Baeumer a3209b5edf Fixes #4177 ('Auto detecting the task system failed' can be more user friendly) and #3304 (Configure task runner should only open output if autodetection fails or provides output.) 2016-03-17 16:00:44 +01:00
Alex Dima fcb8e57b60 Fixes #4360: Multiple contributions of the same language can omit alias. 2016-03-17 15:53:10 +01:00
Martin Aeschlimann c4c9793071 Fixes #3853: Quick fix widget is not screen reader friendly 2016-03-17 15:49:28 +01:00
Johannes Rieken 05e203cb75 change wording for missing command, fixes #4367 2016-03-17 15:31:19 +01:00
Dirk Baeumer 0417a2017e Fixes #4115: Add npm snippet to task creation templates 2016-03-17 15:12:56 +01:00
Joao Moreno df30945cf9 send marketplace headers even when installing 2016-03-17 14:54:10 +01:00
Dirk Baeumer f12ec63cbd Fixes #4185: catch up with TS 1.8.9 and honour file size event 2016-03-17 14:39:21 +01:00
Joao Moreno b78bb25474 send machineID in gallery requests 2016-03-17 14:35:02 +01:00
Joao Moreno 1c0b592cee use TPromise in telemetry land... 2016-03-17 14:35:02 +01:00
Dirk Baeumer 1642598691 Fixes #4186: Include Configure Task Runner when Code is opened on a file 2016-03-17 14:32:09 +01:00
Alex Dima 97e6aaa914 Fixes #3458: Don't restore centered range if editor is scrolled to the top 2016-03-17 13:37:47 +01:00
Alex Dima 78e40b8f84 Fixes #3577: Add word commands variants 2016-03-17 12:05:12 +01:00
Martin Aeschlimann 1757d3369e Merge pull request #4322 from Hywan/patch-1
Languages: Add `yield` keyword in PHP
2016-03-17 11:57:52 +01:00
Martin Aeschlimann 472ffc31de Merge pull request #4323 from Hywan/patch-2
Languages: Add `.php4` and `.php5` as extensions
2016-03-17 11:57:15 +01:00
Dirk Baeumer ffbe651285 Fixes #4196: Repeated words in the task creation quick box 2016-03-17 11:37:28 +01:00
Johannes Rieken 32bd7fd3ee setup uri properly and also make the doc more clear, fixes #4315 2016-03-17 10:43:40 +01:00
Benjamin Pasero b3a1ec60a8 remove timebomb expiration thingy 2016-03-17 10:40:57 +01:00
Joao Moreno 3bc2a80cf1 colors 2016-03-17 10:03:15 +01:00
isidor f19ab78993 fixes #4027 2016-03-17 09:56:07 +01:00
Martin Aeschlimann 6c5fced541 #4318 [html] Typing "<something.hidden" in an HTML file will hide the entered text 2016-03-17 09:49:46 +01:00
Isidor Nikolic 5d620ea4fc Merge pull request #3990 from edumunoz/edumunoz/stop-all-debug
Fixes #3650: Support stop-all-threads mode debugging for multi-thread…
2016-03-17 09:41:09 +01:00
Alex Dima 8f2f9cc7ea Fixes #3869: Always use latest dimensions (cancelAndSet instead of setIfNotSet) 2016-03-17 09:32:08 +01:00
Alex Dima 9a4d2bf43d Fixes #4317: Compare all properties of IHTMLContentElement for equals check 2016-03-17 09:15:28 +01:00
Alex Dima 41f3c97a89 Fixes #4121: Do not restore previous centered range if line count does not change when changing tabSize 2016-03-17 08:54:38 +01:00
Joao Moreno 81ea4e7cd9 EventBufferer tests 2016-03-17 08:27:37 +01:00
Alex Dima 90deb54f8b Remove usage of performance.now in TextModelWithTokens (#1439) 2016-03-17 08:17:58 +01:00
Benjamin Pasero 5f5963da15 tweak outline color for buttons (dark theme) 2016-03-17 07:50:10 +01:00
Benjamin Pasero aedb001994 additional font fix for #4336 2016-03-17 07:32:50 +01:00
Benjamin Pasero 27b600c83f The high contrast theme has a serif font for the Output window (fixes #4336) 2016-03-17 07:31:06 +01:00
bgashler1@users.noreply.github.com bcc2f3e4b7 #3586 fixes unreadable colors on help box for accessibility 2016-03-16 14:11:34 -07:00
Ed Munoz 9af920e19a Fixes #3650: Support stop-all-threads mode debugging for multi-threaded programs
Add a new flag to the StoppedEvent that will trigger the debug adapter to be
queried for callstacks of the expanded threads in the callstack viewlet.
2016-03-16 13:53:16 -07:00
Sofian Hnaide 4a16a27d37 fix #3329 Wording of telemetry options 2016-03-16 13:46:58 -07:00
Sofian Hnaide 96e36b5262 fix #3231: Cannot read property 'detail' of undefined 2016-03-16 13:42:35 -07:00
Sofian Hnaide 804398e658 fix #4139: remove logException from AI since it's not used 2016-03-16 13:38:49 -07:00
Joao Moreno de0671ff48 update deps 2016-03-16 18:44:54 +01:00
Joao Moreno 2bb0d8105f update dev dependencies, fix build 2016-03-16 18:44:54 +01:00
Alex Dima 8687f994e4 Fixes #4257: Re-search after a replaceAll instead of assuming there are no more results 2016-03-16 18:35:41 +01:00
Joao Moreno 0b5a96c5e6 warn users about git <2.0.0
fixes #4214
2016-03-16 18:11:28 +01:00