Commit Graph
15593 Commits
Author SHA1 Message Date
Matt Bierner eebf74eab5 Tweak jsdoc completion to allow it to be disabled by disabling snippets and so that it does not match words in the suggestion list 2017-02-22 14:37:57 -08:00
Andre Weinand de593dd632 update node-debug 2017-02-22 23:31:01 +01:00
Alex Dima 84b3edcd0b commit changes to monaco.d.ts 2017-02-22 22:58:02 +01:00
Alex Dima f790c5aa69 Disable minimap in diff & embedded editors 2017-02-22 22:53:33 +01:00
rebornix 4241782c78 Fix #21078. Align drag and drop with other options in the editor 2017-02-22 13:51:23 -08:00
rebornix a3be2428bc .make dnd target more distinguishable 2017-02-22 13:50:35 -08:00
Alex Dima dea9dd9b3f Have the zoneWidget respect the minimap width 2017-02-22 22:45:17 +01:00
Martin Aeschlimann 3c0ac99311 stale color box when switching languages. Fixes #21108 2017-02-22 22:37:55 +01:00
Joao Moreno d9806bcd9d fixes #18654 2017-02-22 22:13:13 +01:00
Alex Dima d748045030 Fixes #20936: Minimap: editor button cut off by minimap 2017-02-22 21:47:38 +01:00
Alex Dima 9a9fb134a2 Fixes #20511: Do not render the entire token text 2017-02-22 21:26:45 +01:00
Alex Dima e5d15f9c14 Fixes #20651: Honor matchCase flag in multi cursor Ctrl+D check 2017-02-22 21:16:51 +01:00
Alex Dima 45b6708cf3 Use directly lineNumbersDigitCount, ensure view layout gets events before any other view event handler 2017-02-22 20:43:05 +01:00
Matt Bierner f7498f0be8 Fixes #21056 dont auto show jsdoc as often 2017-02-22 11:12:14 -08:00
Sandeep Somavarapu 0ae05b9fbc Fix #21159 2017-02-22 17:31:25 +01:00
Martin Aeschlimann 77d8b438f1 Theme service stops listening to settings change? Fixes #21067 2017-02-22 17:16:32 +01:00
Alex Dima a3b97734a6 Fixes #21073: SplitLinesCollection: attempt to access a 'newer' model 2017-02-22 17:11:54 +01:00
Alex Dima 3145251688 Fixes #20801: Do not auto close brackets in certain situations 2017-02-22 17:11:54 +01:00
Joao Moreno fee3c22601 Revert "fixes #20989"
This reverts commit 24e37966be.
2017-02-22 17:08:10 +01:00
Johannes Rieken 0ea176e197 Revert "fixes #21153"
This reverts commit 6fa2266435.
2017-02-22 17:01:55 +01:00
Joao Moreno 06987c36e9 revert bad changes 2017-02-22 17:01:35 +01:00
Joao Moreno 92fa446ce0 git: remove long commit setting
related to #21144
2017-02-22 16:48:04 +01:00
Joao Moreno 6fa2266435 fixes #21153 2017-02-22 16:45:19 +01:00
Martin Aeschlimann 3bf7441509 [json] update service (for #21070) 2017-02-22 16:43:25 +01:00
Joao Moreno 219aa917f1 fixes #21137 2017-02-22 16:11:32 +01:00
Joao Moreno 79966a87c6 fixes #20700 2017-02-22 15:42:31 +01:00
Joao Moreno c6fecc0dc4 fixes #20978 2017-02-22 15:12:27 +01:00
Joao Moreno 3a12747e1f fixes #21095 2017-02-22 15:11:08 +01:00
Joao Moreno 6efcc5182c fixes #21009 2017-02-22 15:02:57 +01:00
Joao Moreno 390cc41c86 fixes #21047 2017-02-22 14:50:46 +01:00
isidor 1dfd40e129 zen mode: fix restore - get it from global storage 2017-02-22 10:49:42 +01:00
Isidor Nikolic 8d3fcd9651 Merge pull request #21051 from michelkaporin/exception-widget
Exception widget styling amends
2017-02-22 09:21:55 +01:00
Benjamin Pasero 256d76fed7 Option to show project path in title bar (fixes #21002) 2017-02-22 07:48:32 +01:00
Joao Moreno d744666d35 scm: enable preview for insiders 2017-02-22 07:45:45 +01:00
Matt Bierner 7db214be1c Update jsdoc localization key 2017-02-21 18:34:52 -08:00
Matt Bierner 1a0d136939 Fix jsdoc completion not showing when you disable snippet suggestions 2017-02-21 18:34:21 -08:00
Matt Bierner 3eb0cc5348 Fixes #21036 2017-02-21 18:22:32 -08:00
Matt Bierner 9421cfda91 Allow trigger js doc completion in cases like a/**| 2017-02-21 18:16:21 -08:00
Matt Bierner 9939b73286 Improve jsdoc label 2017-02-21 17:43:08 -08:00
Matt Bierner ba01265d00 Dont show js doc completion item when inside text on a line 2017-02-21 17:33:55 -08:00
Matt Bierner 025202a337 Don't show jsdoc completion item when insider of words 2017-02-21 16:56:18 -08:00
Christof Marti cd63d6b217 Fix font-weight (fixes #19172) 2017-02-21 16:54:52 -08:00
Alex Dima 814c3b3e7b Remove StyleMutator 2017-02-22 01:39:47 +01:00
Alex Dima 72725a14ae Reduce usage of StyleMutator 2017-02-22 01:35:27 +01:00
Matt Bierner 5b1a6f4155 Use CompletionItem for JsDoc Comment auto fill (#21025)
Fixes #20990

Switches back to using a completion item provider for jsdoc auto complete.

The completion list will be automatically shown when you are in a potentially valid jsdoc completion context
2017-02-21 16:02:53 -08:00
rebornix 729400d793 reveal position when dragging 2017-02-21 15:57:02 -08:00
Martin Aeschlimann f1a1fd24c1 [css] Setting to hide CSS Color preview boxes. Fixes #10943 2017-02-22 00:51:27 +01:00
Christof Marti 403f29a9b9 Tweak overlay contrast (fixes #19419, fixes #19051) 2017-02-21 15:45:42 -08:00
Kai Maetzel 919580fdd8 Upgrade telemetry package used by TS and markdown extensions. (#20971)
* upgrade telemetry used by TS ext

* upgrade telemetry used by markdown ext
2017-02-21 15:26:30 -08:00
Matt Bierner c94be6c5b2 Don't reject when we have no code actions 2017-02-21 14:29:42 -08:00