Commit Graph
36331 Commits
Author SHA1 Message Date
Joao Moreno 9175cb564c 💄 2018-06-15 13:03:41 +02:00
Christoph Seitz cd5afa88ef Remove unused code. 2018-06-15 12:54:59 +02:00
Dániel Tar ae2de43e37 Adress PR comment 2018-06-15 12:50:47 +02:00
Joao Moreno 84bdc9d83a empty editor controls should still have minimum width & height 2018-06-15 12:49:45 +02:00
Joao Moreno 5bb96aa865 expose layout constraints up to layout.ts 2018-06-15 12:43:34 +02:00
Christoph Seitz ba152e00d9 Add placeholder transformation tests. 2018-06-15 12:43:21 +02:00
Christoph Seitz 2727ad964b Fix transformation parsing and replacement. 2018-06-15 12:40:56 +02:00
Christoph Seitz 6b38a7c0e6 Rewrite transform handling in marker. 2018-06-15 12:39:17 +02:00
Dániel Tar 5e705621c1 Improve i18n of new task identifier related strings 2018-06-15 12:38:13 +02:00
Isidor Nikolic 860d32042e Merge pull request #51997 from Microsoft/isidorn/gridContainer
grid: container as a readonly property
2018-06-15 12:02:17 +02:00
isidor 3b974dec95 address feedback 2018-06-15 12:01:30 +02:00
Isidor Nikolic b24b22aa59 Merge pull request #52005 from Microsoft/isidorn/splitViewInverseAlt
splitView: inverseAltBehavior
2018-06-15 11:40:17 +02:00
Johannes Rieken a05176fd39 fix #51647 2018-06-15 11:38:30 +02:00
Johannes Rieken dabaca2935 outline - cache a few requests for fast reuse and to prevent duplicated requests 2018-06-15 11:38:30 +02:00
Johannes Rieken 8dfeaaef34 move OutlineModel to common 2018-06-15 11:38:29 +02:00
isidor fd2e075ec8 splitView: inverseAltBehavior 2018-06-15 11:35:01 +02:00
Christof Marti 05f44fcc34 Button event on InputBox (#49340) 2018-06-15 11:26:46 +02:00
Christof Marti b308dfe0d2 Enablement flag (#49340) 2018-06-15 11:26:45 +02:00
Benjamin Pasero 8f2369ee71 fix #51872 2018-06-15 11:25:07 +02:00
isidor f19ae63fa2 grid: container as a readonly property - to make it easier to move the grid to another parent 2018-06-15 11:17:43 +02:00
Joao Moreno 8c458dab8e preferences editor dimension constraints
fixes #51964
2018-06-15 10:45:19 +02:00
Joao Moreno 3e243a2adc side by side editor dimension constraints
related to #51964
2018-06-15 10:44:52 +02:00
isidor 6ceeed615d open editors view: make sure to dispose groupDisposable when view disposed 2018-06-15 10:42:47 +02:00
Joao Moreno 25314c8c17 forgot to dispose 2018-06-15 10:33:35 +02:00
Joao Moreno 889fb0c57d BaseEditor exposes onDidChange, EditorControl forwards event 2018-06-15 10:21:07 +02:00
Joao Moreno 2ec11ee056 BaseEditor with dimension constraints 2018-06-15 10:16:05 +02:00
Joao Moreno 1d9150ca8d 💄 2018-06-15 09:27:03 +02:00
Joao Moreno 709c24bef5 splitview: expose minimum and maximum size 2018-06-15 09:26:00 +02:00
Joao Moreno 36f65bd2be fixes #51936 2018-06-15 09:15:00 +02:00
Ramya Achutha Rao 3bfca7c657 hideByDefault applies only to newly created views Fixes #51713 2018-06-14 22:00:22 -07:00
Ramya Achutha Rao 7dc9539a42 Have enabled and recommended by default in Extensions view 2018-06-14 21:35:40 -07:00
Simon Chan 1402682906 doc: fix doc for window.onDidChangeTextEditorVisibleRanges (#51865) 2018-06-14 20:37:31 -07:00
SteVen Batten bd1a88a464 prevent double registering event listener 2018-06-14 20:33:04 -07:00
SteVen Batten f4e55b76d3 move maximized into getUrl 2018-06-14 20:22:54 -07:00
SteVen Batten 44e6014f5a fixing close icon coloring for light theme 2018-06-14 20:16:19 -07:00
SteVen Batten 2067a66e5c reducing the size of the menus so view doesn't take a huge amoun of space 2018-06-14 20:13:32 -07:00
SteVen Batten cc694df4aa adjusting relauncher for settings change 2018-06-14 19:48:33 -07:00
SteVen Batten 0afa3e5499 addressing CR from ben 2018-06-14 19:44:25 -07:00
SteVen Batten fde576a616 handle zoom for menubar 2018-06-14 19:27:53 -07:00
SteVen Batten 15bae1e739 handling zoom for titlebar controls and icons as well as toggling title 2018-06-14 19:03:02 -07:00
Sandeep Somavarapu be4cb382d4 Detect duplicate extensions 2018-06-15 00:51:12 +02:00
Sandeep Somavarapu 78fed87a7f transform uri in install event 2018-06-15 00:51:12 +02:00
Sandeep Somavarapu 0013ac60d7 Move uri transformer to uriIpc.ts file 2018-06-15 00:51:12 +02:00
Peng Lyu d94ae55ab6 replace experimental resizeobserver with mutation observer 2018-06-14 11:50:57 -07:00
Matt Bierner dfc4d75c1a Make sure we always re-queue a diagnostic request after changing documents 2018-06-14 10:09:12 -07:00
Joao Moreno ecc8f40200 fix splitview tests 2018-06-14 19:05:24 +02:00
Christof Marti 47fc17712d Streamline QuickInput API (#49340) 2018-06-14 18:51:33 +02:00
Benjamin Pasero 78c0afb018 remove unused lines :) 2018-06-14 18:34:18 +02:00
Joao Moreno 28d8e2cc50 splitview: handle last sash with alt 2018-06-14 18:08:15 +02:00
Joao Moreno 6b850ed567 splitview: alt key while resizing 2018-06-14 18:08:15 +02:00